OpenCV python's API: FlannBasedMatcher

后端 未结 3 1646
眼角桃花
眼角桃花 2021-01-04 20:36

I am trying to rewrite the code described here. using the python API for Opencv.

The step 3 of the code has this lines:

 FlannBasedMatcher matcher;
          


        
3条回答
  •  鱼传尺愫
    2021-01-04 21:40

    Pythonic FlannBasedMatcher is already available in OpenCV trunk, but if I remember correctly, it was added after 2.3.1 release.

    Here is OpenCV sample using FlannBasedMatcher: http://code.opencv.org/projects/opencv/repository/revisions/master/entry/samples/python2/feature_homography.py

提交回复
热议问题