- OpenCV Computer Vision Application Programming Cookbook Second Edition
- Robert Laganière
- 46字
- 2021-04-09 23:31:47
Chapter 1. Playing with Images
In this chapter, we will get you started with the OpenCV
library. You will learn how to perform the following tasks:
- Installing the OpenCV library
- Loading, displaying, and saving images
- Exploring the cv::Mat data structure
- Defining regions of interest