18 #ifndef __itkCovarianceImageFunction_h
19 #define __itkCovarianceImageFunction_h
44 template<
class TInputImage,
class TCoordRep =
float >
48 typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType >,
85 itkStaticConstMacro(ImageDimension,
unsigned int,
86 InputImageType::ImageDimension);
101 this->ConvertPointToNearestIndex(point, index);
102 return this->EvaluateAtIndex(index);
110 this->ConvertContinuousIndexToNearestIndex(cindex, index);
111 return this->EvaluateAtIndex(index);
116 itkSetMacro(NeighborhoodRadius,
unsigned int);
117 itkGetConstReferenceMacro(NeighborhoodRadius,
unsigned int);
123 void PrintSelf(std::ostream & os,
Indent indent)
const;
127 void operator=(
const Self &);
133 #ifndef ITK_MANUAL_INSTANTIATION
134 #include "itkCovarianceImageFunction.hxx"