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

template<class SimFunc>
int Impala::Core::Feature::RadiusClusteror< SimFunc >::CountClusters (  )  [inline, private]

Definition at line 288 of file RadiusClusteror.h.

References Impala::Core::Feature::RadiusClusteror< SimFunc >::mClusterCount, and Impala::Core::Feature::Clusteror::mMinElemsInCluster.

Referenced by Impala::Core::Feature::RadiusClusteror< SimFunc >::PrintStatus().

00289     {
00290         int nrClusters = 0;
00291         for (int i=0 ; i<mClusterCount.size() ; i++)
00292             if (mClusterCount[i] >= mMinElemsInCluster)
00293                 nrClusters++;
00294         return nrClusters;
00295     }


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