|
@@ -30,9 +30,12 @@ using namespace NICE;
|
|
|
|
|
|
LFColorSande::LFColorSande ( const Config *conf, std::string section )
|
|
|
{
|
|
|
+ std::cerr << "LF COLOR SANDE SECTION ====================== :" << section << ":"<<std::endl;
|
|
|
+
|
|
|
c_binaryExecutable = conf->gS ( section, "binaryExecutable", "/home/bachi/libs/van_de_sande/x86_64-linux-gcc/colorDescriptor" );
|
|
|
c_params = conf->gS ( section, "params", "--descriptor opponentsift" );
|
|
|
scales = conf->gS ( section, "scales", "1+1.5+3.0+4.5+6" );
|
|
|
+ std::cerr << "scales: " << scales << std::endl;
|
|
|
|
|
|
descriptor_size = conf->gI ( section, "descriptor_size", -1 );
|
|
|
|