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

void Impala::Core::Feature::VisSem::ComputePixelFeatureSet ( InvSetType fSet,
int  idx,
Array2dVec3UInt8 im 
) [inline, private]

Definition at line 302 of file VisSem.h.

References Impala::Core::Feature::Computor::GetName(), Impala::Core::Feature::Computor::GetScale(), Impala::Core::Array::InvWiccest(), mDoC, mDoRot, mFreq, mNrOrient, and Impala::Core::Array::VisSemGabor().

Referenced by AddImageToAccu(), ComputeFeatures(), ComputeRegionFeatures(), ImageStat(), and VisSem().

00303     {
00304         if (GetName() == "vissem")
00305             Array::InvWiccest(fSet, im, mDoRot, mDoC, GetScale(idx), 3, true);
00306         if (GetName() == "vissemgabor")
00307             Array::VisSemGabor(fSet, im, GetScale(idx), mFreq[idx], mNrOrient);
00308     }

Here is the call graph for this function:


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