https://github.com/fmigneault/opencv
Open Source Computer Vision Library
https://github.com/fmigneault/opencv
c-plus-plus computer-vision deep-learning image-processing opencv
Last synced: about 1 month ago
JSON representation
Open Source Computer Vision Library
- Host: GitHub
- URL: https://github.com/fmigneault/opencv
- Owner: fmigneault
- License: other
- Created: 2017-07-01T18:43:35.000Z (almost 9 years ago)
- Default Branch: cascadeclassifier-confidence_3_2_0
- Last Pushed: 2018-04-29T20:48:13.000Z (about 8 years ago)
- Last Synced: 2025-07-06T05:41:11.367Z (12 months ago)
- Topics: c-plus-plus, computer-vision, deep-learning, image-processing, opencv
- Language: C++
- Homepage: http://opencv.org
- Size: 423 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
### OpenCV: Open Source Computer Vision Library
#### Resources
* Homepage:
* Docs:
* Q&A forum:
* Issue tracking:
#### Contributing
Please read before starting work on a pull request:
Summary of guidelines:
* One pull request per issue;
* Choose the right base branch;
* Include tests and documentation;
* Clean up "oops" commits before submitting;
* Follow the coding style guide.