- Building Computer Vision Projects with OpenCV 4 and C++
- David Millán Escrivá Prateek Joshi Vinícius G. Mendon?a Roy Shilkrot
- 147字
- 2021-07-02 12:28:35
Introducing the OpenCV user interface
OpenCV has its own cross-OS user interface that allows developers to create their own applications without the need to learn complex user interface libraries. The OpenCV user interface is basic, but it gives computer vision developers the basic functions to create and manage their software developments. All of them are native and optimized for real-time use.
OpenCV provides two user interface options:
- A basic interface based on native user interfaces, cocoa or carbon for Mac OS X, and GTK for Linux or Windows user interfaces, selected by default when compiling OpenCV.
- A slightly more advanced interface based on Qt library that is a cross-platform interface. You have to enable the Qt option manually in CMake before compiling OpenCV.
In the following screenshot, you can see the basic user interface window on the left, and the Qt user interface on the right:

推薦閱讀
- 同步:秩序如何從混沌中涌現
- Unity 5.x Game AI Programming Cookbook
- Mastering Ninject for Dependency Injection
- SQL Server入門經典
- Visual Studio 2015 Cookbook(Second Edition)
- Hadoop大數據實戰權威指南(第2版)
- Sybase數據庫在UNIX、Windows上的實施和管理
- 大數據精準挖掘
- 深入理解InfluxDB:時序數據庫詳解與實踐
- Kubernetes快速進階與實戰
- 數據庫原理及應用:SQL Server 2016
- SQL進階教程(第2版)
- 數據分析方法及應用:基于SPSS和EXCEL環境
- Machine Learning for Mobile
- MySQL核心技術手冊