March 2020
Intermediate to advanced
366 pages
9h 8m
English
In computer vision, the process of finding areas of interest in an image is called feature detection. Under the hood, for each point of the image, a feature detection algorithm decides whether an image point contains a feature of interest. OpenCV provides a whole range of feature detection (and description) algorithms.
In OpenCV, the details of the algorithms are encapsulated and all of them have similar APIs. Here are some of the algorithms: