18#ifndef itkBackwardDifferenceOperator_h
19#define itkBackwardDifferenceOperator_h
47template <
typename TPixel,
unsigned int TDimension = 2,
typename TAllocator = NeighborhoodAllocator<TPixel>>
74 this->FillCenteredDirectional(coeff);
80#ifndef ITK_MANUAL_INSTANTIATION
81# include "itkBackwardDifferenceOperator.hxx"
Operator whose inner product with a neighborhood returns a "half" derivative at the center of the nei...
typename std::vector< PixelRealType > CoefficientVector
void Fill(const CoefficientVector &coeff) override
CoefficientVector GenerateCoefficients() 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....