Efficient way for SIFT descriptor matching

前端 未结 3 1274
甜味超标
甜味超标 2021-02-09 14:18

There are 2 images A and B. I extract the keypoints (a[i] and b[i]) from them.
I wonder how can I determine the matching between a[i] and b[j], efficiently?

The ob

3条回答
  •  失恋的感觉
    2021-02-09 14:54

    In OpenCV there are several strategies implemented to match sets of keypoints. Have a look at documentation about Common Interfaces of Descriptor Matchers.

提交回复
热议问题