training SIFT features in OpenCV

后端 未结 2 464
遥遥无期
遥遥无期 2021-01-01 01:30

I have created a small SIFT application that grabs the keypoints and saves it out to a text file. I am using this to grab information from a logo (say AT&T) and use that

2条回答
  •  旧时难觅i
    2021-01-01 01:41

    A simple starting point would be to collect SIFT/SURF descriptors of several AT&T logos, and use FLANN on them. Then, take a test image, compute the descriptors and do a range search and determine the nearest-neighbor distance, etc. and try to figure out a metric of "closeness".

提交回复
热议问题