An open API service indexing awesome lists of open source software.

https://github.com/yasnakateb/opencvnotes

OpenCV basics in cpp
https://github.com/yasnakateb/opencvnotes

cpp image-processing opencv opencv-cpp

Last synced: 2 months ago
JSON representation

OpenCV basics in cpp

Awesome Lists containing this project

README

          

# OpenCVNotes

Play with OpenCV in cpp!

## Building on macOS
1. OpenCV can be installed via Homebrew :
$ brew install opencv
2. Clone the repository.
3. Change the directory to src.

4. Run:

$ mkdir build

$ cd build

$ cmake ..

$ make

### TODO

- ⭕ Add simple projects