opencv-demonstrator

所属分类:模式识别(视觉/语音等)
开发工具:C++
文件大小:39110KB
下载次数:0
上传日期:2018-02-07 14:42:05
上 传 者sh-1993
说明:  opencv演示器,opencv演示器(GUI)
(opencv-demonstrator,OpenCV demonstrator (GUI))

文件列表:
CONTRIBUTORS.md (389, 2018-02-07)
LICENSE (7652, 2018-02-07)
Makefile (1253, 2018-02-07)
doc (0, 2018-02-07)
doc\bugs.md (0, 2018-02-07)
doc\build-instructions.md (4228, 2018-02-07)
doc\coding-style.md (2326, 2018-02-07)
doc\img (0, 2018-02-07)
doc\img\md-39x24-solid.png (273, 2018-02-07)
doc\roadmap.md (651, 2018-02-07)
doc\software-architecture.md (1088, 2018-02-07)
doc\tutorial-new-demo.md (4198, 2018-02-07)
libcutil (0, 2018-02-07)
libcutil\Makefile (2321, 2018-02-07)
libcutil\data (0, 2018-02-07)
libcutil\data\arc-theme-master (0, 2018-02-07)
libcutil\data\arc-theme-master\common (0, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0 (0, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20 (0, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets.svg (247739, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets.txt (2194, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets (0, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets\checkbox-checked-dark.png (360, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets\checkbox-checked-dark@2.png (475, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets\checkbox-checked-insensitive-dark.png (370, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets\checkbox-checked-insensitive-dark@2.png (497, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets\checkbox-checked-insensitive-selected.png (364, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets\checkbox-checked-insensitive-selected@2.png (493, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets\checkbox-checked-insensitive.png (374, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets\checkbox-checked-insensitive@2.png (499, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets\checkbox-checked-selected.png (354, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets\checkbox-checked-selected@2.png (479, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets\checkbox-checked-selectionmode-dark.png (474, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets\checkbox-checked-selectionmode-dark@2.png (648, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets\checkbox-checked-selectionmode.png (465, 2018-02-07)
libcutil\data\arc-theme-master\common\gtk-3.0\3.20\assets\checkbox-checked-selectionmode@2.png (655, 2018-02-07)
... ...

# OpenCV demonstrator (GUI) ![OpenCV demonstrator (GUI)](https://github.com/tsdconseil/opencv-demonstrator/blob/master/screenshots/screenshot-opencv-demonstrator.png "OpenCV demonstrator (GUI)") ## Introduction This open source **OpenCV demonstrator (GUI)**, originally developped by [TSD Conseil](https://github.com/tsdconseil/opencv-demonstrator/blob/master/http://www.tsdconseil.fr), is now through this GitHub repository opened to user contributions. With the help of the OpenCV community we can make a very exciting product! Screenshots and stable binary releases are available on the [official OpenCV demonstrator web page](https://github.com/tsdconseil/opencv-demonstrator/blob/master/http://www.tsdconseil.fr/log/opencv/demo/index-en.html). The project is written in C++. The following open source libraries are used: - [OpenCV 3.0](https://github.com/tsdconseil/opencv-demonstrator/blob/master/http://opencv.org/) - a real-time computer vision library - [gtkmm 3](https://github.com/tsdconseil/opencv-demonstrator/blob/master/http://www.gtkmm.org/en/) library for the GUI part - [pugixml](https://github.com/tsdconseil/opencv-demonstrator/blob/master/http://pugixml.org/) for XML parsing ## Pre-built binaries If you just want to try OpenCV without having to write any line of code, or if you want to just test the OpenCV demonstrator, you can simply download and install the lastest stable binary package, which can be found on the [OpenCV demonstrator web page](https://github.com/tsdconseil/opencv-demonstrator/blob/master/http://www.tsdconseil.fr/log/opencv/demo/index-en.html) (for now only Windows binary installer is available, but a `.deb` should be available soon). ## Build from source If you want to build the demonstrator from the source code, please follow the build instructions that are located in the file [doc/build-instructions.md](https://github.com/tsdconseil/opencv-demonstrator/blob/master/doc/build-instructions.md). ## Contributing Contributions are welcome! If you wish to add your own demonstration, please have a look to the [tutorial for adding a new demonstration item](https://github.com/tsdconseil/opencv-demonstrator/blob/master/doc/tutorial-new-demo.md). ## Road map - Better documentation and clean-up of the code to enable easier contributions from the community - Better support for Windows, Linux, and Mac OSX (detailled build instructions, binary packages) - Improve localization (e.g. translations) - Increase coverage of OpenCV functions - Tests - GUI improvements (multiple filters, scripting support, etc.) **Note:** For a detailled description of forecasted technical enhancements, please have a look at the list issues tagged as "enhancement". ## Authors See [CONTRIBUTORS.md](https://github.com/tsdconseil/opencv-demonstrator/blob/master/CONTRIBUTORS.md). ## License The software is provided according to the GNU Lesser General Public License (LGPL) version 3. Please see [LICENSE](https://github.com/tsdconseil/opencv-demonstrator/blob/master/LICENSE).

近期下载者

相关文件


收藏者