Code

- "Novel Deep Learning Approach to Model and Predict the spread of COVID-19", Intelligent Systems with Applications 2022. [Code] [PDF]

- "Automatic Object Detection Using Objectness Measure". IEEE International Conference on Communication, Signal Processing and their Applications 2013 [Code] [PDF] 

- "Automatic 3D Face Landmark Localization based on 3D Vector Field Analysis", 30th International Conference on Image and Vision Computing New Zealand (IVCNZ) 2015. [Nose Tip Detection App] 

Coding for Fun.

Occasionally, I write computer programs for fun.

- calcAngle.m This code computes angle between the hour and minute hands of a clock.

- isUniqueChar.m This code finds if the input string has all unique characters.

- removeElement.m This code removes input integer variable from the array, which is also an input argument to this function.