Jim Snavely on 26 May 2011 06:01:49 -0700 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
openCV lightning talk |
To follow up on my little talk: OpenCV is awesome, and includes well tested implementations of many foundational computer vision algorithms. You can use OpenCV to detect edges, lines, shapes and even human faces. Written in C, it runs on all the major platforms and has good bindings for python and C++. I used OpenCV to recognise a Go board, in the hope of someday extending to automatic transcription of game records. For more, checkout http://opencv.willowgarage.com/wiki/ For my Go board recogniser: https://github.com/ludflu/kifu --Jim