18#ifndef itkStochasticFractalDimensionImageFilter_h
19#define itkStochasticFractalDimensionImageFilter_h
51template <
typename TInputImage,
52 typename TMaskImage = Image<unsigned char, TInputImage::ImageDimension>,
53 class TOutputImage = TInputImage>
69 static constexpr unsigned int ImageDimension = TInputImage::ImageDimension;
116#ifndef ITK_MANUAL_INSTANTIATION
117# include "itkStochasticFractalDimensionImageFilter.hxx"
Const version of NeighborhoodIterator, defining iteration of a local N-dimensional neighborhood of pi...
Base class for filters that take an image as input and produce an image as output.
Control indentation during Print() invocation.
Light weight base class for most itk classes.
This filter computes the stochastic fractal dimension of the input image.
TOutputImage OutputImageType
StochasticFractalDimensionImageFilter()
~StochasticFractalDimensionImageFilter() override
void PrintSelf(std::ostream &os, Indent indent) const override
typename ConstNeighborhoodIteratorType::RadiusType RadiusType
const MaskImageType * GetMaskImage() const
void SetMaskImage(const MaskImageType *mask)
void GenerateData() override
TInputImage InputImageType
SmartPointer< Self > Pointer
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....