|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkBinaryErodeImageFilter_h
19 #define itkBinaryErodeImageFilter_h
71 template <
typename TInputImage,
typename TOutputImage,
typename TKernel>
79 static constexpr
unsigned int InputImageDimension = TInputImage::ImageDimension;
80 static constexpr
unsigned int OutputImageDimension = TOutputImage::ImageDimension;
83 static constexpr
unsigned int KernelDimension = TKernel::NeighborhoodDimension;
123 this->SetForegroundValue(value);
132 return this->GetForegroundValue();
139 PrintSelf(std::ostream & os,
Indent indent)
const override;
142 GenerateData()
override;
149 #ifndef ITK_MANUAL_INSTANTIATION
150 # include "itkBinaryErodeImageFilter.hxx"
typename TOutputImage::PixelType OutputPixelType
ImageBaseType::SizeType SizeType
Fast binary erosion of a single intensity value in the image.
Control indentation during Print() invocation.
typename Superclass::NeighborIndexContainer NeighborIndexContainer
typename TInputImage::OffsetType OffsetType
typename KernelType::ConstIterator KernelIteratorType
ImageBaseType::IndexType IndexType
Base class for all process objects that output image data.
typename TInputImage::PixelType InputPixelType
typename TInputImage::IndexType IndexType
ImageBaseType::RegionType RegionType
InputPixelType GetErodeValue() const
typename InputImageType::SizeType InputSizeType
void SetErodeValue(const InputPixelType &value)
TInputImage InputImageType
Define additional traits for native types such as int or float.
typename OutputImageType::RegionType OutputImageRegionType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
typename NumericTraits< InputPixelType >::RealType InputRealType
typename InputImageType::RegionType InputImageRegionType
Base class for fast binary dilation and erosion.
TOutputImage OutputImageType