Example code for Python OpenCV tutorials

Lately I’ve been getting into OpenCV. There are plenty of great tutorials out there, but I hate copy/pasting snippets of code from a blog post when I want to try something out.

So I started this repo on github: opencv-tutorial.

All the code runs! and has plenty of comments. I hope you find it useful as you go through these tutorials yourself. I also think the files are good starter templates for more complex scripts.

5 thoughts on “Example code for Python OpenCV tutorials”

  1. And I’m trying to learn OpenCV/Python and I appreciate your effort. I am having some problems with FindContour though and was hoping you could at least send me off in the right direction.

    I get an “Illegal instruction” every time I try to execute a program with FindContour in it and I’m stumped.

Leave a Reply to aus10org Cancel reply

Your email address will not be published. Required fields are marked *