#include <itkSampleMeanShiftBlurringFilter.h>
Inheritance diagram for itk::Statistics::SampleMeanShiftBlurringFilter< TSample >:
[NOHEADER] | |
virtual const char * | GetNameOfClass () const |
Pointer | New () |
Public Types | |
typedef SampleMeanShiftBlurringFilter | Self |
typedef SampleAlgorithmBase< TSample > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef TSample::MeasurementVectorType | MeasurementVectorType |
typedef Superclass::InputSampleType | InputSampleType |
typedef ListSample< MeasurementVectorType > | OutputType |
typedef MeanShiftModeSeekerBase< TSample > | MeanShiftModeSeekerType |
Public Member Functions | |
OutputType * | GetOutput () |
void | SetMeanShiftModeSeeker (MeanShiftModeSeekerType *function) |
MeanShiftModeSeekerType * | GetMeanShiftModeSeeker () |
Protected Member Functions | |
SampleMeanShiftBlurringFilter () | |
virtual | ~SampleMeanShiftBlurringFilter () |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateData () |
The mode seeking part is done by any class derived from the MeanShiftModeSeekerBase. Users should set the input sample using the SetInputSample method of the superclass and set the mean shift mode seeker using the SetMeanShiftModeSeeker 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 sample set as input. Please use the function GetMeasurementVectorSize() to get the length.
Definition at line 47 of file itkSampleMeanShiftBlurringFilter.h.
|
Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. Definition at line 55 of file itkSampleMeanShiftBlurringFilter.h. |
|
Sample typedefs alias Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Definition at line 64 of file itkSampleMeanShiftBlurringFilter.h. |
|
Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. Definition at line 66 of file itkSampleMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. Definition at line 63 of file itkSampleMeanShiftBlurringFilter.h. |
|
Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. Definition at line 65 of file itkSampleMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. Definition at line 54 of file itkSampleMeanShiftBlurringFilter.h. |
|
Standard class typedefs. Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. Definition at line 52 of file itkSampleMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. Definition at line 53 of file itkSampleMeanShiftBlurringFilter.h. |
|
|
|
|
|
Blurring the input sample and creates a ListSample with blurred data Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. |
|
Set/Gets the mean shift evolving function Definition at line 70 of file itkSampleMeanShiftBlurringFilter.h. |
|
Standard Macros Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. |
|
Returns the blurred sample data in a ListSample object |
|
Standard Macros Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< 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::Statistics::SampleAlgorithmBase< TSample >. Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. |
|
Set/Gets the mean shift evolving function |