Tag Archives: RANSAC

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