navigation of robot using image of path

asked 2019-02-22 03:41:48 -0600

oja gravatar image

The idea is to take the image of the area draw a path and make robot follow that path is that even possible in opencv if so how do i do it or are they any better alternatives. thanks for looking into it

edit retag flag offensive close merge delete

Comments

I can just come up with: 1. floodfill the path from the origin of robot 2. output all the coordinate been floodfill 3. try some pathfinding algorithm not in the opencv to receive the coordinate as node ( an algorithm called A* path finding may be good )

gino0717 gravatar imagegino0717 ( 2019-02-23 02:55:37 -0600 )edit