#include <itkMeanShiftModeSeekerBase.h>
Inheritance diagram for itk::Statistics::MeanShiftModeSeekerBase< TSample >:
[NOHEADER] | |
virtual const char * | GetClassName () const |
Pointer | New () |
Public Types | |
typedef MeanShiftModeSeekerBase | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TSample::MeasurementVectorType | MeasurementVectorType |
typedef TSample::MeasurementType | MeasurementType |
typedef TSample::InstanceIdentifier | InstanceIdentifier |
typedef std::vector< InstanceIdentifier > | SearchResultVectorType |
typedef MeanShiftModeCacheMethod< MeasurementVectorType > | CacheMethodType |
Public Member Functions | |
itkStaticConstMacro (MeasurementVectorSize, unsigned int, TSample::MeasurementVectorSize) | |
void | SetInputSample (const TSample *sample) |
const TSample * | GetInputSample () const |
void | SetMaximumIteration (unsigned int number) |
unsigned int | GetMaximumIteration () |
void | SetCacheMethod (CacheMethodType *method) |
CacheMethodType * | GetCacheMethod () |
MeasurementVectorType | Evolve (MeasurementVectorType instance) |
Protected Member Functions | |
MeanShiftModeSeekerBase () | |
virtual | ~MeanShiftModeSeekerBase () |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual bool | ComputeMode (MeasurementVectorType queryPoint, MeasurementVectorType &newPoint)=0 |
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.
Definition at line 54 of file itkMeanShiftModeSeekerBase.h.
|
Definition at line 78 of file itkMeanShiftModeSeekerBase.h. |
|
Reimplemented from itk::Object.
Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. Definition at line 62 of file itkMeanShiftModeSeekerBase.h. |
|
Definition at line 75 of file itkMeanShiftModeSeekerBase.h. |
|
Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. Definition at line 74 of file itkMeanShiftModeSeekerBase.h. |
|
Typedefs from the TSample template argument Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. Definition at line 73 of file itkMeanShiftModeSeekerBase.h. |
|
Reimplemented from itk::Object.
Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. Definition at line 61 of file itkMeanShiftModeSeekerBase.h. |
|
Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. Definition at line 77 of file itkMeanShiftModeSeekerBase.h. |
|
Standard class typedefs. Reimplemented from itk::Object.
Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. Definition at line 59 of file itkMeanShiftModeSeekerBase.h. |
|
Reimplemented from itk::Object.
Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >. Definition at line 60 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 93 of file itkMeanShiftModeSeekerBase.h. |
|
Standard Macros Reimplemented from itk::Object.
Reimplemented in itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >.
|
|
Definition at line 82 of file itkMeanShiftModeSeekerBase.h. |
|
Definition at line 88 of file itkMeanShiftModeSeekerBase.h. |
|
|
|
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 85 of file itkMeanShiftModeSeekerBase.h. |