ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkRegionalMinimaImageFilter.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 &) |
RegionalMinimaImageFilter (const Self &) |
Private Attributes | |
OutputImagePixelType | m_BackgroundValue |
bool | m_FlatIsMinima |
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 minima of the input image.
Regional minima are flat zones surrounded by pixels of greater value.
If the input image is constant, the entire image can be considered as a minima or not. The SetFlatIsMinima() method let the user choose which behavior to use.
This class was contribtued to the Insight Journal by
RegionalMaximaImageFilter MathematicalMorphologyImageFilters
Definition at line 54 of file itkRegionalMinimaImageFilter.h.
typedef SmartPointer< const Self > itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 62 of file itkRegionalMinimaImageFilter.h.
typedef InputImageType::ConstPointer itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 68 of file itkRegionalMinimaImageFilter.h.
typedef InputImageType::PixelType itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 70 of file itkRegionalMinimaImageFilter.h.
typedef InputImageType::Pointer itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 67 of file itkRegionalMinimaImageFilter.h.
typedef InputImageType::RegionType itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 69 of file itkRegionalMinimaImageFilter.h.
typedef TInputImage itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 65 of file itkRegionalMinimaImageFilter.h.
typedef OutputImageType::ConstPointer itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >::OutputImageConstPointer |
Definition at line 72 of file itkRegionalMinimaImageFilter.h.
typedef OutputImageType::PixelType itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 74 of file itkRegionalMinimaImageFilter.h.
typedef OutputImageType::Pointer itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 71 of file itkRegionalMinimaImageFilter.h.
typedef OutputImageType::RegionType itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 73 of file itkRegionalMinimaImageFilter.h.
typedef TOutputImage itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 66 of file itkRegionalMinimaImageFilter.h.
typedef SmartPointer< Self > itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 61 of file itkRegionalMinimaImageFilter.h.
typedef RegionalMinimaImageFilter itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 59 of file itkRegionalMinimaImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::RegionalMinimaImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 60 of file itkRegionalMinimaImageFilter.h.
|
protected |
End concept checking
|
inlineprotected |
End concept checking
Definition at line 137 of file itkRegionalMinimaImageFilter.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 |
RegionalMinimaImageFilter will produce the entire output.
Reimplemented from itk::ProcessObject.
|
virtual |
Set/Get wether a flat image must be considered as a minima or not. Defaults to true.
|
virtual |
Set/Get wether a flat image must be considered as a minima 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 |
RegionalMinimaImageFilter 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 minima 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 minima 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::RegionalMinimaImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasPixelTraits< InputImagePixelType > | ) |
Begin concept checking This class requires InputHasPixelTraitsCheck in the form of ( Concept::HasPixelTraits< InputImagePixelType > )
itk::RegionalMinimaImageFilter< 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 78 of file itkRegionalMinimaImageFilter.h.
|
private |
Definition at line 160 of file itkRegionalMinimaImageFilter.h.
|
private |
Definition at line 158 of file itkRegionalMinimaImageFilter.h.
|
private |
Definition at line 159 of file itkRegionalMinimaImageFilter.h.
|
private |
Definition at line 157 of file itkRegionalMinimaImageFilter.h.
|
static |
ImageDimension constants
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 80 of file itkRegionalMinimaImageFilter.h.