ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkRegionalMaximaImageFilter.h>
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
Static Public Attributes inherited from itk::ImageSource< TOutputImage > |
Private Member Functions | |
void | operator= (const Self &) |
RegionalMaximaImageFilter (const Self &) |
Private Attributes | |
OutputImagePixelType | m_BackgroundValue |
bool | m_FlatIsMaxima |
OutputImagePixelType | m_ForegroundValue |
bool | m_FullyConnected |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Produce a binary image where foreground is the regional maxima of the input image.
Regional maxima are flat zones surrounded 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.
|
protected |
End concept checking
|
inlineprotected |
End concept checking
Definition at line 138 of file itkRegionalMaximaImageFilter.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::Object.
|
protectedvirtual |
RegionalMaximaImageFilter will produce the entire output.
Reimplemented from itk::ProcessObject.
|
virtual |
Set/Get wether a flat image must be considered as a maxima or not. Defaults to true.
|
virtual |
Set/Get wether a flat image must be considered as a maxima or not. Defaults to true.
|
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 |
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.
|
protectedvirtual |
Single-threaded version of GenerateData. This filter delegates to GrayscaleGeodesicErodeImageFilter.
Reimplemented from itk::ImageSource< TOutputImage >.
|
protectedvirtual |
RegionalMaximaImageFilter needs the entire input be available. Thus, it needs to provide an implementation of GenerateInputRequestedRegion().
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the value used as "background" in the output image. Defaults to NumericTraits<PixelType>::NonpositiveMin().
|
virtual |
Set/Get wether a flat image must be considered as a maxima or not. Defaults to true.
|
virtual |
Set/Get the value in the output image to consider as "foreground". Defaults to maximum value of PixelType.
|
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 |
Runtime information support.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
static |
Standard New method.
Reimplemented from itk::Object.
|
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 >.
|
protectedvirtual |
End concept checking
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
|
virtual |
Set/Get the value used as "background" in the output image. Defaults to NumericTraits<PixelType>::NonpositiveMin().
|
virtual |
Set/Get wether a flat image must be considered as a maxima or not. Defaults to true.
|
virtual |
Set/Get the value in the output image to consider as "foreground". Defaults to maximum value of PixelType.
|
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 > )
|
static |
ImageDimension constants
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 80 of file itkRegionalMaximaImageFilter.h.
|
private |
Definition at line 161 of file itkRegionalMaximaImageFilter.h.
|
private |
Definition at line 159 of file itkRegionalMaximaImageFilter.h.
|
private |
Definition at line 160 of file itkRegionalMaximaImageFilter.h.
|
private |
Definition at line 158 of file itkRegionalMaximaImageFilter.h.
|
static |
ImageDimension constants
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 82 of file itkRegionalMaximaImageFilter.h.