#include <itkMeanShiftModeSeekerBase.h>
Inheritance diagram for itk::Statistics::MeanShiftModeSeekerBase< TSample >:
Any subclass of this class should implement the ComputeMode method. That is the only one requirement. To use this class, user should plug in the input sample using SetInputSample, then call Evolve function with a measurement vector (query point).
There are some operational options. Users can set a cache method to accelates the evolving process. If the cache method already has a pair of a query point and its new mode point, the ComputeMode uses the cached value insteady recalculating the mode. By setting the maximum iteration number (SetMaximumIteration method), when the evolving process exceedes, the process will stop and return the current mode point as the result. With this option turned off (by setting it to 0 or leave it alone after instantiating this class), the evolving process runs until it converges.
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 sample set as input.
Definition at line 60 of file itkMeanShiftModeSeekerBase.h.
|
Definition at line 80 of file itkMeanShiftModeSeekerBase.h. Referenced by itk::Statistics::MeanShiftModeSeekerBase< TSample >::GetCacheMethod(). |
|
Reimplemented from itk::Object. Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. Definition at line 68 of file itkMeanShiftModeSeekerBase.h. |
|
Definition at line 77 of file itkMeanShiftModeSeekerBase.h. |
|
Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. Definition at line 76 of file itkMeanShiftModeSeekerBase.h. |
|
Definition at line 75 of file itkMeanShiftModeSeekerBase.h. Referenced by itk::Statistics::MeanShiftModeSeekerBase< TSample >::GetMeasurementVectorSize(). |
|
Typedefs from the TSample template argument Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. Definition at line 74 of file itkMeanShiftModeSeekerBase.h. |
|
Reimplemented from itk::Object. Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. Definition at line 67 of file itkMeanShiftModeSeekerBase.h. |
|
Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. Definition at line 79 of file itkMeanShiftModeSeekerBase.h. |
|
Standard class typedefs. Reimplemented from itk::Object. Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. Definition at line 65 of file itkMeanShiftModeSeekerBase.h. |
|
Reimplemented from itk::Object. Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. Definition at line 66 of file itkMeanShiftModeSeekerBase.h. |
|
|
|
|
|
Implemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. |
|
Returns the covariance matrix of the target sample data Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. |
|
Definition at line 95 of file itkMeanShiftModeSeekerBase.h. References itk::Statistics::MeanShiftModeSeekerBase< TSample >::CacheMethodType. |
|
Definition at line 84 of file itkMeanShiftModeSeekerBase.h. |
|
Definition at line 90 of file itkMeanShiftModeSeekerBase.h. |
|
Get the length of a measurement vector Definition at line 102 of file itkMeanShiftModeSeekerBase.h. References itk::Statistics::MeanShiftModeSeekerBase< TSample >::MeasurementVectorSizeType. |
|
Standard Macros Reimplemented from itk::Object. Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. |
|
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. Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. |
|
|
|
|
|
Definition at line 87 of file itkMeanShiftModeSeekerBase.h. |