#include <itkMeanShiftModeCacheMethod.h>
Inheritance diagram for itk::Statistics::MeanShiftModeCacheMethod< TMeasurementVector >:
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.
Recent API changes: The static const macro to get the length of a measurement vector, MeasurementVectorSize
has been removed to allow the length of a measurement vector to be specified at run time. It is now obtained at run time from the measurement vectors.
Definition at line 57 of file itkMeanShiftModeCacheMethod.h.
|
Definition at line 94 of file itkMeanShiftModeCacheMethod.h. |
|
Reimplemented from itk::Object. Definition at line 65 of file itkMeanShiftModeCacheMethod.h. |
|
Definition at line 72 of file itkMeanShiftModeCacheMethod.h. Referenced by itk::Statistics::MeanShiftModeCacheMethod< TMeasurementVector >::LessMeasurementVector::operator()(). |
|
Reimplemented from itk::Object. Definition at line 64 of file itkMeanShiftModeCacheMethod.h. |
|
Standard class typedefs. Reimplemented from itk::Object. Definition at line 62 of file itkMeanShiftModeCacheMethod.h. |
|
Reimplemented from itk::Object. Definition at line 63 of file itkMeanShiftModeCacheMethod.h. |
|
|
|
|
|
|
|
Definition at line 99 of file itkMeanShiftModeCacheMethod.h. |
|
Definition at line 108 of file itkMeanShiftModeCacheMethod.h. |
|
|
|
Standard Macros Reimplemented from itk::Object. |
|
|
|
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 102 of file itkMeanShiftModeCacheMethod.h. |
|
Definition at line 96 of file itkMeanShiftModeCacheMethod.h. |
|
Definition at line 105 of file itkMeanShiftModeCacheMethod.h. |
|
|