#include <itkSampleSelectiveMeanShiftBlurringFilter.h>
Inheritance diagram for itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >:
[NOHEADER] | |
virtual const char * | GetClassName () const |
Pointer | New () |
Public Types | |
typedef SampleSelectiveMeanShiftBlurringFilter | Self |
typedef SampleMeanShiftBlurringFilter< TSample > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::MeasurementVectorType | MeasurementVectorType |
typedef Superclass::OutputType | OutputType |
typedef Superclass::MeanShiftModeSeekerType | MeanShiftModeSeekerType |
typedef Vector< bool, itkGetStaticConstMacro(MeasurementVectorSize) | ComponentSelectionsType ) |
Public Member Functions | |
itkStaticConstMacro (MeasurementVectorSize, unsigned int, TSample::MeasurementVectorSize) | |
void | SetComponentSelections (ComponentSelectionsType selections) |
void | GetComponentSelections () |
Protected Member Functions | |
SampleSelectiveMeanShiftBlurringFilter () | |
virtual | ~SampleSelectiveMeanShiftBlurringFilter () |
void | PrintSelf (std::ostream &os, Indent indent) const |
void | GenerateData () |
The blurring process is identical to that of the SampleMeanShiftBlurringFilter except that users can specify which components of a measurement vector is affected by the blurring. The mean mode seeking behavior is not changed. The component selection affects only the generation of the final mode point. To specify the components to be blurred, users use the SetComponentSelections method. The size of the selection vector should be same as the size of a measurement vector. Only the components of the selection vector whose flag value is true will be blurred.
Definition at line 45 of file itkSampleSelectiveMeanShiftBlurringFilter.h.
|
Definition at line 70 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >. Definition at line 53 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >. Definition at line 67 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >. Definition at line 64 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >. Definition at line 65 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >. Definition at line 52 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
Standard class typedefs. Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >. Definition at line 50 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >. Definition at line 51 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
|
|
|
|
Blurring the input sample and creates a ListSample with blurred data Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >.
|
|
Standard Macros Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >.
|
|
Set/Gets the vector of flags that indicate which components are selected for blurring Definition at line 75 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >.
|
|
Standard Macros Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< 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::SampleMeanShiftBlurringFilter< TSample >.
|
|
Set/Gets the vector of flags that indicate which components are selected for blurring |