OpenCV python's API: FlannBasedMatcher

后端 未结 3 1676
眼角桃花
眼角桃花 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:23

    I could not post the dead link on the post above because of lack of reputations. So, I am posting it here.

    The dead link(feature_homography.py)

提交回复
热议问题