ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkGrayscaleGrindPeakImageFilter.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef InputImageType::ConstPointer | InputImageConstPointer |
typedef InputImageType::PixelType | InputImagePixelType |
typedef InputImageType::Pointer | InputImagePointer |
typedef InputImageType::RegionType | InputImageRegionType |
typedef TInputImage | InputImageType |
typedef OutputImageType::ConstPointer | OutputImageConstPointer |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TOutputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef GrayscaleGrindPeakImageFilter | Self |
typedef ImageToImageFilter < TInputImage, TOutputImage > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
typedef (Concept::OStreamWritable< InputImagePixelType >) InputOStreamWritableCheck | |
virtual void | SetFullyConnected (bool _arg) |
virtual const bool & | GetFullyConnected () |
virtual void | FullyConnectedOn () |
virtual void | FullyConnectedOff () |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
Protected Member Functions | |
void | EnlargeOutputRequestedRegion (DataObject *) |
void | GenerateData () |
void | GenerateInputRequestedRegion () |
GrayscaleGrindPeakImageFilter () | |
~GrayscaleGrindPeakImageFilter () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
Private Member Functions | |
GrayscaleGrindPeakImageFilter (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
bool | m_FullyConnected |
unsigned long | m_NumberOfIterationsUsed |
Remove local maxima not connected to the boundary of the image.
GrayscaleGrindPeakImageFilter removes peaks in a grayscale image. Peaks are local maxima in the grayscale topography that are not connected to boundaries of the image. Gray level values adjacent to a peak are extrapolated through the peak.
This filter is used to smooth over local maxima without affecting the values of local minima. If you take the difference between the output of this filter and the original image (and perhaps threshold the difference above a small value), you'll obtain a map of the local maxima.
This filter uses the GrayscaleGeodesicDilateImageFilter. It provides its own input as the "mask" input to the geodesic erosion. The "marker" image for the geodesic erosion is constructed such that boundary pixels match the boundary pixels of the input image and the interior pixels are set to the minimum pixel value in the input image.
This filter is the dual to the GrayscaleFillholeImageFilter which implements the Fillhole algorithm. Since it is a dual, it is somewhat superfluous but is provided as a convenience.
Geodesic morphology and the Fillhole algorithm is described in Chapter 6 of Pierre Soille's book "Morphological Image Analysis: Principles and Applications", Second Edition, Springer, 2003.
Definition at line 70 of file itkGrayscaleGrindPeakImageFilter.h.
typedef SmartPointer< const Self > itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::ConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 78 of file itkGrayscaleGrindPeakImageFilter.h.
typedef InputImageType::ConstPointer itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 83 of file itkGrayscaleGrindPeakImageFilter.h.
typedef InputImageType::PixelType itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::InputImagePixelType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 85 of file itkGrayscaleGrindPeakImageFilter.h.
typedef InputImageType::Pointer itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 82 of file itkGrayscaleGrindPeakImageFilter.h.
typedef InputImageType::RegionType itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::InputImageRegionType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 84 of file itkGrayscaleGrindPeakImageFilter.h.
typedef TInputImage itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::InputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 81 of file itkGrayscaleGrindPeakImageFilter.h.
typedef OutputImageType::ConstPointer itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::OutputImageConstPointer |
Definition at line 88 of file itkGrayscaleGrindPeakImageFilter.h.
typedef OutputImageType::PixelType itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::OutputImagePixelType |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 90 of file itkGrayscaleGrindPeakImageFilter.h.
typedef OutputImageType::Pointer itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::OutputImagePointer |
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 87 of file itkGrayscaleGrindPeakImageFilter.h.
typedef OutputImageType::RegionType itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Superclass typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 89 of file itkGrayscaleGrindPeakImageFilter.h.
typedef TOutputImage itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::OutputImageType |
Some convenient typedefs.
Reimplemented from itk::ImageSource< TOutputImage >.
Definition at line 86 of file itkGrayscaleGrindPeakImageFilter.h.
typedef SmartPointer< Self > itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::Pointer |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 77 of file itkGrayscaleGrindPeakImageFilter.h.
typedef GrayscaleGrindPeakImageFilter itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 75 of file itkGrayscaleGrindPeakImageFilter.h.
typedef ImageToImageFilter< TInputImage, TOutputImage > itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::Superclass |
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 76 of file itkGrayscaleGrindPeakImageFilter.h.
itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::GrayscaleGrindPeakImageFilter | ( | ) | [protected] |
End concept checking
itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::~GrayscaleGrindPeakImageFilter | ( | ) | [inline, protected] |
End concept checking
Definition at line 126 of file itkGrayscaleGrindPeakImageFilter.h.
itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::GrayscaleGrindPeakImageFilter | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::GrayscaleGrindPeakImageFilter< 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::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::EnlargeOutputRequestedRegion | ( | DataObject * | ) | [protected, virtual] |
GrayscaleGrindPeakImageFilter will produce the entire output.
Reimplemented from itk::ProcessObject.
virtual void itk::GrayscaleGrindPeakImageFilter< 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::GrayscaleGrindPeakImageFilter< 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::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::GenerateData | ( | ) | [protected, virtual] |
Single-threaded version of GenerateData. This filter delegates to GrayscaleGeodesicDilateImageFilter.
Reimplemented from itk::ImageSource< TOutputImage >.
void itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::GenerateInputRequestedRegion | ( | ) | [protected, virtual] |
GrayscaleGrindPeakImageFilter needs the entire input be available. Thus, it needs to provide an implementation of GenerateInputRequestedRegion().
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
virtual const bool& itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::GetFullyConnected | ( | ) | [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::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::GetNameOfClass | ( | ) | const [virtual] |
Runtime information support.
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
static Pointer itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::New | ( | ) | [static] |
Standard New method.
Reimplemented from itk::Object.
void itk::GrayscaleGrindPeakImageFilter< 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::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
End concept checking
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
virtual void itk::GrayscaleGrindPeakImageFilter< 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::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::typedef | ( | Concept::OStreamWritable< InputImagePixelType > | ) |
Begin concept checking This class requires InputOStreamWritableCheck in the form of ( Concept::OStreamWritable< InputImagePixelType > )
const unsigned int itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::InputImageDimension = TInputImage::ImageDimension [static] |
ImageDimension constants
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 94 of file itkGrayscaleGrindPeakImageFilter.h.
bool itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::m_FullyConnected [private] |
Definition at line 148 of file itkGrayscaleGrindPeakImageFilter.h.
unsigned long itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::m_NumberOfIterationsUsed [private] |
Definition at line 146 of file itkGrayscaleGrindPeakImageFilter.h.
const unsigned int itk::GrayscaleGrindPeakImageFilter< TInputImage, TOutputImage >::OutputImageDimension = TOutputImage::ImageDimension [static] |
ImageDimension constants
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >.
Definition at line 96 of file itkGrayscaleGrindPeakImageFilter.h.