18 #ifndef itkStochasticFractalDimensionImageFilter_h
19 #define itkStochasticFractalDimensionImageFilter_h
52 template<
typename TInputImage,
typename TMaskImage = Image<
unsigned char,
53 TInputImage::ImageDimension >,
54 class TOutputImage = TInputImage >
71 static constexpr
unsigned int ImageDimension = TInputImage::ImageDimension;
96 itkGetConstMacro(NeighborhoodRadius,
RadiusType);
103 void PrintSelf(std::ostream & os,
Indent indent)
const override;
105 void GenerateData()
override;
114 #ifndef ITK_MANUAL_INSTANTIATION
115 #include "itkStochasticFractalDimensionImageFilter.hxx"
MaskImageType::Pointer m_MaskImage
The base class for all process objects (source, filters, mappers) in the Insight data processing pipe...
Base class for all process objects that output image data.
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
TInputImage InputImageType
TOutputImage OutputImageType
RadiusType m_NeighborhoodRadius
This filter computes the stochastic fractal dimension of the input image.
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
typename Superclass::RadiusType RadiusType
typename ConstNeighborhoodIteratorType::RadiusType RadiusType