Browse Source

*** empty log message ***

froehlich 14 years ago
parent
commit
21c77e52e8
1 changed files with 3 additions and 2 deletions
  1. 3 2
      progs/testSift.cpp

+ 3 - 2
progs/testSift.cpp

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