KevinEmiya / simpleCV

Some simple tools/libraries/demos for opencv3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)
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 file for details

About

Some simple tools/libraries/demos for opencv3

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%