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::IntermodesThresholdImageFilter< TInputImage, TOutputImage > Class Template Reference

Threshold an image using the Intermodes Threshold. More...

#include <itkIntermodesThresholdImageFilter.h>

Inheritance diagram for itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >:
Collaboration diagram for itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >:

List of all members.

Public Types

typedef
IntermodesThresholdCalculator
< HistogramType,
InputPixelType
CalculatorType
typedef SmartPointer< const SelfConstPointer
typedef Superclass::HistogramType HistogramType
typedef InputImageType::Pointer InputImagePointer
typedef InputImageType::RegionType InputImageRegionType
typedef TInputImage InputImageType
typedef InputImageType::IndexType InputIndexType
typedef InputImageType::PixelType InputPixelType
typedef InputImageType::SizeType InputSizeType
typedef OutputImageType::Pointer OutputImagePointer
typedef OutputImageType::RegionType OutputImageRegionType
typedef TOutputImage OutputImageType
typedef OutputImageType::IndexType OutputIndexType
typedef OutputImageType::PixelType OutputPixelType
typedef OutputImageType::SizeType OutputSizeType
typedef SmartPointer< SelfPointer
typedef
IntermodesThresholdImageFilter 
Self
typedef
HistogramThresholdImageFilter
< TInputImage, TOutputImage > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
unsigned long GetMaximumSmoothingIterations ()
virtual const char * GetNameOfClass () const
bool GetUseInterMode ()
void SetMaximumSmoothingIterations (unsigned long I)
void SetUseInterMode (unsigned long I)

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int InputImageDimension = InputImageType::ImageDimension
static const unsigned int OutputImageDimension = OutputImageType::ImageDimension

Protected Member Functions

 IntermodesThresholdImageFilter ()
void PrintSelf (std::ostream &os, Indent indent) const
 ~IntermodesThresholdImageFilter ()

Private Member Functions

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

Private Attributes

CalculatorType::Pointer m_IntermodesCalculator

Detailed Description

template<class TInputImage, class TOutputImage>
class itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >

Threshold an image using the Intermodes Threshold.

This filter creates a binary thresholded image that separates an image into foreground and background components. The filter computes the threshold using the IntermodesThresholdCalculator and applies that theshold to the input image using the BinaryThresholdImageFilter.

Author:
Richard Beare. Department of Medicine, Monash University, Melbourne, Australia.
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/10380/3279 or http://www.insight-journal.org/browse/publication/811

Definition at line 49 of file itkIntermodesThresholdImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef IntermodesThresholdCalculator< HistogramType, InputPixelType > itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::CalculatorType
template<class TInputImage , class TOutputImage >
typedef SmartPointer<const Self> itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::ConstPointer
template<class TInputImage , class TOutputImage >
typedef Superclass::HistogramType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::HistogramType
template<class TInputImage , class TOutputImage >
typedef InputImageType::Pointer itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::InputImagePointer

Image related typedefs.

Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage >.

Definition at line 73 of file itkIntermodesThresholdImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef InputImageType::RegionType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::InputImageRegionType
template<class TInputImage , class TOutputImage >
typedef TInputImage itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::InputImageType

Some convenient typedefs.

Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage >.

Definition at line 63 of file itkIntermodesThresholdImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef InputImageType::IndexType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::InputIndexType
template<class TInputImage , class TOutputImage >
typedef InputImageType::PixelType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::InputPixelType

Image pixel value typedef.

Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage >.

Definition at line 69 of file itkIntermodesThresholdImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef InputImageType::SizeType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::InputSizeType
template<class TInputImage , class TOutputImage >
typedef OutputImageType::Pointer itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::OutputImagePointer
template<class TInputImage , class TOutputImage >
typedef OutputImageType::RegionType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::OutputImageRegionType

Superclass typedefs.

Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage >.

Definition at line 81 of file itkIntermodesThresholdImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef TOutputImage itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::OutputImageType

Some convenient typedefs.

Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage >.

Definition at line 66 of file itkIntermodesThresholdImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef OutputImageType::IndexType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::OutputIndexType
template<class TInputImage , class TOutputImage >
typedef OutputImageType::PixelType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::OutputPixelType
template<class TInputImage , class TOutputImage >
typedef OutputImageType::SizeType itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::OutputSizeType
template<class TInputImage , class TOutputImage >
typedef SmartPointer<Self> itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::Pointer
template<class TInputImage , class TOutputImage >
typedef IntermodesThresholdImageFilter itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::Self

Standard Self typedef

Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage >.

Definition at line 54 of file itkIntermodesThresholdImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef HistogramThresholdImageFilter<TInputImage,TOutputImage> itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage >
itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::IntermodesThresholdImageFilter ( ) [inline, protected]

Definition at line 117 of file itkIntermodesThresholdImageFilter.h.

template<class TInputImage , class TOutputImage >
itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::~IntermodesThresholdImageFilter ( ) [inline, protected]

Definition at line 124 of file itkIntermodesThresholdImageFilter.h.

template<class TInputImage , class TOutputImage >
itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::IntermodesThresholdImageFilter ( const Self ) [private]

Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::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::HistogramThresholdImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
unsigned long itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::GetMaximumSmoothingIterations ( ) [inline]

Definition at line 91 of file itkIntermodesThresholdImageFilter.h.

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

Runtime information support.

Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
bool itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::GetUseInterMode ( ) [inline]

Definition at line 103 of file itkIntermodesThresholdImageFilter.h.

template<class TInputImage , class TOutputImage >
static Pointer itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
void itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::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::HistogramThresholdImageFilter< TInputImage, TOutputImage >.

template<class TInputImage , class TOutputImage >
void itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [inline, protected, virtual]

End concept checking

Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage >.

Definition at line 126 of file itkIntermodesThresholdImageFilter.h.

template<class TInputImage , class TOutputImage >
void itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::SetMaximumSmoothingIterations ( unsigned long  I) [inline]

Definition at line 86 of file itkIntermodesThresholdImageFilter.h.

template<class TInputImage , class TOutputImage >
void itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::SetUseInterMode ( unsigned long  I) [inline]

select whether midpoint (intermode=true) or minimum between peaks is used

Definition at line 98 of file itkIntermodesThresholdImageFilter.h.


Member Data Documentation

template<class TInputImage , class TOutputImage >
const unsigned int itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::InputImageDimension = InputImageType::ImageDimension [static]

Image related typedefs.

Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage >.

Definition at line 110 of file itkIntermodesThresholdImageFilter.h.

template<class TInputImage , class TOutputImage >
CalculatorType::Pointer itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::m_IntermodesCalculator [private]

Definition at line 137 of file itkIntermodesThresholdImageFilter.h.

template<class TInputImage , class TOutputImage >
const unsigned int itk::IntermodesThresholdImageFilter< TInputImage, TOutputImage >::OutputImageDimension = OutputImageType::ImageDimension [static]

Image related typedefs.

Reimplemented from itk::HistogramThresholdImageFilter< TInputImage, TOutputImage >.

Definition at line 112 of file itkIntermodesThresholdImageFilter.h.


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