18 #ifndef itkScatterMatrixImageFunction_h
19 #define itkScatterMatrixImageFunction_h
44 template<
typename TInputImage,
typename TCoordRep =
float >
48 typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType >,
86 InputImageType::ImageDimension);
116 itkSetMacro(NeighborhoodRadius,
unsigned int);
117 itkGetConstReferenceMacro(NeighborhoodRadius,
unsigned int);
133 #ifndef ITK_MANUAL_INSTANTIATION
134 #include "itkScatterMatrixImageFunction.hxx"
Superclass::ContinuousIndexType ContinuousIndexType
void operator=(const Self &)
ScatterMatrixImageFunction()
Calculate the scatter matrix in the neighborhood of a pixel in a Vector image.
Light weight base class for most itk classes.
Point< TCoordRep, itkGetStaticConstMacro(ImageDimension) > PointType
virtual RealType EvaluateAtIndex(const IndexType &index) const override
void PrintSelf(std::ostream &os, Indent indent) const override
Superclass::PointType PointType
Superclass::OutputType OutputType
ScatterMatrixImageFunction Self
void ConvertPointToNearestIndex(const PointType &point, IndexType &index) const
SmartPointer< const Self > ConstPointer
static const unsigned int ImageDimension
SmartPointer< Self > Pointer
Superclass::IndexType IndexType
virtual RealType EvaluateAtContinuousIndex(const ContinuousIndexType &cindex) const override
unsigned int m_NeighborhoodRadius
InputImageType::IndexType IndexType
virtual RealType Evaluate(const PointType &point) const override
ContinuousIndex< TCoordRep, itkGetStaticConstMacro(ImageDimension) > ContinuousIndexType
vnl_matrix< typename NumericTraits< typename InputImageType::PixelType::ValueType >::RealType > RealType
~ScatterMatrixImageFunction()
Control indentation during Print() invocation.
Define additional traits for native types such as int or float.
ImageFunction< TInputImage, vnl_matrix< typename NumericTraits< typename TInputImage::PixelType::ValueType >::RealType >, TCoordRep > Superclass
void ConvertContinuousIndexToNearestIndex(const ContinuousIndexType &cindex, IndexType &index) const
TInputImage InputImageType
Evaluates a function of an image at specified position.