18#ifndef itkForwardDifferenceOperator_h
19#define itkForwardDifferenceOperator_h
46template <
typename TPixel,
unsigned int VDimension = 2,
typename TAllocator = NeighborhoodAllocator<TPixel>>
73 this->FillCenteredDirectional(coeff);
79#ifndef ITK_MANUAL_INSTANTIATION
80# include "itkForwardDifferenceOperator.hxx"
Operator whose inner product with a neighborhood returns a "half" derivative at the center of the nei...
CoefficientVector GenerateCoefficients() override
typename std::vector< PixelRealType > CoefficientVector
void Fill(const CoefficientVector &coeff) override
Virtual class that defines a common interface to all neighborhood operator subtypes.
typename std::vector< PixelRealType > CoefficientVector
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....