Here’s a list of some of the websites, books and videos (for both Python and C++), that I have found very useful while learning OpenCV.
Python
- Using OpenCV with Python and ROSÂ (Video) –Â Great introduction to computer vision and OpenCV.
- PyImageSearch – Website has a lot of great tutorials on many different applications of OpenCV.
- OpenCV-Python Tutorials (Website) – Official Python documentation and tutorials.
- OpenCV-Python Tutorials (Website) – Comprehensive set of tutorials.
- OpenCV Python (Website) – The original Python tutorials I started with, most of these have been ported to the website above.
- OpenCV 3 With Python (Website) – Great list of Python tutorials.
- Tentative NumPy Tutorial (Website) – As OpenCV reads images into NumPy arrays, its useful to have an understanding of this library.
- Python – Getting started with OpenCV (Website) – Introduction to using Python with OpenCV.
- Programming Computer Vision with Python (Book) – How to use Python to build computer vision programs.
- OpenCV Computer Vision with Python (Book) – Short book on getting started with OpenCV and Python.
- Building an image processing pipeline with Python (Video) – Talk about how Python and OpenCV are used in industry.
C++
- Learn OpenCV By Examples (Website) – This website has many excellent tutorials and code examples.
- OpenCV Tutorials (Website) – The official OpenCV C++ tutorials.
- Qt and openCVÂ (Website) – This blog has a lot of great posts covering machine learning in OpenCV.
- OpenCV Documentation (Website) – Official documentation of the OpenCV library.
- Learning OpenCV (Book) – Really good book if you’re just getting started with computer vision and OpenCV.
- Practical OpenCV (Book) – Another great resource for getting started with OpenCV.
- Mastering OpenCV with Practical Computer Vision Projects (Book) –Â Useful once you’ve got a handle on the basics and start trying to build something a bit more advanced.
- OpenCV 2 Computer Vision Application Programming Cookbook (Book) –Â Similar to Mastering OpenCV – great book once you’ve got a reasonable understanding of OpenCV.
- CV Reference Manual (Website) – Good reference for a lot of OpenCV functions.