OpenCV - Object matching using SURF descriptors and BruteForceMatcher

前端 未结 3 786
旧巷少年郎
旧巷少年郎 2020-12-12 22:56

I have a question about objects matching with OpenCV. I\'m useing SURF algorithm implemented in opencv 2.3 to first detect features on each image, and then extracting the de

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-12 23:39

    You need to modify your Hessian, 2500 is too much. Try 50. When you use a big Hessian, the result is a lot of keypoints, resulting some unnecessary. Another information about SURF is that your marker need to be more rich, with more details.

提交回复
热议问题