|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkFastApproximateRankImageFilter_h
19 #define itkFastApproximateRankImageFilter_h
44 template <
typename TInputImage,
typename TOutputImage>
49 RankImageFilter<TInputImage, TInputImage, FlatStructuringElement<TInputImage::ImageDimension>>>
91 for (
unsigned i = 0; i < TInputImage::ImageDimension - 1; i++)
99 itkGetConstMacro(Rank,
float);
115 os << indent <<
"Rank: " <<
m_Rank << std::endl;
Rank filter of a greyscale image.
void Modified() const override
void PrintSelf(std::ostream &os, Indent indent) const override
FastApproximateRankImageFilter()
A separable filter for filter which are using radius.
void PrintSelf(std::ostream &os, Indent indent) const override
ImageBaseType::SizeType SizeType
Control indentation during Print() invocation.
typename Superclass::FilterType FilterType
typename TInputImage::SizeType RadiusType
typename TInputImage::OffsetType OffsetType
static constexpr unsigned int ImageDimension
ImageBaseType::IndexType IndexType
Base class for all process objects that output image data.
typename TInputImage::IndexType IndexType
ImageBaseType::RegionType RegionType
~FastApproximateRankImageFilter() override=default
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...
FilterType::Pointer m_Filters[ImageDimension]
typename TInputImage::SizeType SizeType
typename TInputImage::PixelType PixelType
typename TInputImage::RegionType RegionType