olin-ars / oars-roboboat

OARS 2016-2017 - AUVSI Roboboat.
5 stars 2 forks source link

[meta] Detect and classify patterns in images #26

Open HALtheWise opened 7 years ago

HALtheWise commented 7 years ago

For both the docking challenge and "Follow the Leader", the vehicle needs to recognize and classify symbols in the camera image.

HALtheWise commented 7 years ago

http://www.pyimagesearch.com/2017/02/13/recognizing-digits-with-opencv-and-python/

This blog post walks through doing digit recognition on a seven segment display.

An alternate approach is to use similar code to what CompRobo used for sign recognition.