Book Image

OpenCV Computer Vision Application Programming Cookbook

By : Robert Laganiere
Book Image

OpenCV Computer Vision Application Programming Cookbook

By: Robert Laganiere

Overview of this book

Table of Contents (18 chapters)
OpenCV Computer Vision Application Programming Cookbook Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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