ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkValuedRegionalMaximaImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Private Member Functions | |
void | operator= (const Self &) |
ValuedRegionalMaximaImageFilter (const Self &) |
Additional Inherited Members | |
Static Public Attributes inherited from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Transforms the image so that any pixel that is not a regional maxima is set to the minimum value for the pixel type. Pixels that are regional maxima retain their value.
Regional maxima are flat zones surrounded by pixels of lower value. A completely flat image will be marked as a regional maxima 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
Definition at line 57 of file itkValuedRegionalMaximaImageFilter.h.
typedef SmartPointer< const Self > itk::ValuedRegionalMaximaImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > >.
Definition at line 71 of file itkValuedRegionalMaximaImageFilter.h.
typedef InputImageType::PixelType itk::ValuedRegionalMaximaImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Reimplemented from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > >.
Definition at line 74 of file itkValuedRegionalMaximaImageFilter.h.
typedef TInputImage itk::ValuedRegionalMaximaImageFilter< TInputImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Reimplemented from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > >.
Definition at line 73 of file itkValuedRegionalMaximaImageFilter.h.
typedef SmartPointer< Self > itk::ValuedRegionalMaximaImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > >.
Definition at line 70 of file itkValuedRegionalMaximaImageFilter.h.
typedef ValuedRegionalMaximaImageFilter itk::ValuedRegionalMaximaImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > >.
Definition at line 64 of file itkValuedRegionalMaximaImageFilter.h.
typedef ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< typename TInputImage::PixelType >, std::greater< typename TOutputImage::PixelType > > itk::ValuedRegionalMaximaImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > >.
Definition at line 68 of file itkValuedRegionalMaximaImageFilter.h.
|
inlineprotected |
End concept checking
Definition at line 95 of file itkValuedRegionalMaximaImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 101 of file itkValuedRegionalMaximaImageFilter.h.
|
private |
|
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::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > >.
|
virtual |
Runtime information support.
Reimplemented from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > >.
|
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::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > >.
itk::ValuedRegionalMaximaImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::GreaterThanComparable< InputImagePixelType > | ) |
Begin concept checking This class requires InputPixelTypeComparable in the form of ( Concept::GreaterThanComparable< InputImagePixelType > )
itk::ValuedRegionalMaximaImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasPixelTraits< InputImagePixelType > | ) |
This class requires InputHasPixelTraitsCheck in the form of ( Concept::HasPixelTraits< InputImagePixelType > )
Reimplemented from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > >.
itk::ValuedRegionalMaximaImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< InputImagePixelType > | ) |
This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputImagePixelType > )
Reimplemented from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::greater< TInputImage::PixelType >, std::greater< TOutputImage::PixelType > >.