# simpleCV **Repository Path**: yjq78/simpleCV ## Basic Information - **Project Name**: simpleCV - **Description**: Some simple tools/libraries/demos for opencv3 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SimpleCV Some simple tools/libraries/demos for OpenCV3, integrated with Qt and other useful librarys. ### Dev-Env **OS**: Ubuntu 16.04 **IDE**: Qt Creator 4.5.0 **Libraries**: * **Qt**: v5.10.0 * **OpenCv**: v3.1.1 ### Usage **1. Building OpenCV from source code**: Use the automatic building script (in [tools/build_cv](https://github.com/KevinEmiya/simpleCV/blob/master/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..._ ## License This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details