I'm trying to get a robot to identify a line on the ground and follow it.
I've searched the internet and found many examples of line following robots, but all of them are using specialized sensors to detect the line.
I'd like to use the camera on the robot for that purpose.
I'm new to the field of computer vision, so I'd like some advice on how to approach the problem. Specifically, how can I detect the line and its angle/direction in relation to the robot? How can I detect turns?
Update following nikies comment:
How the line looks is up to me, i was thinking to put some bright colored tape on the ground, but i can use whatever is easiest...
The camera can take both color and b&w image.
Lighting and location may vary but i'll worry about it later, i just want to know what to look for to get started. Is there a "common" way to do it ?