Tag Archives: ROS

Image Stitcher

Recently, I created a ROS node which would listen to an image topic and start stitching them to create a mosaic. This was done using multiple methods. Two methods were OpenCV implemented (this and this) whereas a third method was manually … Continue reading

Posted in Code, Studies | Tagged , , , , , , , | Leave a comment

Dominant Plane Detection

The following ROS package can be used with Kinect data to find the dominant plane. This is done using RANSAC. Two versions of the software are programmed. The parameters regarding RANSAC can be changed from the launch file. The selected … Continue reading

Posted in Code, Studies | Tagged , , , , , , , , , | 2 Comments

Robotics Project, Spring 2011

As mentioned in the Machine Vision project description, I am supposed to work on a project during the second semester at Jacobs University Master’s programme. (Yes. I am using British english. 😛 ) Unlike the Machine Vision project, where we … Continue reading

Posted in Code, Studies | Tagged , , , , , , , , , | Leave a comment