navigation of robot using image of path
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
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 )