ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Types | Protected Member Functions | Private Member Functions | List of all members
itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel > Class Template Reference

#include <itkBinaryErodeImageFilter.h>

+ Inheritance diagram for itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >:
+ Collaboration diagram for itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >:

Detailed Description

template<class TInputImage, class TOutputImage, class TKernel>
class itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >

Fast binary erosion.

BinaryErodeImageFilter is a binary erosion morphologic operation. This implementation is based on the papers:

L.Vincent "Morphological transformations of binary images with arbitrary structuring elements", and

N.Nikopoulos et al. "An efficient algorithm for 3d binary morphological transformations with 3d structuring elements for arbitrary size and shape". IEEE Transactions on Image Processing. Vol. 9. No. 3. 2000. pp. 283-286.

Gray scale images can be processed as binary images by selecting a "ErodeValue". Pixel values matching the erode value are considered the "foreground" and all other pixels are "background". This is useful in processing segmented images where all pixels in segment #1 have value 1 and pixels in segment #2 have value 2, etc. A particular "segment number" can be processed. ErodeValue defaults to the maximum possible value of the PixelType. The eroded pixels will receive the BackgroundValue (defaults to 0).

The structuring element is assumed to be composed of binary values (zero or one). Only elements of the structuring element having values > 0 are candidates for affecting the center pixel. A reasonable choice of structuring element is itk::BinaryBallStructuringElement.

See Also
ImageToImageFilter BinaryDilateImageFilter BinaryMorphologyImageFilter
Wiki Examples:

Definition at line 67 of file itkBinaryErodeImageFilter.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef InputImageType::IndexType IndexType
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef InputImageType::PixelType InputPixelType
 
typedef NumericTraits
< InputPixelType >::RealType 
InputRealType
 
typedef InputImageType::SizeType InputSizeType
 
typedef KernelType::ConstIterator KernelIteratorType
 
typedef TKernel KernelType
 
typedef InputImageType::OffsetType OffsetType
 
typedef OutputImageType::RegionType OutputImageRegionType
 
typedef TOutputImage OutputImageType
 
typedef OutputImageType::PixelType OutputPixelType
 
typedef SmartPointer< SelfPointer
 
typedef BinaryErodeImageFilter Self
 
typedef
BinaryMorphologyImageFilter
< InputImageType,
OutputImageType, KernelType
Superclass
 
- Public Types inherited from itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
typedef SmartPointer< const SelfConstPointer
 
typedef InputImageType::IndexType IndexType
 
typedef
InputImageType::IndexValueType 
IndexValueType
 
typedef InputImageType::RegionType InputImageRegionType
 
typedef TInputImage InputImageType
 
typedef InputImageType::PixelType InputPixelType
 
typedef NumericTraits
< InputPixelType >::RealType 
InputRealType
 
typedef InputImageType::SizeType InputSizeType
 
typedef
InputImageType::SizeValueType 
InputSizeValueType
 
typedef KernelType::ConstIterator KernelIteratorType
 
typedef TKernel KernelType
 
typedef InputImageType::OffsetType OffsetType
 
typedef OutputImageType::RegionType OutputImageRegionType
 
typedef TOutputImage OutputImageType
 
typedef OutputImageType::PixelType OutputPixelType
 
typedef SmartPointer< SelfPointer
 
typedef BinaryMorphologyImageFilter Self
 
typedef KernelImageFilter
< InputImageType,
OutputImageType, TKernel > 
Superclass
 
- Public Types inherited from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >
typedef SmartPointer< const SelfConstPointer
 
typedef FlatStructuringElement
< itkGetStaticConstMacro(ImageDimension) > 
FlatKernelType
 
typedef TInputImage::IndexType IndexType
 
typedef TInputImage InputImageType
 
typedef TInputImage::PixelType InputPixelType
 
typedef TKernel KernelType
 
typedef TInputImage::OffsetType OffsetType
 
typedef TOutputImage OutputImageType
 
typedef TOutputImage::PixelType OutputPixelType
 
typedef SmartPointer< SelfPointer
 
typedef TInputImage::SizeType RadiusType
 
typedef TInputImage::RegionType RegionType
 
typedef KernelImageFilter Self
 
typedef TInputImage::SizeType SizeType
 
typedef BoxImageFilter
< TInputImage, TOutputImage > 
Superclass
 
- Public Types inherited from itk::BoxImageFilter< TInputImage, TOutputImage >
typedef SmartPointer< const SelfConstPointer
 
typedef TInputImage::IndexType IndexType
 
typedef TInputImage InputImageType
 
typedef TInputImage::PixelType InputPixelType
 
typedef TInputImage::OffsetType OffsetType
 
typedef TOutputImage OutputImageType
 
typedef TOutputImage::PixelType OutputPixelType
 
typedef SmartPointer< SelfPointer
 
typedef TInputImage::SizeType RadiusType
 
typedef TInputImage::SizeValueType RadiusValueType
 
typedef TInputImage::RegionType RegionType
 
typedef BoxImageFilter Self
 
typedef TInputImage::SizeType SizeType
 
typedef ImageToImageFilter
< TInputImage, TOutputImage > 
Superclass
 
- Public Types inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
typedef SmartPointer< const SelfConstPointer
 
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< SelfPointer
 
typedef ImageToImageFilter Self
 
typedef ImageSource< TOutputImage > Superclass
 
- Public Types inherited from itk::ImageSource< TOutputImage >
typedef SmartPointer< const SelfConstPointer
 
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 TOutputImage OutputImageType
 
typedef SmartPointer< SelfPointer
 
typedef ImageSource Self
 
typedef ProcessObject Superclass
 
- Public Types inherited from itk::ProcessObject
typedef SmartPointer< const SelfConstPointer
 
typedef
DataObject::DataObjectIdentifierType 
DataObjectIdentifierType
 
typedef DataObject::Pointer DataObjectPointer
 
typedef std::vector
< DataObjectPointer
DataObjectPointerArray
 
typedef
DataObjectPointerArray::size_type 
DataObjectPointerArraySizeType
 
typedef std::vector
< DataObjectIdentifierType
NameArray
 
typedef SmartPointer< SelfPointer
 
typedef ProcessObject Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
InputPixelType GetErodeValue () const
 
virtual const char * GetNameOfClass () const
 
void SetErodeValue (const InputPixelType &value)
 
- Public Member Functions inherited from itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual OutputPixelType GetBackgroundValue () const
 
virtual InputPixelType GetForegroundValue () const
 
virtual void SetBackgroundValue (OutputPixelType _arg)
 
virtual void SetForegroundValue (InputPixelType _arg)
 
void SetKernel (const KernelType &kernel)
 
 typedef (Concept::SameDimension< itkGetStaticConstMacro(InputImageDimension), itkGetStaticConstMacro(OutputImageDimension) >) ImageDimensionCheck
 
virtual void SetBoundaryToForeground (bool _arg)
 
virtual const bool & GetBoundaryToForeground ()
 
virtual void BoundaryToForegroundOn ()
 
virtual void BoundaryToForegroundOff ()
 
- Public Member Functions inherited from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >
virtual const KernelTypeGetKernel ()
 
virtual void SetRadius (const RadiusType &radius)
 
virtual void SetRadius (const SizeValueType &radius)
 
- Public Member Functions inherited from itk::BoxImageFilter< TInputImage, TOutputImage >
void GenerateInputRequestedRegion ()
 
virtual const RadiusTypeGetRadius ()
 
virtual void SetRadius (const RadiusValueType &radius)
 
- Public Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
const InputImageTypeGetInput (void) const
 
const InputImageTypeGetInput (unsigned int idx) const
 
virtual void PopBackInput ()
 
virtual void PopFrontInput ()
 
virtual void PushBackInput (const InputImageType *image)
 
virtual void PushFrontInput (const InputImageType *image)
 
virtual void SetInput (const InputImageType *image)
 
virtual void SetInput (unsigned int, const TInputImage *image)
 
virtual void SetCoordinateTolerance (double _arg)
 
virtual double GetCoordinateTolerance () const
 
virtual void SetDirectionTolerance (double _arg)
 
virtual double GetDirectionTolerance () const
 
- Public Member Functions inherited from itk::ImageSource< TOutputImage >
OutputImageTypeGetOutput (unsigned int idx)
 
virtual void GraftNthOutput (unsigned int idx, DataObject *output)
 
virtual void GraftOutput (DataObject *output)
 
virtual void GraftOutput (const DataObjectIdentifierType &key, DataObject *output)
 
OutputImageTypeGetOutput (void)
 
const OutputImageTypeGetOutput (void) const
 
virtual
ProcessObject::DataObjectPointer 
MakeOutput (ProcessObject::DataObjectPointerArraySizeType idx)
 
- Public Member Functions inherited from itk::ProcessObject
virtual void AbortGenerateDataOff ()
 
virtual void AbortGenerateDataOn ()
 
virtual void EnlargeOutputRequestedRegion (DataObject *)
 
virtual const bool & GetAbortGenerateData ()
 
NameArray GetInputNames () const
 
MultiThreader * GetMultiThreader () const
 
DataObjectPointerArraySizeType GetNumberOfIndexedInputs () const
 
DataObjectPointerArraySizeType GetNumberOfInputs () const
 
DataObjectPointerArraySizeType GetNumberOfOutputs () const
 
virtual
DataObjectPointerArraySizeType 
GetNumberOfValidRequiredInputs () const
 
NameArray GetOutputNames () const
 
virtual const float & GetProgress ()
 
NameArray GetRequiredInputNames () const
 
bool HasInput (const DataObjectIdentifierType &key) const
 
bool HasOutput (const DataObjectIdentifierType &key) const
 
virtual DataObjectPointer MakeOutput (const DataObjectIdentifierType &)
 
virtual void PrepareOutputs ()
 
virtual void PropagateRequestedRegion (DataObject *output)
 
virtual void ResetPipeline ()
 
virtual void SetAbortGenerateData (bool _arg)
 
virtual void SetProgress (float _arg)
 
virtual void Update ()
 
virtual void UpdateLargestPossibleRegion ()
 
virtual void UpdateOutputData (DataObject *output)
 
virtual void UpdateOutputInformation ()
 
void UpdateProgress (float amount)
 
DataObjectPointerArray GetInputs ()
 
DataObjectPointerArray GetOutputs ()
 
DataObjectPointerArray GetIndexedInputs ()
 
DataObjectPointerArray GetIndexedOutputs ()
 
DataObjectPointerArraySizeType GetNumberOfIndexedOutputs () const
 
virtual void SetReleaseDataFlag (bool flag)
 
virtual bool GetReleaseDataFlag () const
 
void ReleaseDataFlagOn ()
 
void ReleaseDataFlagOff ()
 
virtual void SetReleaseDataBeforeUpdateFlag (bool _arg)
 
virtual const bool & GetReleaseDataBeforeUpdateFlag ()
 
virtual void ReleaseDataBeforeUpdateFlagOn ()
 
virtual void ReleaseDataBeforeUpdateFlagOff ()
 
virtual void SetNumberOfThreads (ThreadIdType _arg)
 
virtual const ThreadIdTypeGetNumberOfThreads ()
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary (void)
 
const MetaDataDictionaryGetMetaDataDictionary (void) const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () const
 
bool HasObserver (const EventObject &event) const
 
void InvokeEvent (const EventObject &)
 
void InvokeEvent (const EventObject &) const
 
virtual void Modified () const
 
virtual void Register () const
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
virtual void SetReferenceCount (int)
 
virtual void UnRegister () const
 
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 

Static Public Member Functions

static Pointer New ()
 
- Static Public Member Functions inherited from itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >
static Pointer New ()
 
- Static Public Member Functions inherited from itk::BoxImageFilter< TInputImage, TOutputImage >
static Pointer New ()
 

Static Public Attributes

static const unsigned int KernelDimension = TKernel::NeighborhoodDimension
 
static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
- Static Public Attributes inherited from itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
static const unsigned int KernelDimension = TKernel::NeighborhoodDimension
 
static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
- Static Public Attributes inherited from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >
static const unsigned int ImageDimension = TInputImage::ImageDimension
 
- Static Public Attributes inherited from itk::BoxImageFilter< TInputImage, TOutputImage >
static const unsigned int ImageDimension = TInputImage::ImageDimension
 
- Static Public Attributes inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
static const unsigned int InputImageDimension = TInputImage::ImageDimension
 
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 
- Static Public Attributes inherited from itk::ImageSource< TOutputImage >
static const unsigned int OutputImageDimension = TOutputImage::ImageDimension
 

Protected Types

typedef
Superclass::NeighborIndexContainer 
NeighborIndexContainer
 
- Protected Types inherited from itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
typedef
ComponentVectorType::const_iterator 
ComponentVectorConstIterator
 
typedef std::vector< OffsetTypeComponentVectorType
 
typedef std::vector< OffsetTypeNeighborIndexContainer
 
typedef std::vector
< NeighborIndexContainer
NeighborIndexContainerContainer
 

Protected Member Functions

 BinaryErodeImageFilter ()
 
void GenerateData ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 
virtual ~BinaryErodeImageFilter ()
 
- Protected Member Functions inherited from itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
void AnalyzeKernel ()
 
 BinaryMorphologyImageFilter ()
 
NeighborIndexContainerGetDifferenceSet (unsigned int code)
 
ComponentVectorConstIterator KernelCCVectorBegin ()
 
ComponentVectorConstIterator KernelCCVectorEnd ()
 
void PrintSelf (std::ostream &os, Indent indent) const
 
virtual ~BinaryMorphologyImageFilter ()
 
- Protected Member Functions inherited from itk::KernelImageFilter< TInputImage, TOutputImage, TKernel >
 KernelImageFilter ()
 
 ~KernelImageFilter ()
 
- Protected Member Functions inherited from itk::BoxImageFilter< TInputImage, TOutputImage >
 BoxImageFilter ()
 
 ~BoxImageFilter ()
 
- Protected Member Functions inherited from itk::ImageToImageFilter< TInputImage, TOutputImage >
virtual void CallCopyInputRegionToOutputRegion (OutputImageRegionType &destRegion, const InputImageRegionType &srcRegion)
 
virtual void CallCopyOutputRegionToInputRegion (InputImageRegionType &destRegion, const OutputImageRegionType &srcRegion)
 
 ImageToImageFilter ()
 
virtual void VerifyInputInformation ()
 
 ~ImageToImageFilter ()
 
void PushBackInput (const DataObject *input)
 
void PushFrontInput (const DataObject *input)
 
- Protected Member Functions inherited from itk::ImageSource< TOutputImage >
virtual void AfterThreadedGenerateData ()
 
virtual void AllocateOutputs ()
 
virtual void BeforeThreadedGenerateData ()
 
virtual const
ImageRegionSplitterBase
GetImageRegionSplitter (void) const
 
 ImageSource ()
 
virtual unsigned int SplitRequestedRegion (unsigned int i, unsigned int num, OutputImageRegionType &splitRegion)
 
virtual void ThreadedGenerateData (const OutputImageRegionType &outputRegionForThread, ThreadIdType threadId)
 
virtual ~ImageSource ()
 
- Protected Member Functions inherited from itk::ProcessObject
virtual void AddInput (DataObject *input)
 
virtual void AddOutput (DataObject *output)
 
virtual void CacheInputReleaseDataFlags ()
 
virtual void GenerateOutputInformation ()
 
virtual void GenerateOutputRequestedRegion (DataObject *output)
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredOutputs ()
 
bool IsIndexedInputName (const DataObjectIdentifierType &) const
 
bool IsIndexedOutputName (const DataObjectIdentifierType &) const
 
 itkLegacyMacro (virtual void RemoveOutput(DataObject *output))
 
 itkLegacyMacro (void SetNumberOfOutputs(DataObjectPointerArraySizeType num))
 
 itkLegacyMacro (virtual void RemoveInput(DataObject *input))
 
 itkLegacyMacro (void SetNumberOfInputs(DataObjectPointerArraySizeType num))
 
DataObjectPointerArraySizeType MakeIndexFromInputName (const DataObjectIdentifierType &name) const
 
DataObjectPointerArraySizeType MakeIndexFromOutputName (const DataObjectIdentifierType &name) const
 
DataObjectIdentifierType MakeNameFromInputIndex (DataObjectPointerArraySizeType idx) const
 
DataObjectIdentifierType MakeNameFromOutputIndex (DataObjectPointerArraySizeType idx) const
 
 ProcessObject ()
 
virtual void PropagateResetPipeline ()
 
virtual void ReleaseInputs ()
 
virtual void RemoveInput (const DataObjectIdentifierType &key)
 
virtual void RemoveInput (DataObjectPointerArraySizeType)
 
virtual void RemoveOutput (const DataObjectIdentifierType &key)
 
virtual void RemoveOutput (DataObjectPointerArraySizeType idx)
 
virtual void RestoreInputReleaseDataFlags ()
 
virtual void SetInput (const DataObjectIdentifierType &key, DataObject *input)
 
virtual void SetNthInput (DataObjectPointerArraySizeType num, DataObject *input)
 
virtual void SetNthOutput (DataObjectPointerArraySizeType num, DataObject *output)
 
void SetNumberOfIndexedInputs (DataObjectPointerArraySizeType num)
 
void SetNumberOfIndexedOutputs (DataObjectPointerArraySizeType num)
 
virtual void SetNumberOfRequiredOutputs (DataObjectPointerArraySizeType _arg)
 
virtual void SetOutput (const DataObjectIdentifierType &key, DataObject *output)
 
virtual void SetPrimaryInput (DataObject *input)
 
virtual void SetPrimaryOutput (DataObject *output)
 
virtual void VerifyPreconditions ()
 
 ~ProcessObject ()
 
DataObjectGetInput (const DataObjectIdentifierType &key)
 
const DataObjectGetInput (const DataObjectIdentifierType &key) const
 
DataObjectGetInput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetInput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryInput ()
 
const DataObjectGetPrimaryInput () const
 
virtual void SetPrimaryInputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryInputName (void) const
 
virtual void SetNumberOfRequiredInputs (DataObjectPointerArraySizeType)
 
virtual const
DataObjectPointerArraySizeType
GetNumberOfRequiredInputs ()
 
bool AddRequiredInputName (const DataObjectIdentifierType &)
 
bool AddRequiredInputName (const DataObjectIdentifierType &, DataObjectPointerArraySizeType idx)
 
bool RemoveRequiredInputName (const DataObjectIdentifierType &)
 
bool IsRequiredInputName (const DataObjectIdentifierType &) const
 
void SetRequiredInputNames (const NameArray &)
 
DataObjectGetOutput (const DataObjectIdentifierType &key)
 
const DataObjectGetOutput (const DataObjectIdentifierType &key) const
 
virtual void SetPrimaryOutputName (const DataObjectIdentifierType &key)
 
virtual const char * GetPrimaryOutputName (void) const
 
DataObjectGetOutput (DataObjectPointerArraySizeType idx)
 
const DataObjectGetOutput (DataObjectPointerArraySizeType idx) const
 
DataObjectGetPrimaryOutput ()
 
const DataObjectGetPrimaryOutput () const
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
virtual void SetTimeStamp (const TimeStamp &time)
 
virtual ~Object ()
 
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 
 LightObject ()
 
virtual void PrintHeader (std::ostream &os, Indent indent) const
 
virtual void PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Private Member Functions

 BinaryErodeImageFilter (const Self &)
 
void operator= (const Self &)
 

Additional Inherited Members

- Static Protected Member Functions inherited from itk::ImageSource< TOutputImage >
static const
ImageRegionSplitterBase
GetGlobalDefaultSplitter ()
 
static ITK_THREAD_RETURN_TYPE ThreaderCallback (void *arg)
 
- Protected Attributes inherited from itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel >
bool m_BoundaryToForeground
 

Member Typedef Documentation

template<class TInputImage , class TOutputImage , class TKernel >
typedef SmartPointer< const Self > itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::ConstPointer

Definition at line 94 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef InputImageType::IndexType itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::IndexType

Definition at line 110 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef InputImageType::RegionType itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::InputImageRegionType

Definition at line 112 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef TInputImage itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::InputImageType

Convenient typedefs for simplifying declarations.

Definition at line 84 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef InputImageType::PixelType itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::InputPixelType

Image typedef support.

Definition at line 106 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef NumericTraits< InputPixelType >::RealType itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::InputRealType

Definition at line 108 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef InputImageType::SizeType itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::InputSizeType

Definition at line 114 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef KernelType::ConstIterator itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::KernelIteratorType

Kernel (structuring element) iterator.

Definition at line 100 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef TKernel itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::KernelType

Definition at line 86 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef Superclass::NeighborIndexContainer itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::NeighborIndexContainer
protected

Definition at line 136 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef InputImageType::OffsetType itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::OffsetType

Definition at line 109 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef OutputImageType::RegionType itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::OutputImageRegionType

Definition at line 113 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef TOutputImage itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::OutputImageType

Definition at line 85 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef OutputImageType::PixelType itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::OutputPixelType

Definition at line 107 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef SmartPointer< Self > itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::Pointer

Definition at line 93 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef BinaryErodeImageFilter itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::Self

Standard class typedefs.

Definition at line 89 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
typedef BinaryMorphologyImageFilter< InputImageType, OutputImageType, KernelType > itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::Superclass

Definition at line 91 of file itkBinaryErodeImageFilter.h.

Constructor & Destructor Documentation

template<class TInputImage , class TOutputImage , class TKernel >
itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::BinaryErodeImageFilter ( )
protected
template<class TInputImage , class TOutputImage , class TKernel >
virtual itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::~BinaryErodeImageFilter ( )
inlineprotectedvirtual

Definition at line 130 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::BinaryErodeImageFilter ( const Self )
private

Member Function Documentation

template<class TInputImage , class TOutputImage , class TKernel >
virtual::itk::LightObject::Pointer itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::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::KernelImageFilter< TInputImage, TOutputImage, TKernel >.

template<class TInputImage , class TOutputImage , class TKernel >
void itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::GenerateData ( )
protectedvirtual

A version of GenerateData() specific for image processing filters. This implementation will split the processing across multiple threads. The buffer is allocated by this method. Then the BeforeThreadedGenerateData() method is called (if provided). Then, a series of threads are spawned each calling ThreadedGenerateData(). After all the threads have completed processing, the AfterThreadedGenerateData() method is called (if provided). If an image processing filter cannot be threaded, the filter should provide an implementation of GenerateData(). That implementation is responsible for allocating the output buffer. If a filter an be threaded, it should NOT provide a GenerateData() method but should provide a ThreadedGenerateData() instead.

See Also
ThreadedGenerateData()

Reimplemented from itk::ImageSource< TOutputImage >.

template<class TInputImage , class TOutputImage , class TKernel >
InputPixelType itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::GetErodeValue ( ) const
inline

Get the value in the image considered as "foreground". Defaults to maximum value of PixelType. This is an alias to the ForegroundValue in the superclass.

Definition at line 125 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
virtual const char* itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::BinaryMorphologyImageFilter< TInputImage, TOutputImage, TKernel >.

template<class TInputImage , class TOutputImage , class TKernel >
static Pointer itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::New ( )
static

Method for creation through the object factory.

template<class TInputImage , class TOutputImage , class TKernel >
void itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::operator= ( const Self )
private
template<class TInputImage , class TOutputImage , class TKernel >
void itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const
protectedvirtual

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::KernelImageFilter< TInputImage, TOutputImage, TKernel >.

template<class TInputImage , class TOutputImage , class TKernel >
void itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::SetErodeValue ( const InputPixelType value)
inline

Set the value in the image to consider as "foreground". Defaults to maximum value of PixelType. This is an alias to the ForegroundValue in the superclass.

Definition at line 119 of file itkBinaryErodeImageFilter.h.

Member Data Documentation

template<class TInputImage , class TOutputImage , class TKernel >
const unsigned int itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::InputImageDimension = TInputImage::ImageDimension
static

Extract dimension from input and output image.

Definition at line 74 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
const unsigned int itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::KernelDimension = TKernel::NeighborhoodDimension
static

Extract the dimension of the kernel

Definition at line 81 of file itkBinaryErodeImageFilter.h.

template<class TInputImage , class TOutputImage , class TKernel >
const unsigned int itk::BinaryErodeImageFilter< TInputImage, TOutputImage, TKernel >::OutputImageDimension = TOutputImage::ImageDimension
static

Extract dimension from input and output image.

Definition at line 76 of file itkBinaryErodeImageFilter.h.


The documentation for this class was generated from the following file: