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

Transforms the image so that any pixel that is not a regional minima is set to the maximum value for the pixel type. Pixels that are regional minima retain their value. More...

#include <itkValuedRegionalMinimaImageFilter.h>

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

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef InputImageType::PixelType InputImagePixelType
typedef TInputImage InputImageType
typedef SmartPointer< SelfPointer
typedef
ValuedRegionalMinimaImageFilter 
Self
typedef
ValuedRegionalExtremaImageFilter
< TInputImage, TOutputImage,
std::less< typename
TInputImage::PixelType >
, std::less< typename
TOutputImage::PixelType > > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
 typedef (Concept::HasPixelTraits< InputImagePixelType >) InputHasPixelTraitsCheck
 typedef (Concept::LessThanComparable< InputImagePixelType >) InputPixelTypeComparable
 typedef (Concept::HasNumericTraits< InputImagePixelType >) InputHasNumericTraitsCheck

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 ValuedRegionalMinimaImageFilter ()
virtual ~ValuedRegionalMinimaImageFilter ()

Private Member Functions

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

Detailed Description

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

Transforms the image so that any pixel that is not a regional minima is set to the maximum value for the pixel type. Pixels that are regional minima retain their value.

Regional minima are flat zones surrounded by pixels of higher value. A completely flat image will be marked as a regional minima by this filter.

This code was contributed in the Insight Journal paper: "Finding regional extrema - methods and performance" by Beare R., Lehmann G. http://hdl.handle.net/1926/153 http://www.insight-journal.org/browse/publication/65

Author:
Richard Beare. Department of Medicine, Monash University, Melbourne, Australia.
See also:
ValuedRegionalMaximaImageFilter, ValuedRegionalExtremaImageFilter,
HMinimaImageFilter
Wiki Examples:

Definition at line 55 of file itkValuedRegionalMinimaImageFilter.h.


Member Typedef Documentation

template<class TInputImage , class TOutputImage >
typedef SmartPointer< const Self > itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::ConstPointer
template<class TInputImage , class TOutputImage >
typedef InputImageType::PixelType itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::InputImagePixelType
template<class TInputImage , class TOutputImage >
typedef TInputImage itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::InputImageType
template<class TInputImage , class TOutputImage >
typedef SmartPointer< Self > itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::Pointer
template<class TInputImage , class TOutputImage >
typedef ValuedRegionalMinimaImageFilter itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::Self
template<class TInputImage , class TOutputImage >
typedef ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::less< typename TInputImage::PixelType >, std::less< typename TOutputImage::PixelType > > itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::Superclass

Constructor & Destructor Documentation

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

End concept checking

Definition at line 94 of file itkValuedRegionalMinimaImageFilter.h.

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

Definition at line 99 of file itkValuedRegionalMinimaImageFilter.h.

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

Member Function Documentation

template<class TInputImage , class TOutputImage >
virtual::itk::LightObject::Pointer itk::ValuedRegionalMinimaImageFilter< 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::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::less< TInputImage::PixelType >, std::less< TOutputImage::PixelType > >.

template<class TInputImage , class TOutputImage >
virtual const char* itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::GetNameOfClass ( ) const [virtual]
template<class TInputImage , class TOutputImage >
static Pointer itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::New ( ) [static]
template<class TInputImage , class TOutputImage >
void itk::ValuedRegionalMinimaImageFilter< 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::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::less< TInputImage::PixelType >, std::less< TOutputImage::PixelType > >.

template<class TInputImage , class TOutputImage >
itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::typedef ( Concept::LessThanComparable< InputImagePixelType )

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

template<class TInputImage , class TOutputImage >
itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::typedef ( Concept::HasPixelTraits< InputImagePixelType )

This class requires InputHasPixelTraitsCheck in the form of ( Concept::HasPixelTraits< InputImagePixelType > )

Reimplemented from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::less< TInputImage::PixelType >, std::less< TOutputImage::PixelType > >.

template<class TInputImage , class TOutputImage >
itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::typedef ( Concept::HasNumericTraits< InputImagePixelType )

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

Reimplemented from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::less< TInputImage::PixelType >, std::less< TOutputImage::PixelType > >.


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