- OpenCV 3.0 Computer Vision with Java
- Daniel Lélis Baggio
- 107字
- 2021-07-16 13:17:32
Chapter 2. Handling Matrices, Files, Cameras, and GUIs
This chapter will enable you to perform basic operations required in computer vision, such as dealing with matrices, opening files, capturing videos from a camera, playing videos, and creating GUIs for prototype applications.
In this chapter, the following topics will be covered:
- Basic matrix manipulation
- Pixel manipulation
- How to load and display images from files
- How to capture a video from a camera
- Video playback
- Swing GUI's integration with OpenCV
By the end of this chapter, you should be able to get this computer vision application started by loading images and creating nice GUIs to manipulate them.
推薦閱讀
- Learning Cython Programming(Second Edition)
- The Modern C++ Challenge
- Mastering Apache Spark 2.x(Second Edition)
- Kotlin從基礎(chǔ)到實戰(zhàn)
- 數(shù)據(jù)結(jié)構(gòu)案例教程(C/C++版)
- C語言開發(fā)基礎(chǔ)教程(Dev-C++)(第2版)
- Learning jQuery(Fourth Edition)
- 用案例學Java Web整合開發(fā)
- Application Development with Parse using iOS SDK
- Mastering SciPy
- Web開發(fā)的平民英雄:PHP+MySQL
- Python應(yīng)用開發(fā)技術(shù)
- 優(yōu)化驅(qū)動的設(shè)計方法
- Google Maps JavaScript API Cookbook
- Netty 4核心原理與手寫RPC框架實戰(zhàn)