Skip to content

AriNguyen/ComputerVision-OpenCV-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Computer Vision with C++ OpenCV 4.0

Overview

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!!

Run program

mkdir build
cd build
cmake ../
make

Content

  • Chapter 2: Basics of OpenCV

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published