Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample > Class Template Reference

This filter blurs the input sample data using mean shift algorithm selectively. More...

#include <itkSampleSelectiveMeanShiftBlurringFilter.h>

Inheritance diagram for itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >:

Inheritance graph
[legend]
Collaboration diagram for itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >:

Collaboration graph
[legend]
List of all members.

[NOHEADER]

virtual const char * GetClassName () const
Pointer New ()

Public Types

typedef SampleSelectiveMeanShiftBlurringFilter Self
typedef SampleMeanShiftBlurringFilter<
TSample > 
Superclass
typedef SmartPointer< SelfPointer
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 ()

Detailed Description

template<class TSample>
class itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >

This filter blurs the input sample data using mean shift algorithm selectively.

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.

See also:
MeanModeSeekerBase, SampleMeanShiftBlurringFilter

Definition at line 45 of file itkSampleSelectiveMeanShiftBlurringFilter.h.


Member Typedef Documentation

template<class TSample>
typedef Vector< bool, itkGetStaticConstMacro(MeasurementVectorSize) itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::ComponentSelectionsType)
 

Definition at line 70 of file itkSampleSelectiveMeanShiftBlurringFilter.h.

template<class TSample>
typedef SmartPointer<const Self> itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::ConstPointer
 

Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >.

Definition at line 53 of file itkSampleSelectiveMeanShiftBlurringFilter.h.

template<class TSample>
typedef Superclass::MeanShiftModeSeekerType itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::MeanShiftModeSeekerType
 

Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >.

Definition at line 67 of file itkSampleSelectiveMeanShiftBlurringFilter.h.

template<class TSample>
typedef Superclass::MeasurementVectorType itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::MeasurementVectorType
 

Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >.

Definition at line 64 of file itkSampleSelectiveMeanShiftBlurringFilter.h.

template<class TSample>
typedef Superclass::OutputType itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::OutputType
 

Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >.

Definition at line 65 of file itkSampleSelectiveMeanShiftBlurringFilter.h.

template<class TSample>
typedef SmartPointer<Self> itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::Pointer
 

Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >.

Definition at line 52 of file itkSampleSelectiveMeanShiftBlurringFilter.h.

template<class TSample>
typedef SampleSelectiveMeanShiftBlurringFilter itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::Self
 

Standard class typedefs.

Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >.

Definition at line 50 of file itkSampleSelectiveMeanShiftBlurringFilter.h.

template<class TSample>
typedef SampleMeanShiftBlurringFilter< TSample > itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::Superclass
 

Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >.

Definition at line 51 of file itkSampleSelectiveMeanShiftBlurringFilter.h.


Constructor & Destructor Documentation

template<class TSample>
itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::SampleSelectiveMeanShiftBlurringFilter  )  [protected]
 

template<class TSample>
virtual itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::~SampleSelectiveMeanShiftBlurringFilter  )  [protected, virtual]
 


Member Function Documentation

template<class TSample>
void itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::GenerateData  )  [protected, virtual]
 

Blurring the input sample and creates a ListSample with blurred data

Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >.

template<class TSample>
virtual const char* itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::GetClassName  )  const [virtual]
 

Standard Macros

Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >.

template<class TSample>
void itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::GetComponentSelections  )  [inline]
 

Set/Gets the vector of flags that indicate which components are selected for blurring Definition at line 75 of file itkSampleSelectiveMeanShiftBlurringFilter.h.

template<class TSample>
itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::itkStaticConstMacro MeasurementVectorSize  ,
unsigned  int,
TSample::MeasurementVectorSize 
 

Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >.

template<class TSample>
Pointer itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::New  )  [static]
 

Standard Macros

Reimplemented from itk::Statistics::SampleMeanShiftBlurringFilter< TSample >.

template<class TSample>
void itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::PrintSelf std::ostream &  os,
Indent  indent
const [protected, virtual]
 

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 >.

template<class TSample>
void itk::Statistics::SampleSelectiveMeanShiftBlurringFilter< TSample >::SetComponentSelections ComponentSelectionsType  selections  ) 
 

Set/Gets the vector of flags that indicate which components are selected for blurring


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 03:24:42 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000