#include <itkMeanShiftModeCacheMethod.h>
Inheritance diagram for itk::Statistics::MeanShiftModeCacheMethod:


[NOHEADER] | |
| virtual const char * | GetClassName () const |
| Pointer | New () |
Public Types | |
| typedef MeanShiftModeCacheMethod | Self |
| typedef Object | Superclass |
| typedef SmartPointer< Self > | Pointer |
| typedef TMeasurementVector | MeasurementVectorType |
| typedef std::map< MeasurementVectorType, MeasurementVectorType, LessMeasurementVector > | CacheTableType |
Public Methods | |
| itkStaticConstMacro (MeasurementVectorSize, unsigned int, MeasurementVectorType::Length) | |
| void | SetMaximumConsecutiveFailures (unsigned int number) |
| unsigned int | GetMaximumConsecutiveFailures () |
| void | SetHitRatioThreshold (float threshold) |
| void | SetMaximumEntries (unsigned int number) |
| unsigned int | GetMaximumEntries () |
| bool | SetMeasurementVector (MeasurementVectorType &source, MeasurementVectorType &target) |
| bool | GetMeasurementVector (MeasurementVectorType &source, MeasurementVectorType &target) |
| bool | IsFull () |
| void | DestroyCacheTable () |
Protected Methods | |
| MeanShiftModeCacheMethod () | |
| virtual | ~MeanShiftModeCacheMethod () |
| void | PrintSelf (std::ostream &os, Indent indent) const |
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.
Definition at line 50 of file itkMeanShiftModeCacheMethod.h.
|
|||||
|
Definition at line 87 of file itkMeanShiftModeCacheMethod.h. |
|
|||||
|
Definition at line 64 of file itkMeanShiftModeCacheMethod.h. |
|
|||||
|
Reimplemented from itk::Object. Definition at line 57 of file itkMeanShiftModeCacheMethod.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::Object. Definition at line 55 of file itkMeanShiftModeCacheMethod.h. |
|
|||||
|
Reimplemented from itk::Object. Definition at line 56 of file itkMeanShiftModeCacheMethod.h. |
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
Standard Macros Reimplemented from itk::Object. |
|
|||||||||
|
Definition at line 92 of file itkMeanShiftModeCacheMethod.h. |
|
|||||||||
|
Definition at line 101 of file itkMeanShiftModeCacheMethod.h. |
|
||||||||||||||||
|
|
|
|||||||||
|
|
|
||||||||||||||||||||
|
|
|
|||||||||
|
Standard Macros Reimplemented from itk::Object. |
|
||||||||||||||||
|
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. |
|
||||||||||
|
Definition at line 95 of file itkMeanShiftModeCacheMethod.h. |
|
||||||||||
|
Definition at line 89 of file itkMeanShiftModeCacheMethod.h. |
|
||||||||||
|
Definition at line 98 of file itkMeanShiftModeCacheMethod.h. |
|
||||||||||||||||
|
|
1.2.15 written by Dimitri van Heesch,
© 1997-2000