|
@@ -46,11 +46,12 @@ int main (int argc, char **argv)
|
|
conf->sB(section, "usegrid", true);
|
|
conf->sB(section, "usegrid", true);
|
|
conf->sS(section, "params", "--descriptor sift");
|
|
conf->sS(section, "params", "--descriptor sift");
|
|
|
|
|
|
- //LocalFeatureOpponnentSift *oSIFT = new LocalFeatureOpponnentSift (conf);
|
|
|
|
|
|
+
|
|
LocalFeatureRepresentation *cSIFT = new LFColorSande ( conf, section );
|
|
LocalFeatureRepresentation *cSIFT = new LFColorSande ( conf, section );
|
|
LocalFeature *lSIFT = new LocalFeatureLFInterface(conf, cSIFT);
|
|
LocalFeature *lSIFT = new LocalFeatureLFInterface(conf, cSIFT);
|
|
- LocalFeature *oSIFT = new LocalFeatureSift (conf);
|
|
|
|
|
|
|
|
|
|
+ //LocalFeature *oSIFT = new LocalFeatureSift (conf);
|
|
|
|
+ LocalFeatureOpponnentSift *oSIFT = new LocalFeatureOpponnentSift (conf);
|
|
|
|
|
|
VVector features1;
|
|
VVector features1;
|
|
VVector features2;
|
|
VVector features2;
|