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

VectorReal64 Impala::Core::Feature::VisSem::ComputeRegionDescriptor ( HistSetType hSet  )  [inline, private]

Definition at line 311 of file VisSem.h.

References Impala::Core::Histogram::ComputeWeibull(), Impala::Core::Vector::Concat(), Impala::Core::Feature::Computor::GetName(), Impala::Core::Feature::Computor::GetRegionFeatureLength(), Impala::Core::Vector::HistogramAccumulation(), Impala::Core::Vector::HistogramNormalization(), and mCumulativeHist.

Referenced by AddAccuToAnnoTable(), ComputeFeaturesPixelSet(), and ComputeRegionFeatures().

00312     {
00313         if (GetName() == "vissemgabor")
00314         {
00315             if (mCumulativeHist)
00316                 Vector::HistogramAccumulation(hSet, false, true, 0);
00317             else
00318                 Vector::HistogramNormalization(hSet, true, 0);
00319             return Vector::Concat(hSet);
00320         }
00321         // GetName() == "vissem"
00322         VectorReal64 v(GetRegionFeatureLength());
00323         Histogram::ComputeWeibull(v, hSet, false, false);
00324         return v;
00325     }

Here is the call graph for this function:


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