ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage > Class Template Reference

relabel objects according to their shape attributes More...

#include <itkStatisticsRelabelImageFilter.h>

Inheritance diagram for itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >:
Collaboration diagram for itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >:

List of all members.

Public Types

typedef
LabelObjectType::AttributeType 
AttributeType
typedef
LabelMapToLabelImageFilter
< LabelMapType,
OutputImageType
BinarizerType
typedef SmartPointer< const SelfConstPointer
typedef
FeatureImageType::ConstPointer 
FeatureImageConstPointer
typedef FeatureImageType::PixelType FeatureImagePixelType
typedef FeatureImageType::Pointer FeatureImagePointer
typedef TFeatureImage FeatureImageType
typedef
InputImageType::ConstPointer 
InputImageConstPointer
typedef InputImageType::PixelType InputImagePixelType
typedef InputImageType::Pointer InputImagePointer
typedef InputImageType::RegionType InputImageRegionType
typedef TInputImage InputImageType
typedef
LabelImageToLabelMapFilter
< InputImageType, LabelMapType
LabelizerType
typedef LabelMap< LabelObjectTypeLabelMapType
typedef StatisticsLabelObject
< InputImagePixelType,
itkGetStaticConstMacro(ImageDimension) > 
LabelObjectType
typedef
StatisticsLabelMapFilter
< LabelMapType, TFeatureImage > 
LabelObjectValuatorType
typedef
OutputImageType::ConstPointer 
OutputImageConstPointer
typedef OutputImageType::PixelType OutputImagePixelType
typedef OutputImageType::Pointer OutputImagePointer
typedef OutputImageType::RegionType OutputImageRegionType
typedef TInputImage OutputImageType
typedef SmartPointer< SelfPointer
typedef
StatisticsRelabelLabelMapFilter
< LabelMapType
RelabelType
typedef
StatisticsRelabelImageFilter 
Self
typedef ImageToImageFilter
< TInputImage, TInputImage > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
FeatureImageTypeGetFeatureImage ()
virtual const char * GetNameOfClass () const
void SetFeatureImage (TFeatureImage *input)
void SetInput1 (InputImageType *input)
void SetInput2 (FeatureImageType *input)
 typedef (Concept::Convertible< int, InputImagePixelType >) IntConvertibleToInputCheck
 typedef (Concept::OStreamWritable< InputImagePixelType >) InputOStreamWritableCheck
 typedef (Concept::EqualityComparable< InputImagePixelType >) InputEqualityComparableCheck
virtual void SetBackgroundValue (OutputImagePixelType _arg)
virtual OutputImagePixelType GetBackgroundValue () const
virtual bool GetReverseOrdering () const
virtual void SetReverseOrdering (bool _arg)
virtual void ReverseOrderingOn ()
virtual void ReverseOrderingOff ()
virtual AttributeType GetAttribute () const
virtual void SetAttribute (AttributeType _arg)
void SetAttribute (const std::string &s)

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int InputImageDimension = TInputImage::ImageDimension
static const unsigned int OutputImageDimension = TInputImage::ImageDimension
static const unsigned int ImageDimension = TInputImage::ImageDimension

Protected Member Functions

void EnlargeOutputRequestedRegion (DataObject *)
void GenerateData ()
void GenerateInputRequestedRegion ()
void PrintSelf (std::ostream &os, Indent indent) const
 StatisticsRelabelImageFilter ()
 ~StatisticsRelabelImageFilter ()

Private Member Functions

void operator= (const Self &)
 StatisticsRelabelImageFilter (const Self &)

Private Attributes

AttributeType m_Attribute
OutputImagePixelType m_BackgroundValue
bool m_ReverseOrdering

Detailed Description

template<class TInputImage, class TFeatureImage>
class itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >

relabel objects according to their shape attributes

StatisticsRelabelImageFilter relabel a labeled image according to the statistics attributes of the objects. The label produced are always consecutives.

Author:
Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.

This implementation was taken from the Insight Journal paper: http://hdl.handle.net/1926/584 or http://www.insight-journal.org/browse/publication/176

See also:
StatisticsLabelObject, RelabelComponentImageFilter

Definition at line 45 of file itkStatisticsRelabelImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TFeatureImage >
typedef LabelObjectType::AttributeType itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::AttributeType

Definition at line 85 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef LabelMapToLabelImageFilter< LabelMapType, OutputImageType > itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::BinarizerType

Definition at line 87 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef SmartPointer< const Self > itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::ConstPointer
template<class TInputImage , class TFeatureImage >
typedef FeatureImageType::ConstPointer itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::FeatureImageConstPointer

Definition at line 69 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef FeatureImageType::PixelType itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::FeatureImagePixelType

Definition at line 70 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef FeatureImageType::Pointer itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::FeatureImagePointer

Definition at line 68 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef TFeatureImage itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::FeatureImageType

Definition at line 67 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef InputImageType::ConstPointer itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::InputImageConstPointer
template<class TInputImage , class TFeatureImage >
typedef InputImageType::PixelType itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::InputImagePixelType
template<class TInputImage , class TFeatureImage >
typedef InputImageType::Pointer itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::InputImagePointer
template<class TInputImage , class TFeatureImage >
typedef InputImageType::RegionType itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::InputImageRegionType
template<class TInputImage , class TFeatureImage >
typedef TInputImage itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::InputImageType

Some convenient typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.

Definition at line 56 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef LabelImageToLabelMapFilter< InputImageType, LabelMapType > itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::LabelizerType

Definition at line 83 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef LabelMap< LabelObjectType > itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::LabelMapType

Definition at line 82 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef StatisticsLabelObject< InputImagePixelType, itkGetStaticConstMacro(ImageDimension) > itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::LabelObjectType

Definition at line 81 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef StatisticsLabelMapFilter< LabelMapType, TFeatureImage > itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::LabelObjectValuatorType

Definition at line 84 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef OutputImageType::ConstPointer itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::OutputImageConstPointer

Definition at line 63 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef OutputImageType::PixelType itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::OutputImagePixelType
template<class TInputImage , class TFeatureImage >
typedef OutputImageType::Pointer itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::OutputImagePointer

Reimplemented from itk::ImageSource< TInputImage >.

Definition at line 62 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef OutputImageType::RegionType itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::OutputImageRegionType

Superclass typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.

Definition at line 64 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef TInputImage itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::OutputImageType

Some convenient typedefs.

Reimplemented from itk::ImageSource< TInputImage >.

Definition at line 57 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef SmartPointer< Self > itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::Pointer
template<class TInputImage , class TFeatureImage >
typedef StatisticsRelabelLabelMapFilter< LabelMapType > itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::RelabelType

Definition at line 86 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef StatisticsRelabelImageFilter itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::Self

Standard class typedefs.

Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.

Definition at line 50 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
typedef ImageToImageFilter< TInputImage, TInputImage > itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TFeatureImage >
itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::StatisticsRelabelImageFilter ( ) [protected]
template<class TInputImage , class TFeatureImage >
itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::~StatisticsRelabelImageFilter ( ) [inline, protected]

Definition at line 164 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::StatisticsRelabelImageFilter ( const Self ) [private]

Member Function Documentation

template<class TInputImage , class TFeatureImage >
virtual::itk::LightObject::Pointer itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::Object.

template<class TInputImage , class TFeatureImage >
void itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::EnlargeOutputRequestedRegion ( DataObject ) [protected, virtual]

StatisticsRelabelImageFilter will produce the entire output.

Reimplemented from itk::ProcessObject.

template<class TInputImage , class TFeatureImage >
void itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::GenerateData ( ) [protected, virtual]

Single-threaded version of GenerateData. This filter delegates to GrayscaleGeodesicErodeImageFilter.

Reimplemented from itk::ImageSource< TInputImage >.

template<class TInputImage , class TFeatureImage >
void itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::GenerateInputRequestedRegion ( ) [protected, virtual]

StatisticsRelabelImageFilter needs the entire input be available. Thus, it needs to provide an implementation of GenerateInputRequestedRegion().

Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.

template<class TInputImage , class TFeatureImage >
virtual AttributeType itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::GetAttribute ( ) const [virtual]

Set/Get the attribute to use. Default is "Mean".

template<class TInputImage , class TFeatureImage >
virtual OutputImagePixelType itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::GetBackgroundValue ( ) const [virtual]

End concept checking Set/Get the value used as "background" in the output image. Defaults to NumericTraits<PixelType>::NonpositiveMin().

template<class TInputImage , class TFeatureImage >
FeatureImageType* itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::GetFeatureImage ( ) [inline]

Get the feature image

Definition at line 145 of file itkStatisticsRelabelImageFilter.h.

References itk::ProcessObject::GetInput().

template<class TInputImage , class TFeatureImage >
virtual const char* itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::GetNameOfClass ( ) const [virtual]

Runtime information support.

Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.

template<class TInputImage , class TFeatureImage >
virtual bool itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::GetReverseOrdering ( ) const [virtual]

Set/Get the order of labeling of the objects. By default, the objects with the highest attribute values are labeled first. Set ReverseOrdering to true make the one with the smallest attributes be labeled first.

template<class TInputImage , class TFeatureImage >
static Pointer itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::New ( ) [static]

Standard New method.

Reimplemented from itk::Object.

template<class TInputImage , class TFeatureImage >
void itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::operator= ( const Self ) [private]

PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.

Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.

template<class TInputImage , class TFeatureImage >
void itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::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::ImageToImageFilter< TInputImage, TInputImage >.

template<class TInputImage , class TFeatureImage >
virtual void itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::ReverseOrderingOff ( ) [virtual]

Set/Get the order of labeling of the objects. By default, the objects with the highest attribute values are labeled first. Set ReverseOrdering to true make the one with the smallest attributes be labeled first.

template<class TInputImage , class TFeatureImage >
virtual void itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::ReverseOrderingOn ( ) [virtual]

Set/Get the order of labeling of the objects. By default, the objects with the highest attribute values are labeled first. Set ReverseOrdering to true make the one with the smallest attributes be labeled first.

template<class TInputImage , class TFeatureImage >
void itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::SetAttribute ( const std::string &  s) [inline]

Set/Get the attribute to use. Default is "Mean".

Definition at line 131 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
virtual void itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::SetAttribute ( AttributeType  _arg) [virtual]

Set/Get the attribute to use. Default is "Mean".

template<class TInputImage , class TFeatureImage >
virtual void itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::SetBackgroundValue ( OutputImagePixelType  _arg) [virtual]

End concept checking Set/Get the value used as "background" in the output image. Defaults to NumericTraits<PixelType>::NonpositiveMin().

template<class TInputImage , class TFeatureImage >
void itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::SetFeatureImage ( TFeatureImage *  input) [inline]

Set the feature image

Definition at line 138 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
void itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::SetInput1 ( InputImageType input) [inline]

Set the input image

Definition at line 151 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
void itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::SetInput2 ( FeatureImageType input) [inline]

Set the feature image

Definition at line 157 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
virtual void itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::SetReverseOrdering ( bool  _arg) [virtual]

Set/Get the order of labeling of the objects. By default, the objects with the highest attribute values are labeled first. Set ReverseOrdering to true make the one with the smallest attributes be labeled first.

template<class TInputImage , class TFeatureImage >
itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::typedef ( Concept::Convertible< int, InputImagePixelType )

This class requires IntConvertibleToInputCheck in the form of ( Concept::Convertible< int, InputImagePixelType > )

template<class TInputImage , class TFeatureImage >
itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::typedef ( Concept::EqualityComparable< InputImagePixelType )

Begin concept checking This class requires InputEqualityComparableCheck in the form of ( Concept::EqualityComparable< InputImagePixelType > )

template<class TInputImage , class TFeatureImage >
itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::typedef ( Concept::OStreamWritable< InputImagePixelType )

This class requires InputOStreamWritableCheck in the form of ( Concept::OStreamWritable< InputImagePixelType > )


Member Data Documentation

template<class TInputImage , class TFeatureImage >
const unsigned int itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::ImageDimension = TInputImage::ImageDimension [static]

ImageDimension constants

Definition at line 78 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
const unsigned int itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::InputImageDimension = TInputImage::ImageDimension [static]

ImageDimension constants

Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.

Definition at line 74 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
AttributeType itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::m_Attribute [private]

Definition at line 185 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
OutputImagePixelType itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::m_BackgroundValue [private]

Definition at line 183 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
bool itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::m_ReverseOrdering [private]

Definition at line 184 of file itkStatisticsRelabelImageFilter.h.

template<class TInputImage , class TFeatureImage >
const unsigned int itk::StatisticsRelabelImageFilter< TInputImage, TFeatureImage >::OutputImageDimension = TInputImage::ImageDimension [static]

ImageDimension constants

Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.

Definition at line 76 of file itkStatisticsRelabelImageFilter.h.


The documentation for this class was generated from the following file: