OpenCV-Python dense SIFT

后端 未结 3 921
小蘑菇
小蘑菇 2021-01-01 22:17

OpenCV has very good documentation on generating SIFT descriptors, but this is a version of \"weak SIFT\", where the key points are detected by the original Lowe algorithm.

3条回答
  •  情歌与酒
    2021-01-01 23:00

    Inspite of the OpenCV way being the standard, it was too slow for me. So for that, I used pyvlfeat, which is basically python bindings to VL-FEAT. The functions carry similar syntax as the Matlab functions

提交回复
热议问题