Projects


Naraada Muni

This is a hobby project that I am working on currently. I am trying to build a portable GNU radio. Currently I am trying to interface it to Hawkboard. Have not achieved much progress as of now, but will keep you posted. Had applied for the Pandaboard early adopters project. Got two votes for my Idea but fell one vote short of getting a PandaBoard

Object Extraction

Watershed segmentation
This was my Final Year Project. In this project me and my team-mates compared the results of two different techniques of image segmentation. In the first method we apply edge detection techiniques to obtain difference in strength (DIS)map. We then employ the region growing technique to work on the map. This algorithm was implemented using MATLAB and its inbuilt functions. In the second method we get edge information by applying canny on mean shift filtered image. Finally, this edge information is given as marker image to watershed algorithm which further segments the image. The second algorithm was implemented using the OpenCV library in the Linux development environment. I was mainly responsible for the implementation of the second algorithm.

Vision Controlled Robotics

I did this project while I was in my third year. In this project a robot-car follows a ball of particular color. The robot-car is connected to PC via parallel port and the USB camera is connected to the PC. The video and image processing is done on the PC using Matlab while the robot-car is controlled by an onboard ATmega16L microcontroller.