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

BinaryThreshold projection. More...

#include <itkBinaryThresholdProjectionImageFilter.h>

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

List of all members.

Public Types

typedef Superclass::AccumulatorType AccumulatorType
typedef SmartPointer< const SelfConstPointer
typedef TInputImage InputImageType
typedef InputImageType::PixelType InputPixelType
typedef TOutputImage OutputImageType
typedef OutputImageType::PixelType OutputPixelType
typedef SmartPointer< SelfPointer
typedef
BinaryThresholdProjectionImageFilter 
Self
typedef ProjectionImageFilter
< TInputImage, TOutputImage,
Function::BinaryThresholdAccumulator
< typename
TInputImage::PixelType,
typename
TOutputImage::PixelType > > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
 typedef (Concept::GreaterThanComparable< InputPixelType >) InputPixelTypeGreaterThanComparable
 typedef (Concept::HasNumericTraits< InputPixelType >) InputHasNumericTraitsCheck
virtual void SetForegroundValue (InputPixelType _arg)
virtual InputPixelType GetForegroundValue () const
virtual void SetBackgroundValue (OutputPixelType _arg)
virtual OutputPixelType GetBackgroundValue () const
virtual void SetThresholdValue (InputPixelType _arg)
virtual InputPixelType GetThresholdValue () const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

virtual AccumulatorType NewAccumulator (SizeValueType size) const
void PrintSelf (std::ostream &os, Indent indent) const
virtual ~BinaryThresholdProjectionImageFilter ()
 BinaryThresholdProjectionImageFilter ()

Protected Attributes

OutputPixelType m_BackgroundValue
InputPixelType m_ForegroundValue
OutputPixelType m_ThresholdValue
 BinaryThresholdProjectionImageFilter (const Self &)
void operator= (const Self &)

Detailed Description

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

BinaryThreshold projection.

This class was contributed to the Insight Journal by Gaetan Lehmann. the original paper can be found at http://hdl.handle.net/1926/164

Author:
Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France.
See also:
ProjectionImageFilter
MedianProjectionImageFilter
MeanProjectionImageFilter
MeanProjectionImageFilter
MaximumProjectionImageFilter
MinimumProjectionImageFilter
StandardDeviationProjectionImageFilter
SumProjectionImageFilter

Definition at line 92 of file itkBinaryThresholdProjectionImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef Superclass::AccumulatorType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::AccumulatorType
template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::ConstPointer
template<class TInputImage , class TOutputImage >
typedef TInputImage itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::InputImageType
template<class TInputImage , class TOutputImage >
typedef InputImageType::PixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::InputPixelType

Image typedef support.

Definition at line 119 of file itkBinaryThresholdProjectionImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef TOutputImage itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::OutputImageType
template<class TInputImage , class TOutputImage >
typedef OutputImageType::PixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::OutputPixelType

Definition at line 120 of file itkBinaryThresholdProjectionImageFilter.h.

template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::Pointer
template<class TInputImage , class TOutputImage >
typedef BinaryThresholdProjectionImageFilter itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::Self
template<class TInputImage , class TOutputImage >
typedef ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< typename TInputImage::PixelType, typename TOutputImage::PixelType > > itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

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

End concept checking

Definition at line 152 of file itkBinaryThresholdProjectionImageFilter.h.

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

Definition at line 160 of file itkBinaryThresholdProjectionImageFilter.h.

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

Pixel value for Threshold


Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::BinaryThresholdProjectionImageFilter< 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::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.

template<class TInputImage , class TOutputImage >
virtual OutputPixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::GetBackgroundValue ( ) const [virtual]

Set/Get the value used as "background". Defaults to NumericTraits<PixelType>::NonpositiveMin().

template<class TInputImage , class TOutputImage >
virtual InputPixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::GetForegroundValue ( ) const [virtual]

Set/Get the value in the image to consider as "foreground". Defaults to maximum value of PixelType.

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

Set/Get the value in the image to consider as "threshold". Defaults to NumericTraits<InputPixelType>::max()

template<class TInputImage , class TOutputImage >
static Pointer itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::New ( ) [static]
template<class TInputImage , class TOutputImage >
virtual AccumulatorType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::NewAccumulator ( SizeValueType  size) const [inline, protected, virtual]
template<class TInputImage , class TOutputImage >
void itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::operator= ( const Self ) [private]
template<class TInputImage , class TOutputImage >
void itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [inline, protected, virtual]

End concept checking Set/Get the direction in which to accumulate the data. It must be set before the update of the filter. Defaults to the last dimension.

Reimplemented from itk::ProjectionImageFilter< TInputImage, TOutputImage, Function::BinaryThresholdAccumulator< TInputImage::PixelType, TOutputImage::PixelType > >.

Definition at line 162 of file itkBinaryThresholdProjectionImageFilter.h.

template<class TInputImage , class TOutputImage >
virtual void itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::SetBackgroundValue ( OutputPixelType  _arg) [virtual]

Set/Get the value used as "background". Defaults to NumericTraits<PixelType>::NonpositiveMin().

template<class TInputImage , class TOutputImage >
virtual void itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::SetForegroundValue ( InputPixelType  _arg) [virtual]

Set/Get the value in the image to consider as "foreground". Defaults to maximum value of PixelType.

template<class TInputImage , class TOutputImage >
virtual void itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::SetThresholdValue ( InputPixelType  _arg) [virtual]

Set/Get the value in the image to consider as "threshold". Defaults to NumericTraits<InputPixelType>::max()

template<class TInputImage , class TOutputImage >
itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::typedef ( Concept::GreaterThanComparable< InputPixelType )

Begin concept checking This class requires InputPixelTypeGreaterThanComparable in the form of ( Concept::GreaterThanComparable< InputPixelType > )

template<class TInputImage , class TOutputImage >
itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::typedef ( Concept::HasNumericTraits< InputPixelType )

This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputPixelType > )


Member Data Documentation

template<class TInputImage , class TOutputImage >
OutputPixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_BackgroundValue [protected]

Pixel value for background

Definition at line 199 of file itkBinaryThresholdProjectionImageFilter.h.

template<class TInputImage , class TOutputImage >
InputPixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_ForegroundValue [protected]

Pixel value to dilate

Definition at line 196 of file itkBinaryThresholdProjectionImageFilter.h.

template<class TInputImage , class TOutputImage >
OutputPixelType itk::BinaryThresholdProjectionImageFilter< TInputImage, TOutputImage >::m_ThresholdValue [protected]

Pixel value for Threshold

Definition at line 202 of file itkBinaryThresholdProjectionImageFilter.h.


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