- Qt 5 and OpenCV 4 Computer Vision Projects
- Zhuo Qingliang
- 92字
- 2021-06-24 13:59:18
Summary
In this chapter, we used Qt to build a desktop application for image viewing, from scratch. We learned how to design the user interface, create a Qt project from scratch, build the user interface, open and display images, respond to hotkeys, and save a copy of images.
In the next chapter, we will add more actions to the application to allow the user to edit the image with the functions provided by OpenCV. Also, we will add these editing actions in a more flexible way by using the Qt plugin mechanism.
推薦閱讀
- Python程序設計(第3版)
- Python深度學習
- Responsive Web Design with HTML5 and CSS3
- 基于免疫進化的算法及應用研究
- Mastering macOS Programming
- 從Excel到Python:用Python輕松處理Excel數據(第2版)
- Learning OpenStack Networking(Neutron)(Second Edition)
- Mastering Elixir
- Mastering jQuery Mobile
- C語言程序設計
- 貫通Tomcat開發
- Microsoft HoloLens By Example
- Flink核心技術:源碼剖析與特性開發
- 精益軟件開發管理之道
- Instant Pygame for Python Game Development How-to