March 2019
Intermediate to advanced
532 pages
13h 2m
English
In the next example, we are going to see how to match the detected features. OpenCV provides two matchers, as follows:
In the feature_matching.py script, we will use BF matcher to see how to match the detected features. So, the first step is to both detect keypoints and compute the descriptors:
orb = ...