#include <itkSampleMeanShiftBlurringFilter.h>
Inheritance diagram for itk::Statistics::SampleMeanShiftBlurringFilter< TSample >:
[NOHEADER] | |
virtual const char * | GetClassName () 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 | |
itkStaticConstMacro (MeasurementVectorSize, unsigned int, TSample::MeasurementVectorSize) | |
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.
Definition at line 40 of file itkSampleMeanShiftBlurringFilter.h.
|
Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >.
Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. Definition at line 48 of file itkSampleMeanShiftBlurringFilter.h. |
|
Sample typedefs alias Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >. Definition at line 59 of file itkSampleMeanShiftBlurringFilter.h. |
|
Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. Definition at line 61 of file itkSampleMeanShiftBlurringFilter.h. |
|
Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. Definition at line 58 of file itkSampleMeanShiftBlurringFilter.h. |
|
Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. Definition at line 60 of file itkSampleMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >.
Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. Definition at line 47 of file itkSampleMeanShiftBlurringFilter.h. |
|
Standard class typedefs. Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >.
Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. Definition at line 45 of file itkSampleMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >.
Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >. Definition at line 46 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 >.
|
|
Standard Macros Reimplemented from itk::Statistics::SampleAlgorithmBase< TSample >.
Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >.
|
|
Set/Gets the mean shift evolving function Definition at line 65 of file itkSampleMeanShiftBlurringFilter.h. |
|
Returns the blurred sample data in a ListSample object |
|
Reimplemented in itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >.
|
|
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 |