Book Image

OpenCV Computer Vision Application Programming Cookbook Second Edition

By : Robert Laganiere
Book Image

OpenCV Computer Vision Application Programming Cookbook Second Edition

By: Robert Laganiere

Overview of this book

OpenCV 3 Computer Vision Application Programming Cookbook is appropriate for novice C++ programmers who want to learn how to use the OpenCV library to build computer vision applications. It is also suitable for professional software developers wishing to be introduced to the concepts of computer vision programming. It can also be used as a companion book in a university-level computer vision courses. It constitutes an excellent reference for graduate students and researchers in image processing and computer vision.
Table of Contents (13 chapters)
12
Index

Chapter 2. Manipulating Pixels

In this chapter, we will cover the following recipes:

  • Accessing pixel values
  • Scanning an image with pointers
  • Scanning an image with iterators
  • Writing efficient image-scanning loops
  • Scanning an image with neighbor access
  • Performing simple image arithmetic
  • Remapping an image