- 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:

推薦閱讀
- 我們都是數(shù)據(jù)控:用大數(shù)據(jù)改變商業(yè)、生活和思維方式
- PyTorch深度學(xué)習(xí)實(shí)戰(zhàn):從新手小白到數(shù)據(jù)科學(xué)家
- SQL入門經(jīng)典(第5版)
- 數(shù)據(jù)可視化:從小白到數(shù)據(jù)工程師的成長(zhǎng)之路
- 從0到1:數(shù)據(jù)分析師養(yǎng)成寶典
- 數(shù)據(jù)庫開發(fā)實(shí)踐案例
- Learning JavaScriptMVC
- 數(shù)據(jù)結(jié)構(gòu)與算法(C語言版)
- 區(qū)塊鏈通俗讀本
- Spark大數(shù)據(jù)分析實(shí)戰(zhàn)
- Learning Proxmox VE
- 數(shù)據(jù)科學(xué)工程實(shí)踐:用戶行為分析與建模、A/B實(shí)驗(yàn)、SQLFlow
- 深入理解InfluxDB:時(shí)序數(shù)據(jù)庫詳解與實(shí)踐
- 活用數(shù)據(jù):驅(qū)動(dòng)業(yè)務(wù)的數(shù)據(jù)分析實(shí)戰(zhàn)
- AndEngine for Android Game Development Cookbook