Hi everyone, I was wondering whether scikit-image provides a method to compute sift and surf features? Is that possible at the moment?
Thanks!
@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: .
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 .