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.
Great work, I also started a new blog on OpenCV and Python :-)
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.
Can you post the full stacktrace?
Hi!
Your examples are excellent and exactly what I’m looking for. Thanks for sharing.
This code is still helpful; thanks!!!