Scikit-image: Does scikit-image provide SIFT and SURF methods

Created on 3 Feb 2017  路  4Comments  路  Source: scikit-image/scikit-image

Hi everyone, I was wondering whether scikit-image provides a method to compute sift and surf features? Is that possible at the moment?

Thanks!

support

Most helpful comment

@kirk86 Hi! No, we do not ship these detectors. For more information see https://github.com/scikit-image/scikit-image/blob/master/skimage/io/sift.py#L14-L23 .

All 4 comments

@kirk86 Hi! No, we do not ship these detectors. For more information see https://github.com/scikit-image/scikit-image/blob/master/skimage/io/sift.py#L14-L23 .

@soupault thanks

The patent expired on SIFT recently. ^^

@joshualmitchell we are waiting for a volunteer - https://github.com/scikit-image/scikit-image/issues/4499 :wink: .

Was this page helpful?
0 / 5 - 0 ratings