This repo contains my notes of coding using OpenCV lib, which is refered to a Book named <OpenCV轻松入门>. The book can be bought online, linke. Also, you can visit the official web.
These codes have been tested under the environment listed bellow:
- Ubuntu18/20
- Python3.x
- Anaconda
- OpenCV 3.4.3.18 (other versions may work as well)
Refer to the book, each chapter has some codes for practice. So I collect each chapter's codes toghter, and also wrote some sample script for tests.
For users who want to practice online using jupyter notebook to have a direct understanding of output results, you can try use these notebooks, I integrated all codes into different demos. Each demo stands for different functionalities in OpenCV lib.
All relevant images whcih will be used in chapter codes, you can add your own media resource when runing these codes.