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

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

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