#include <itkHypersphereKernelMeanShiftModeSeeker.h>
Inheritance diagram for itk::Statistics::HypersphereKernelMeanShiftModeSeeker< TSample >:
[NOHEADER] | |
virtual const char * | GetNameOfClass () const |
Pointer | New () |
Public Types | |
typedef HypersphereKernelMeanShiftModeSeeker | Self |
typedef MeanShiftModeSeekerBase< TSample > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::MeasurementVectorType | MeasurementVectorType |
typedef Superclass::SearchResultVectorType | SearchResultVectorType |
typedef Superclass::MeasurementType | MeasurementType |
typedef double | RealMeasurementType |
typedef Array< RealMeasurementType > | MeasurementVectorSumType |
Public Member Functions | |
void | SetSearchRadius (double radius) |
double | GetSearchRadius () |
MeasurementVectorType | Evolve (MeasurementVectorType instance) |
Protected Member Functions | |
HypersphereKernelMeanShiftModeSeeker () | |
virtual | ~HypersphereKernelMeanShiftModeSeeker () |
void | PrintSelf (std::ostream &os, Indent indent) const |
bool | ComputeMode (MeasurementVectorType queryPoint, MeasurementVectorType &newPoint) |
Recent API changes The static const macro MeasurementVectorSize
has been removed to allow the length of the measurementvector to be determined at run time. It is now obtained from the sample set as input. The typedef for MeasurementVectorSumType
has changed from FixedArray to Array.
Definition at line 43 of file itkHypersphereKernelMeanShiftModeSeeker.h.
|
Reimplemented from itk::Statistics::MeanShiftModeSeekerBase< TSample >. Definition at line 51 of file itkHypersphereKernelMeanShiftModeSeeker.h. |
|
Reimplemented from itk::Statistics::MeanShiftModeSeekerBase< TSample >. Definition at line 62 of file itkHypersphereKernelMeanShiftModeSeeker.h. |
|
Type fot the sum of measurement vectors used in computing the new mode Definition at line 69 of file itkHypersphereKernelMeanShiftModeSeeker.h. |
|
Typedefs from the superclass Reimplemented from itk::Statistics::MeanShiftModeSeekerBase< TSample >. Definition at line 60 of file itkHypersphereKernelMeanShiftModeSeeker.h. |
|
Reimplemented from itk::Statistics::MeanShiftModeSeekerBase< TSample >. Definition at line 50 of file itkHypersphereKernelMeanShiftModeSeeker.h. |
|
Type for the sum of measurements Definition at line 65 of file itkHypersphereKernelMeanShiftModeSeeker.h. |
|
Reimplemented from itk::Statistics::MeanShiftModeSeekerBase< TSample >. Definition at line 61 of file itkHypersphereKernelMeanShiftModeSeeker.h. |
|
Standard class typedefs. Reimplemented from itk::Statistics::MeanShiftModeSeekerBase< TSample >. Definition at line 48 of file itkHypersphereKernelMeanShiftModeSeeker.h. |
|
Reimplemented from itk::Statistics::MeanShiftModeSeekerBase< TSample >. Definition at line 49 of file itkHypersphereKernelMeanShiftModeSeeker.h. |
|
|
|
|
|
Computes the new mode with the given query point (queryPoint). The new mode will be stored in the newPoint Implements itk::Statistics::MeanShiftModeSeekerBase< TSample >. |
|
Returns the covariance matrix of the target sample data Reimplemented from itk::Statistics::MeanShiftModeSeekerBase< TSample >. |
|
Standard Macros Reimplemented from itk::Statistics::MeanShiftModeSeekerBase< TSample >. |
|
Gets the radius of the kernel Definition at line 75 of file itkHypersphereKernelMeanShiftModeSeeker.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::Statistics::MeanShiftModeSeekerBase< TSample >. |
|
Sets the radius of the kernel |