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

Real64 Impala::Visualization::RotorBrowser::ThreadClusterSelector::GetThresholdForNumber ( int  number  )  [inline]

Definition at line 205 of file ThreadClusterSelector.h.

References GetRelevant(), GetTDelta(), GetThresholdForShotId(), and ILOG_DEBUG.

Referenced by DecreaseThreshold(), IncreaseThreshold(), and Show().

00206     {
00207 
00208         Real64 thisShotSim = GetThresholdForShotId( GetRelevant(0) );
00209         ILOG_DEBUG("GetThresholdForNumber start thres=" << thisShotSim);
00210         Real64 thatShotSim = GetThresholdForShotId( GetRelevant(number) );
00211         ILOG_DEBUG("GetThresholdForNumber stop " << number << " thres=" <<
00212                    thatShotSim);
00213 
00214         Real64 tdelta = GetTDelta(thatShotSim, thisShotSim);
00215 //        ILOG_DEBUG("Threshold for " << number << " images: " << tdelta);
00216         tdelta += 0.05 * tdelta;
00217 
00218         ILOG_DEBUG("Threshold for " << number << " images: " << tdelta);
00219         return tdelta;
00220     }

Here is the call graph for this function:


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