computer vision - what library is able to extract SIFT features in Python? -
in python library able extract sift visual descriptors? know opencv has implementation not free use , skimage not include sift particularly.
i suggest vlfeat, open source vision library. has python wrapper. implementation of sift in vlfeat modified original algorithm, think performance good.
Comments
Post a Comment