18#ifndef itkVarianceImageFunction_h
19#define itkVarianceImageFunction_h
42template <
typename TInputImage,
typename TCoordinate =
float>
44 :
public ImageFunction<TInputImage, typename NumericTraits<typename TInputImage::PixelType>::RealType, TCoordinate>
79 static constexpr unsigned int ImageDimension = InputImageType::ImageDimension;
110 itkSetMacro(NeighborhoodRadius,
unsigned int);
111 itkGetConstReferenceMacro(NeighborhoodRadius,
unsigned int);
124#ifndef ITK_MANUAL_INSTANTIATION
125# include "itkVarianceImageFunction.hxx"
void ConvertPointToNearestIndex(const PointType &point, IndexType &index) const
typename InputImageType::IndexType IndexType
Point< TCoordinate, Self::ImageDimension > PointType
void ConvertContinuousIndexToNearestIndex(const ContinuousIndexType &cindex, IndexType &index) const
ContinuousIndex< TCoordinate, Self::ImageDimension > ContinuousIndexType
Control indentation during Print() invocation.
Implements transparent reference counting.
typename NumericTraits< typename InputImageType::PixelType >::RealType RealType
RealType EvaluateAtContinuousIndex(const ContinuousIndexType &cindex) const override
SmartPointer< const Self > ConstPointer
TInputImage InputImageType
static constexpr unsigned int ImageDimension
RealType EvaluateAtIndex(const IndexType &index) const override
SmartPointer< Self > Pointer
unsigned int m_NeighborhoodRadius
RealType Evaluate(const PointType &point) const override
~VarianceImageFunction() override=default
typename InputImageType::IndexType IndexType
Point< TCoordinate, Self::ImageDimension > PointType
ContinuousIndex< TCoordinate, Self::ImageDimension > ContinuousIndexType
VarianceImageFunction Self
void PrintSelf(std::ostream &os, Indent indent) const override
ImageFunction< TInputImage, typename NumericTraits< typename TInputImage::PixelType >::RealType, TCoordinate > Superclass
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....