ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#include <itkValuedRegionalMinimaImageFilter.h>
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
Definition at line 55 of file itkValuedRegionalMinimaImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::less< TInputImage::PixelType >, std::less< TOutputImage::PixelType > > | |
static Pointer | New () |
Private Member Functions | |
void | operator= (const Self &) |
ValuedRegionalMinimaImageFilter (const Self &) | |
Additional Inherited Members | |
Static Public Attributes inherited from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::less< TInputImage::PixelType >, std::less< TOutputImage::PixelType > > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TOutputImage > | |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
typedef SmartPointer< const Self > itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 70 of file itkValuedRegionalMinimaImageFilter.h.
typedef InputImageType::PixelType itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Definition at line 73 of file itkValuedRegionalMinimaImageFilter.h.
typedef TInputImage itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::InputImageType |
Definition at line 72 of file itkValuedRegionalMinimaImageFilter.h.
typedef SmartPointer< Self > itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 69 of file itkValuedRegionalMinimaImageFilter.h.
typedef ValuedRegionalMinimaImageFilter itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::Self |
Definition at line 63 of file itkValuedRegionalMinimaImageFilter.h.
typedef ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::less< typename TInputImage::PixelType >, std::less< typename TOutputImage::PixelType > > itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 67 of file itkValuedRegionalMinimaImageFilter.h.
|
inlineprotected |
End concept checking
Definition at line 95 of file itkValuedRegionalMinimaImageFilter.h.
|
inlineprotectedvirtual |
Definition at line 100 of file itkValuedRegionalMinimaImageFilter.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.
|
virtual |
Runtime information support.
Reimplemented from itk::ValuedRegionalExtremaImageFilter< TInputImage, TOutputImage, std::less< TInputImage::PixelType >, std::less< TOutputImage::PixelType > >.
|
static |
Method for creation through the object factory.
|
private |
itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::LessThanComparable< InputImagePixelType > | ) |
Begin concept checking This class requires InputPixelTypeComparable in the form of ( Concept::LessThanComparable< InputImagePixelType > )
itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasPixelTraits< InputImagePixelType > | ) |
This class requires InputHasPixelTraitsCheck in the form of ( Concept::HasPixelTraits< InputImagePixelType > )
itk::ValuedRegionalMinimaImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::HasNumericTraits< InputImagePixelType > | ) |
This class requires InputHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< InputImagePixelType > )