|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkMiniPipelineSeparableImageFilter_h
19 #define itkMiniPipelineSeparableImageFilter_h
49 template <
typename TInputImage,
typename TOutputImage,
typename TFilter>
82 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
94 Superclass::SetRadius(radius);
98 Modified()
const override;
108 GenerateData()
override;
115 #ifndef ITK_MANUAL_INSTANTIATION
116 # include "itkMiniPipelineSeparableImageFilter.hxx"
Rank filter of a greyscale image.
Casts input pixels to output pixel type.
typename TOutputImage::PixelType OutputPixelType
A separable filter for filter which are using radius.
ImageBaseType::SizeType SizeType
A base class for all the filters working on a box neighborhood.
typename TInputImage::SizeType RadiusType
typename TInputImage::OffsetType OffsetType
void SetRadius(const SizeValueType &radius) override
unsigned int ThreadIdType
ImageBaseType::IndexType IndexType
Base class for all process objects that output image data.
typename TInputImage::IndexType IndexType
ImageBaseType::RegionType RegionType
TInputImage InputImageType
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 TInputImage::SizeType SizeType
typename TInputImage::PixelType PixelType
unsigned long SizeValueType
TOutputImage OutputImageType
typename TInputImage::RegionType RegionType