Implementation of vanishing point algorithm using opencv

5.2k Views Asked by At

I am trying to make an ARDRONE(a quadrotor) to navigate trhough a maze.

I am using ROS-ELECTRIC and OPENCV. I have implemented hough line transfrom. I need to implement the vanishing point algortihm to make the robot navigate autonomously. I am new to opencv . Could you guys please suggest the approach to attain the vanishing point? and also will it serve the purpose of navigating the robot through a maze and find the target?

thank you

1

There are 1 best solutions below

1
On

You can check this http://marcosnieto.net/#PhD in the code.

OpenCV implementation based on the author's PhD thesis.

It works for me, but up to 2 vanishing point in my test.