/OpenCVDNNSample

OpenCV DNN Sample Program for C++

MIT LicenseMIT

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.

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

Reference