Explorar o código

*** empty log message ***

froehlich %!s(int64=14) %!d(string=hai) anos
pai
achega
21c77e52e8
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  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;