Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.11 KB

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