ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkLabelSetErodeImageFilter.h>
Class for binary morphological erosion of label images.
This filter will separate touching labels. If you don't want this then use a conventional binary erosion to mask the label image. This filter is threaded.
Definition at line 43 of file itkLabelSetErodeImageFilter.h.
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::LabelSetMorphBaseImageFilter< TInputImage, false, TOutputImage > | |
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 () |
Private Types | |
typedef Superclass::DistanceImageType | DistanceImageType |
Private Member Functions | |
LabelSetErodeImageFilter (const Self &) | |
void | operator= (const Self &) |
static const unsigned int | ImageDimension = TInputImage::ImageDimension |
static const unsigned int | OutputImageDimension = TOutputImage::ImageDimension |
static const unsigned int | InputImageDimension = TInputImage::ImageDimension |
LabelSetErodeImageFilter () | |
virtual | ~LabelSetErodeImageFilter () |
typedef SmartPointer< const Self > itk::LabelSetErodeImageFilter< TInputImage, TOutputImage >::ConstPointer |
Definition at line 52 of file itkLabelSetErodeImageFilter.h.
|
private |
Definition at line 99 of file itkLabelSetErodeImageFilter.h.
typedef TInputImage::ConstPointer itk::LabelSetErodeImageFilter< TInputImage, TOutputImage >::InputImageConstPointer |
Definition at line 70 of file itkLabelSetErodeImageFilter.h.
typedef TInputImage::Pointer itk::LabelSetErodeImageFilter< TInputImage, TOutputImage >::InputImagePointer |
Smart pointer typedef support.
Definition at line 69 of file itkLabelSetErodeImageFilter.h.
typedef TInputImage itk::LabelSetErodeImageFilter< TInputImage, TOutputImage >::InputImageType |
Pixel Type of the input image
Definition at line 58 of file itkLabelSetErodeImageFilter.h.
typedef TInputImage::SizeType itk::LabelSetErodeImageFilter< TInputImage, TOutputImage >::InputSizeType |
Definition at line 71 of file itkLabelSetErodeImageFilter.h.
typedef OutputImageType::RegionType itk::LabelSetErodeImageFilter< TInputImage, TOutputImage >::OutputImageRegionType |
Image dimension.
Definition at line 79 of file itkLabelSetErodeImageFilter.h.
typedef TOutputImage itk::LabelSetErodeImageFilter< TInputImage, TOutputImage >::OutputImageType |
Definition at line 62 of file itkLabelSetErodeImageFilter.h.
typedef TOutputImage::PixelType itk::LabelSetErodeImageFilter< TInputImage, TOutputImage >::OutputPixelType |
Definition at line 65 of file itkLabelSetErodeImageFilter.h.
typedef TOutputImage::SizeType itk::LabelSetErodeImageFilter< TInputImage, TOutputImage >::OutputSizeType |
Definition at line 72 of file itkLabelSetErodeImageFilter.h.
typedef TInputImage::PixelType itk::LabelSetErodeImageFilter< TInputImage, TOutputImage >::PixelType |
Definition at line 63 of file itkLabelSetErodeImageFilter.h.
typedef SmartPointer< Self > itk::LabelSetErodeImageFilter< TInputImage, TOutputImage >::Pointer |
Definition at line 51 of file itkLabelSetErodeImageFilter.h.
typedef itk::FixedArray< ScalarRealType, TInputImage::ImageDimension > itk::LabelSetErodeImageFilter< TInputImage, TOutputImage >::RadiusType |
a type to represent the "kernel radius"
Definition at line 75 of file itkLabelSetErodeImageFilter.h.
typedef NumericTraits< PixelType >::FloatType itk::LabelSetErodeImageFilter< TInputImage, TOutputImage >::RealType |
Definition at line 64 of file itkLabelSetErodeImageFilter.h.
typedef NumericTraits< PixelType >::ScalarRealType itk::LabelSetErodeImageFilter< TInputImage, TOutputImage >::ScalarRealType |
Definition at line 66 of file itkLabelSetErodeImageFilter.h.
typedef LabelSetErodeImageFilter itk::LabelSetErodeImageFilter< TInputImage, TOutputImage >::Self |
Standard class typedefs.
Definition at line 49 of file itkLabelSetErodeImageFilter.h.
typedef LabelSetMorphBaseImageFilter< TInputImage, false, TOutputImage > itk::LabelSetErodeImageFilter< TInputImage, TOutputImage >::Superclass |
Definition at line 50 of file itkLabelSetErodeImageFilter.h.
|
inlineprotected |
Image dimension.
Definition at line 88 of file itkLabelSetErodeImageFilter.h.
|
inlineprotectedvirtual |
Image dimension.
Definition at line 89 of file itkLabelSetErodeImageFilter.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::LabelSetMorphBaseImageFilter< TInputImage, false, TOutputImage >.
|
static |
Method for creation through the object factory.
|
private |
|
overrideprotectedvirtual |
If an imaging filter can be implemented as a multithreaded algorithm, the filter will provide an implementation of ThreadedGenerateData(). This superclass will automatically split the output image into a number of pieces, spawn multiple threads, and call ThreadedGenerateData() in each thread. Prior to spawning threads, the BeforeThreadedGenerateData() method is called. After all the threads have completed, the AfterThreadedGenerateData() method is called. If an image processing filter cannot support threading, that filter should provide an implementation of the GenerateData() method instead of providing an implementation of ThreadedGenerateData(). If a filter provides a GenerateData() method as its implementation, then the filter is responsible for allocating the output data. If a filter provides a ThreadedGenerateData() method as its implementation, then the output memory will allocated automatically by this superclass. The ThreadedGenerateData() method should only produce the output specified by "outputThreadRegion" parameter. ThreadedGenerateData() cannot write to any other portion of the output image (as this is responsibility of a different thread).
Reimplemented from itk::LabelSetMorphBaseImageFilter< TInputImage, false, TOutputImage >.
|
static |
Image dimension.
Definition at line 82 of file itkLabelSetErodeImageFilter.h.
|
static |
Image dimension.
Definition at line 86 of file itkLabelSetErodeImageFilter.h.
|
static |
Image dimension.
Definition at line 84 of file itkLabelSetErodeImageFilter.h.