Main Page
Groups
Namespace List
Class Hierarchy
Alphabetical List
Compound List
File
List
Namespace Members
Compound Members
File Members
Concepts
itk::Statistics::MeanShiftModeCacheMethod< TMeasurementVector > Class Template Reference
This class stores mappings between a query point and its resulting mode point.
More...
#include <itkMeanShiftModeCacheMethod.h>
Inheritance diagram for itk::Statistics::MeanShiftModeCacheMethod< TMeasurementVector >:
[legend]Collaboration diagram for itk::Statistics::MeanShiftModeCacheMethod< TMeasurementVector >:
[legend]List of all members.
Detailed Description
template<class TMeasurementVector>
class itk::Statistics::MeanShiftModeCacheMethod< TMeasurementVector >
This class stores mappings between a query point and its resulting mode point.
To increase the mean shift mode search performance, this class stores mappings between a query point (starting position of search) and the result so that if there is a mapping stored for a specific query point, mode seeker can return the resulting mode point stored in this class.
You can specify how many mappings stored in this class using the SetMaximumEntries method. The cache is destroyed and the rebuild starts when the hit ratio (the number of successful mapping found divided by the number of failure) is below the hit ratio threshold set by the SetHitRatioThreshold method or the number of consecutive failure exceeds the limit set by the SetMaximumConsecutiveFailures method.
- See also:
- MeanShiftModeSeekerBase
Definition at line 50 of file itkMeanShiftModeCacheMethod.h.
Member Typedef Documentation
Constructor & Destructor Documentation
Member Function Documentation
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::Object.
|
The documentation for this class was generated from the following file:
Generated at Sat Mar 31 03:13:42 2007 for ITK by
1.3.8 written by Dimitri van Heesch,
© 1997-2000