robwhess / opensift

Open-Source SIFT Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Different feature detector

xthepoet opened this issue · comments

Is it possible to use a different feature detector (like MSER or STAR)?

No, right now this isn't possible, and I currently have no plans to implement this. Note that the SIFT implementation in OpenCV is actually based on mine and allows you to use different detector/descriptor combinations, possibly including MSER/SIFT and STAR/SIFT.