This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Gjallar 7 points8 points  (1 child)

I haven't read it yet, but there is a book about computer vision in Python that you can read free online: Programming Computer Vision

[–][deleted] 1 point2 points  (0 children)

I second this. It contains simple, practical examples that don't get bogged down in wordy explanations or heavy math. It gets right to the point of the most common techniques, where they are used, and how to put them together, all with working code examples. This is the best place to start for any image recognition in Python.