Some simple tools/libraries/demos for OpenCV3, integrated with Qt and other useful librarys.
OS: Ubuntu 16.04
IDE: Qt Creator 4.5.0
Libraries:
- Qt: v5.10.0
- OpenCv: v3.1.1
1. Building OpenCV from source code:
Use the automatic building script (in tools/build_cv)
The script will generate the dev-env as follows:
- The source code of opencv and opencv_contrib will be downloaded/updated in opencv_git folder
- The nesessary codes for building will be copied into the sdk folder. The building works will be executed in this folder without making any change to the original source repos.
- The binary distribution of the building works will be installed in sdk/opencv_release folder.
When installing dependencies and python packages, an http proxy could be set at the beginning of the script (as a variable named HTTP_PROXY_PROP)
2. Demos
Please follow the instructions of test demos in docs folder.
TBC...
This project is licensed under the MIT License - see the LICENSE.md file for details