Set default detector/descriptor to SIFT
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@193 620bd6b2-0a58-f614-fd9a-1bd335dccda9
This commit is contained in:
parent
72106f9654
commit
b860d884c0
@ -59,8 +59,8 @@ class Settings
|
|||||||
PARAMETER(Camera, 5mediaPath, QString, "");
|
PARAMETER(Camera, 5mediaPath, QString, "");
|
||||||
|
|
||||||
//List format : [Index:item0;item1;item3;...]
|
//List format : [Index:item0;item1;item3;...]
|
||||||
PARAMETER(Feature2D, 1Detector, QString, "7:Dense;Fast;GFTT;MSER;ORB;SIFT;Star;SURF;BRISK");
|
PARAMETER(Feature2D, 1Detector, QString, "5:Dense;Fast;GFTT;MSER;ORB;SIFT;Star;SURF;BRISK");
|
||||||
PARAMETER(Feature2D, 2Descriptor, QString, "3:Brief;ORB;SIFT;SURF;BRISK;FREAK");
|
PARAMETER(Feature2D, 2Descriptor, QString, "2:Brief;ORB;SIFT;SURF;BRISK;FREAK");
|
||||||
|
|
||||||
PARAMETER(Feature2D, Brief_bytes, int, 32);
|
PARAMETER(Feature2D, Brief_bytes, int, 32);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user