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

Threshold an image using the Yen Threshold. More...

#include <itkYenThresholdImageFilter.h>

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

List of all members.

Public Types

typedef YenThresholdCalculator
< 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 YenThresholdImageFilter Self
typedef
HistogramThresholdImageFilter
< TInputImage, TOutputImage > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const

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

 YenThresholdImageFilter ()
 ~YenThresholdImageFilter ()

Private Member Functions

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

Detailed Description

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

Threshold an image using the Yen Threshold.

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

Author:
Richard Beare
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 48 of file itkYenThresholdImageFilter.h.


Member Typedef Documentation

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

Image related typedefs.

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

Definition at line 72 of file itkYenThresholdImageFilter.h.

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

Some convenient typedefs.

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

Definition at line 62 of file itkYenThresholdImageFilter.h.

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

Image pixel value typedef.

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

Definition at line 68 of file itkYenThresholdImageFilter.h.

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

Superclass typedefs.

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

Definition at line 80 of file itkYenThresholdImageFilter.h.

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

Some convenient typedefs.

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

Definition at line 65 of file itkYenThresholdImageFilter.h.

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

Standard Self typedef

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

Definition at line 53 of file itkYenThresholdImageFilter.h.

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

Constructor & Destructor Documentation

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

Definition at line 93 of file itkYenThresholdImageFilter.h.

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

Definition at line 97 of file itkYenThresholdImageFilter.h.

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

Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::YenThresholdImageFilter< 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 >
virtual const char* itk::YenThresholdImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]

Runtime information support.

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

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

Method for creation through the object factory.

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

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


Member Data Documentation

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

Image related typedefs.

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

Definition at line 87 of file itkYenThresholdImageFilter.h.

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

Image related typedefs.

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

Definition at line 89 of file itkYenThresholdImageFilter.h.


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