Learn Before
Concept
Feature Matching
Given a set of features in an image, a popular CV problem is to find those same features in the other images. OpenCV has a brute-force matcher technique that takes the descriptor in one image and matches it with the others by using a distance calculation (type of distance used can be entered as a parameter but default L2 norm).
0
1
Updated 2021-10-22
Tags
Data Science