18 #ifndef itkNeighborhoodInnerProduct_h
19 #define itkNeighborhoodInnerProduct_h
47 template<
typename TImage,
typename TOperator =
typename TImage::PixelType,
typename TComputation = TOperator >
92 #ifndef ITK_MANUAL_INSTANTIATION
93 #include "itkNeighborhoodInnerProduct.hxx"
Defines the inner product operation between an Neighborhood and a NeighborhoodOperator.
A light-weight container object for storing an N-dimensional neighborhood of values.
NeighborhoodInnerProduct Self
TOperator OperatorPixelType
OutputPixelType operator()(const ConstNeighborhoodIterator< TImage > &it, const OperatorType &op) const
TComputation OutputPixelType
NeighborIndexType Size() const
Neighborhood< ImagePixelType, itkGetStaticConstMacro(ImageDimension) > NeighborhoodType
TImage::PixelType ImagePixelType
OutputPixelType operator()(const NeighborhoodType &N, const OperatorType &op) const
static const unsigned int ImageDimension
Neighborhood< OperatorPixelType, itkGetStaticConstMacro(ImageDimension) > OperatorType
OutputPixelType operator()(const std::slice &s, const ConstNeighborhoodIterator< TImage > &it, const OperatorType &op) const