Chapter 8. Detecting Interest Points

In this chapter, we will cover the following recipes:

  • Detecting corners in an image
  • Detecting features quickly
  • Detecting scale-invariant features
  • Detecting FAST features at multiple scales

Introduction

In computer vision, the concept of interest points also called keypoints or feature points has been largely used to solve many problems in object recognition, image registration, visual tracking, 3D reconstruction, and more. This concept relies on the idea that instead of looking at the image as a whole (that is, extracting global features), it could be advantageous to select some special points in the image and perform a local analysis on them (that is, extracting local features). This approach works well as long ...

Get OpenCV 3 Computer Vision Application Programming Cookbook - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.