Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

void Impala::Core::Feature::GetDSurfOptions ( CmdOptions &  options,
int &  haarSize,
int &  subregionSize,
int &  spaciality 
)

Definition at line 26 of file DSurf.h.

References Impala::CmdOptions::GetInt().

Referenced by Impala::Core::Feature::InterestPointFeature::InterestPointFeature().

00027 {
00028     haarSize = options.GetInt("surf-haar-size");
00029     subregionSize = options.GetInt("surf-subregion-size");
00030     spaciality = options.GetInt("surf-spaciality");
00031 }

Here is the call graph for this function:


Generated on Fri Mar 19 11:08:03 2010 for ImpalaSrc by  doxygen 1.5.1