Yes, another Github repo to learn new stuff. I found computer vision is fun and powerful!! I'm following this book Building Computer Vision Projects with OpenCV 4 and C++: Implement complex computer vision algorithms and explore deep learning and face detection.
It's my first time using Dockerfile with OpenCV C++. It's so much easier than installing package to my macOS environemnt though. It was really a pain in the ass guys. Highly recommend using Docker!!!!!
Let's goo!!
mkdir build
cd build
cmake ../
make
-
Chapter 2: Basics of OpenCV
- Read/write images: chapter2/main.cpp
- Read videos and cameras: chapter2/mainVideo.cpp
- Basic object types chapter2/objectType.cpp
- Basic matrix operations: chapter2/matrixOperations.cpp
- Basic data persistence and storage: chapter2/fileStorage.cpp
-
Chapter 3: Graphical User Interface (GUI)
-
Chapter 4: Histograms and Filters
-
Chapter 5: Optical Inspection, Object Segmentation, and Detection
-
Chapter 6: Object Classification
-
Chapter 7: Detecting Face Parts & Overlaying Masks
-
Chapter 8: Video Surveillance, Background Modeling, and Morphological Operations
-
Chapter 9: Object Tracking
-
Chapter 10: Segmentation Algorithms for Text Recognition