#include <itkSampleSelectiveMeanShiftBlurringFilter.h>
Inheritance diagram for itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >:
[NOHEADER] | |
virtual const char * | GetNameOfClass () 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 std::vector< bool > | ComponentSelectionsType |
Public Member Functions | |
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.
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. Please use the function GetMeasurementVectorSize() instead. It is now obtained at run time from the sample set as input. The typedef for ComponentSelectionsType
has changed from FixedArray to std::vector
.
Definition at line 55 of file itkSampleSelectiveMeanShiftBlurringFilter.h.
|
Typedef for selecting components to be blurred Definition at line 78 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >. Definition at line 63 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >. Definition at line 74 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >. Definition at line 71 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >. Definition at line 72 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >. Definition at line 62 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
Standard class typedefs. Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >. Definition at line 60 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >. Definition at line 61 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
|
|
|
|
Blurring the input sample and creates a ListSample with blurred data Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >. |
|
Set/Gets the vector of flags that indicate which components are selected for blurring Definition at line 83 of file itkSampleSelectiveMeanShiftBlurringFilter.h. |
|
Standard Macros 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 |