ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkRegionalMaximaImageFilter.h>
Produce a binary image where foreground is the regional maxima of the input image.
Regional maxima are flat zones surounded by pixels of lower value.
If the input image is constant, the entire image can be considered as a maxima or not. The desired behavior can be selected with the SetFlatIsMaxima() method.
This class was contributed to the Insight Journal by author Gaetan Lehmann. Biologie du Developpement et de la Reproduction, INRA de Jouy-en-Josas, France. The paper can be found at http://hdl.handle.net/1926/153
Definition at line 54 of file itkRegionalMaximaImageFilter.h.
typedef SmartPointer< const Self > itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 64 of file itkRegionalMaximaImageFilter.h.
typedef InputImageType::ConstPointer itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 70 of file itkRegionalMaximaImageFilter.h.
typedef InputImageType::PixelType itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 72 of file itkRegionalMaximaImageFilter.h.
typedef InputImageType::Pointer itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 69 of file itkRegionalMaximaImageFilter.h.
typedef InputImageType::RegionType itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 71 of file itkRegionalMaximaImageFilter.h.
typedef TInputImage itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 67 of file itkRegionalMaximaImageFilter.h.
typedef OutputImageType::ConstPointer itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::OutputImageConstPointer |
Definition at line 74 of file itkRegionalMaximaImageFilter.h.
typedef OutputImageType::PixelType itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 76 of file itkRegionalMaximaImageFilter.h.
typedef OutputImageType::Pointer itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 73 of file itkRegionalMaximaImageFilter.h.
typedef OutputImageType::RegionType itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 75 of file itkRegionalMaximaImageFilter.h.
typedef TOutputImage itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 68 of file itkRegionalMaximaImageFilter.h.
typedef SmartPointer< Self > itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 63 of file itkRegionalMaximaImageFilter.h.
typedef RegionalMaximaImageFilter itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 59 of file itkRegionalMaximaImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 61 of file itkRegionalMaximaImageFilter.h.
itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::RegionalMaximaImageFilter | ( | ) | [protected] |
End concept checking
itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::~RegionalMaximaImageFilter | ( | ) | [inline, protected] |
End concept checking
Definition at line 138 of file itkRegionalMaximaImageFilter.h.
itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::RegionalMaximaImageFilter | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::RegionalMaximaImageFilter< 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::Object.
void itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::EnlargeOutputRequestedRegion | ( | DataObject * | ) | [protected, virtual] |
RegionalMaximaImageFilter will produce the entire output.
Reimplemented from itk::ProcessObject.
virtual void itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::FlatIsMaximaOff | ( | ) | [virtual] |
Set/Get wether a flat image must be considered as a maxima or not. Defaults to true.
virtual void itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::FlatIsMaximaOn | ( | ) | [virtual] |
Set/Get wether a flat image must be considered as a maxima or not. Defaults to true.
virtual void itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::FullyConnectedOff | ( | ) | [virtual] |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
virtual void itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::FullyConnectedOn | ( | ) | [virtual] |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
void itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::GenerateData | ( | ) | [protected, virtual] |
Single-threaded version of GenerateData. This filter delegates to GrayscaleGeodesicErodeImageFilter.
Reimplemented from itk::ImageSource< TOutputImage >.
void itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::GenerateInputRequestedRegion | ( | ) | [protected, virtual] |
RegionalMaximaImageFilter needs the entire input be available. Thus, it needs to provide an implementation of GenerateInputRequestedRegion().
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
virtual OutputImagePixelType itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::GetBackgroundValue | ( | ) | const [virtual] |
Set/Get the value used as "background" in the output image. Defaults to NumericTraits<PixelType>::NonpositiveMin().
virtual bool itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::GetFlatIsMaxima | ( | ) | const [virtual] |
Set/Get wether a flat image must be considered as a maxima or not. Defaults to true.
virtual OutputImagePixelType itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::GetForegroundValue | ( | ) | const [virtual] |
Set/Get the value in the output image to consider as "foreground". Defaults to maximum value of PixelType.
virtual bool itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::GetFullyConnected | ( | ) | const [virtual] |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
virtual const char* itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Runtime information support.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
static Pointer itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::New | ( | ) | [static] |
Standard New method.
Reimplemented from itk::Object.
void itk::RegionalMaximaImageFilter< 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::ImageToImageFilter< TInputImage, TOutputImage >.
void itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
End concept checking
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
virtual void itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::SetBackgroundValue | ( | OutputImagePixelType | _arg | ) | [virtual] |
Set/Get the value used as "background" in the output image. Defaults to NumericTraits<PixelType>::NonpositiveMin().
virtual void itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::SetFlatIsMaxima | ( | bool | _arg | ) | [virtual] |
Set/Get wether a flat image must be considered as a maxima or not. Defaults to true.
virtual void itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::SetForegroundValue | ( | OutputImagePixelType | _arg | ) | [virtual] |
Set/Get the value in the output image to consider as "foreground". Defaults to maximum value of PixelType.
virtual void itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::SetFullyConnected | ( | bool | _arg | ) | [virtual] |
Set/Get whether the connected components are defined strictly by face connectivity or by face+edge+vertex connectivity. Default is FullyConnectedOff. For objects that are 1 pixel wide, use FullyConnectedOn.
itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasPixelTraits< InputImagePixelType > | ) |
Begin concept checking This class requires InputHasPixelTraitsCheck in the form of ( Concept::HasPixelTraits< InputImagePixelType > )
itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< InputImagePixelType > | ) |
This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputImagePixelType > )
const unsigned int itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::InputImageDimension = TInputImage::ImageDimension [static] |
ImageDimension constants
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 80 of file itkRegionalMaximaImageFilter.h.
OutputImagePixelType itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::m_BackgroundValue [private] |
Definition at line 161 of file itkRegionalMaximaImageFilter.h.
bool itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::m_FlatIsMaxima [private] |
Definition at line 159 of file itkRegionalMaximaImageFilter.h.
OutputImagePixelType itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::m_ForegroundValue [private] |
Definition at line 160 of file itkRegionalMaximaImageFilter.h.
bool itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::m_FullyConnected [private] |
Definition at line 158 of file itkRegionalMaximaImageFilter.h.
const unsigned int itk::RegionalMaximaImageFilter< TInputImage, TOutputImage >::OutputImageDimension = TOutputImage::ImageDimension [static] |
ImageDimension constants
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 82 of file itkRegionalMaximaImageFilter.h.