ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#include <itkBinaryGrindPeakImageFilter.h>
Remove the objects not connected to the boundary of the image.
BinaryGrindPeakImageFilter ginds peaks in a grayscale image.
Geodesic morphology and the grind peak algorithm is described in Chapter 6 of Pierre Soille's book "Morphological Image Analysis: Principles and Applications", Second Edition, Springer, 2003.
This implementation was taken from the Insight Journal paper: https://hdl.handle.net/1926/584 or http://www.insight-journal.org/browse/publication/176
Definition at line 45 of file itkBinaryGrindPeakImageFilter.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 TInputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef BinaryGrindPeakImageFilter | Self |
typedef ImageToImageFilter < TInputImage, TInputImage > | Superclass |
Public Types inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
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 Superclass::OutputImagePixelType | OutputImagePixelType |
typedef Superclass::OutputImageRegionType | OutputImageRegionType |
typedef SmartPointer< Self > | Pointer |
typedef ImageToImageFilter | Self |
typedef ImageSource< TInputImage > | Superclass |
Public Types inherited from itk::ImageSource< TInputImage > | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef Superclass::DataObjectPointerArraySizeType | DataObjectPointerArraySizeType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef TInputImage | OutputImageType |
typedef SmartPointer< Self > | Pointer |
typedef ImageSource | Self |
typedef ProcessObject | Superclass |
Public Types inherited from itk::ProcessObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef DataObject::DataObjectIdentifierType | DataObjectIdentifierType |
typedef DataObject::Pointer | DataObjectPointer |
typedef std::vector < DataObjectPointer > | DataObjectPointerArray |
typedef DataObjectPointerArray::size_type | DataObjectPointerArraySizeType |
typedef MultiThreader | MultiThreaderType |
typedef std::vector < DataObjectIdentifierType > | NameArray |
typedef SmartPointer< Self > | Pointer |
typedef ProcessObject | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = OutputImageType::ImageDimension |
Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
static const unsigned int | InputImageDimension |
static const unsigned int | OutputImageDimension |
Static Public Attributes inherited from itk::ImageSource< TInputImage > | |
static const unsigned int | OutputImageDimension |
Private Attributes | |
InputImagePixelType | m_BackgroundValue |
InputImagePixelType | m_ForegroundValue |
bool | m_FullyConnected |
Additional Inherited Members | |
Protected Types inherited from itk::ImageToImageFilter< TInputImage, TInputImage > | |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(OutputImageDimension), itkGetStaticConstMacro(InputImageDimension) > | InputToOutputRegionCopierType |
typedef ImageToImageFilterDetail::ImageRegionCopier < itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) > | OutputToInputRegionCopierType |
Static Protected Member Functions inherited from itk::ImageSource< TInputImage > | |
static const ImageRegionSplitterBase * | GetGlobalDefaultSplitter () |
static ITK_THREAD_RETURN_TYPE | ThreaderCallback (void *arg) |
Protected Attributes inherited from itk::ProcessObject | |
TimeStamp | m_OutputInformationMTime |
bool | m_Updating |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer<const Self> itk::BinaryGrindPeakImageFilter< TInputImage >::ConstPointer |
Definition at line 53 of file itkBinaryGrindPeakImageFilter.h.
typedef InputImageType::ConstPointer itk::BinaryGrindPeakImageFilter< TInputImage >::InputImageConstPointer |
Definition at line 59 of file itkBinaryGrindPeakImageFilter.h.
typedef InputImageType::PixelType itk::BinaryGrindPeakImageFilter< TInputImage >::InputImagePixelType |
Definition at line 61 of file itkBinaryGrindPeakImageFilter.h.
typedef InputImageType::Pointer itk::BinaryGrindPeakImageFilter< TInputImage >::InputImagePointer |
Definition at line 58 of file itkBinaryGrindPeakImageFilter.h.
typedef InputImageType::RegionType itk::BinaryGrindPeakImageFilter< TInputImage >::InputImageRegionType |
Definition at line 60 of file itkBinaryGrindPeakImageFilter.h.
typedef TInputImage itk::BinaryGrindPeakImageFilter< TInputImage >::InputImageType |
Some convenient typedefs.
Definition at line 56 of file itkBinaryGrindPeakImageFilter.h.
typedef OutputImageType::ConstPointer itk::BinaryGrindPeakImageFilter< TInputImage >::OutputImageConstPointer |
Definition at line 63 of file itkBinaryGrindPeakImageFilter.h.
typedef OutputImageType::PixelType itk::BinaryGrindPeakImageFilter< TInputImage >::OutputImagePixelType |
Definition at line 65 of file itkBinaryGrindPeakImageFilter.h.
typedef OutputImageType::Pointer itk::BinaryGrindPeakImageFilter< TInputImage >::OutputImagePointer |
Definition at line 62 of file itkBinaryGrindPeakImageFilter.h.
typedef OutputImageType::RegionType itk::BinaryGrindPeakImageFilter< TInputImage >::OutputImageRegionType |
Definition at line 64 of file itkBinaryGrindPeakImageFilter.h.
typedef TInputImage itk::BinaryGrindPeakImageFilter< TInputImage >::OutputImageType |
Definition at line 57 of file itkBinaryGrindPeakImageFilter.h.
typedef SmartPointer<Self> itk::BinaryGrindPeakImageFilter< TInputImage >::Pointer |
Definition at line 52 of file itkBinaryGrindPeakImageFilter.h.
typedef BinaryGrindPeakImageFilter itk::BinaryGrindPeakImageFilter< TInputImage >::Self |
Standard class typedefs.
Definition at line 50 of file itkBinaryGrindPeakImageFilter.h.
typedef ImageToImageFilter<TInputImage, TInputImage> itk::BinaryGrindPeakImageFilter< TInputImage >::Superclass |
Definition at line 51 of file itkBinaryGrindPeakImageFilter.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 115 of file itkBinaryGrindPeakImageFilter.h.
|
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.
|
overrideprotectedvirtual |
BinaryGrindPeakImageFilter will produce the entire output.
Reimplemented from itk::ProcessObject.
|
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.
|
overrideprotectedvirtual |
Single-threaded version of GenerateData. This filter delegates to GrayscaleGeodesicErodeImageFilter.
Reimplemented from itk::ImageSource< TInputImage >.
|
overrideprotectedvirtual |
BinaryGrindPeakImageFilter needs the entire input be available. Thus, it needs to provide an implementation of GenerateInputRequestedRegion().
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
|
virtual |
Set the value in eroded part of the image. Defaults to zero
|
virtual |
Get the value in the image considered as "foreground". Defaults to maximum value of InputPixelType.
|
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, TInputImage >.
|
static |
Standard New method.
|
overrideprotectedvirtual |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::ImageToImageFilter< TInputImage, TInputImage >.
|
virtual |
Set the value in eroded part of the image. Defaults to zero
|
virtual |
Set the value in the image to consider as "foreground". Defaults to maximum value of InputPixelType.
|
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.
|
static |
ImageDimension constants
Definition at line 69 of file itkBinaryGrindPeakImageFilter.h.
|
private |
Definition at line 135 of file itkBinaryGrindPeakImageFilter.h.
|
private |
Definition at line 131 of file itkBinaryGrindPeakImageFilter.h.
|
private |
Definition at line 137 of file itkBinaryGrindPeakImageFilter.h.
|
static |
ImageDimension constants
Definition at line 71 of file itkBinaryGrindPeakImageFilter.h.