- Building Computer Vision Projects with OpenCV 4 and C++
- David Millán Escrivá Prateek Joshi Vinícius G. Mendon?a Roy Shilkrot
- 150字
- 2021-07-02 12:28:27
GUI
OpenCV provides a module called highgui that handles all the high-level user interface operations. Let's say you are working on a problem, and you want to check what the image looks like before you proceed to the next step. This module has functions that can be used to create windows to display images and/or videos.
There is a waiting function that will wait until you hit a key on your keyboard before it goes on to the next step. There is also a function that can detect mouse events. This is very useful in developing interactive applications.
Using this functionality, you can draw rectangles on those input windows, and then proceed based on the selected region. Consider the following screenshot:

As you can see, we drew a green rectangle on top of the window. Once we have the coordinates of that rectangle, we can operate only on that region.
- 輕松學大數據挖掘:算法、場景與數據產品
- Game Development with Swift
- Creating Dynamic UIs with Android Fragments(Second Edition)
- 大數據Hadoop 3.X分布式處理實戰
- 數據革命:大數據價值實現方法、技術與案例
- MySQL技術內幕:SQL編程
- 深入理解InfluxDB:時序數據庫詳解與實踐
- 云工作時代:科技進化必將帶來的新工作方式
- 領域驅動設計精粹
- 深入理解Flink:實時大數據處理實踐
- AI Crash Course
- 一類智能優化算法的改進及應用研究
- 實用數據結構基礎(第四版)
- 反饋:化解不確定性的數字認知論
- 商業銀行數據庫管理實踐