https://github.com/unanancyowen/opencvdnnsample
OpenCV DNN Sample Program for C++
https://github.com/unanancyowen/opencvdnnsample
c-plus-plus dnn opencv
Last synced: about 1 year ago
JSON representation
OpenCV DNN Sample Program for C++
- Host: GitHub
- URL: https://github.com/unanancyowen/opencvdnnsample
- Owner: UnaNancyOwen
- License: mit
- Created: 2019-02-09T18:07:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T00:22:36.000Z (about 5 years ago)
- Last Synced: 2025-03-18T11:04:51.430Z (about 1 year ago)
- Topics: c-plus-plus, dnn, opencv
- Homepage:
- Size: 153 KB
- Stars: 34
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
OpenCV DNN Sample Program
=========================
This repository is sample program of OpenCV DNN written in native C++.
This sample program works on cross-platform (Windows, Linux).
Environment
-----------
* Visual Studio 2015/2017 / GCC 4.9 (or later)
* OpenCV 4.1.0 (or later)
* CMake 3.7.2 (latest release is preferred)
The some samples require OpenVINO Toolkit.
* OpenVINO Toolkit 2020.x (or later)
License
-------
Copyright © 2019 Tsukasa SUGIURA
Distributed under the [MIT License](http://www.opensource.org/licenses/mit-license.php "MIT License | Open Source Initiative").
The each pre-trained models (that automatically downloaded by CMake) has own license.
Please check the license of pre-trained models on distributor site.
Contact
-------
* Tsukasa Sugiura
*
*
Reference
---------
* OpenCV API Reference | OpenCV
* OpenCV DNN Samples | GitHub
* OpenCV Model Zoo | GitHub