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

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

Definition at line 25 of file DSurf.h.

References Impala::CmdOptions::GetInt().

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

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

Here is the call graph for this function:


Generated on Thu Jan 13 09:19:00 2011 for ImpalaSrc by  doxygen 1.5.1