Society of Robots - Robot Forum

Software => Software => Topic started by: GrimBot on December 23, 2015, 04:37:44 PM

Title: OpenCV / JavaCV Computer vision, run program when image recognized?
Post by: GrimBot on December 23, 2015, 04:37:44 PM
I've messed with opencv and javacv just a little. Only with the examples actually. The actual programming aspect of both are still confusing to me.

I'm thinking of trying to put together a robot that line following to follow a piece of yarn outside, I think this line following part will be easy to do according to the videos I watched on it.

Line follow tutorial:  https://www.youtube.com/watch?v=LK7VLjFbFas (https://www.youtube.com/watch?v=LK7VLjFbFas)

Aside from following a yarn line, on the side of the robot I would like a mounted camera to perform an action when it recognizes an image in its database.

Recognizing 40 images:  https://www.youtube.com/watch?v=nP-l3ApSDX8 (https://www.youtube.com/watch?v=nP-l3ApSDX8)

Does anyone know of any examples of this kind of function floating around the internet?