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
- Host: GitHub
- URL: https://github.com/yasnakateb/opencvnotes
- Owner: yasnakateb
- Created: 2022-05-02T11:51:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T07:59:38.000Z (over 3 years ago)
- Last Synced: 2025-03-13T07:14:27.414Z (7 months ago)
- Topics: cpp, image-processing, opencv, opencv-cpp
- Language: C++
- Homepage:
- Size: 534 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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