ITK
6.0.0
Insight Toolkit
|
#include <itkNeighborhoodInnerProduct.h>
Defines the inner product operation between an Neighborhood and a NeighborhoodOperator.
This class defines the inner product operation between an itk::Neighborhood and an itk::NeighborhoodOperator. The operator() method is overloaded to support various types of neighborhoods as well as inner products with slices of neighborhoods.
TImage | Type of image on which the class operates. |
TOperator | The value type of the operator (defaults to the image pixel type). |
TComputation | The value type used as the return type of the inner product calculation (defaults to the operator type). |
Definition at line 48 of file itkNeighborhoodInnerProduct.h.
Public Types | |
using | ImagePixelType = typename TImage::PixelType |
using | NeighborhoodType = Neighborhood< ImagePixelType, Self::ImageDimension > |
using | OperatorPixelType = TOperator |
using | OperatorType = Neighborhood< OperatorPixelType, Self::ImageDimension > |
using | OutputPixelType = TComputation |
using | Self = NeighborhoodInnerProduct |
Public Member Functions | |
OutputPixelType | operator() (const ConstNeighborhoodIterator< TImage > &it, const OperatorType &op) const |
OutputPixelType | operator() (const NeighborhoodType &N, const OperatorType &op) const |
OutputPixelType | operator() (const std::slice &s, const ConstNeighborhoodIterator< TImage > &it, const OperatorType &op) const |
OutputPixelType | operator() (const std::slice &s, const NeighborhoodType &N, const OperatorType &op) const |
Static Public Member Functions | |
static OutputPixelType | Compute (const ConstNeighborhoodIterator< TImage > &it, const OperatorType &op, const unsigned int start=0, const unsigned int stride=1) |
static OutputPixelType | Compute (const NeighborhoodType &N, const OperatorType &op, const unsigned int start=0, const unsigned int stride=1) |
Static Public Attributes | |
static constexpr unsigned int | ImageDimension = TImage::ImageDimension |
using itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::ImagePixelType = typename TImage::PixelType |
Capture some type alias from the template parameters.
Definition at line 55 of file itkNeighborhoodInnerProduct.h.
using itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::NeighborhoodType = Neighborhood<ImagePixelType, Self::ImageDimension> |
Definition at line 65 of file itkNeighborhoodInnerProduct.h.
using itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::OperatorPixelType = TOperator |
Definition at line 56 of file itkNeighborhoodInnerProduct.h.
using itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::OperatorType = Neighborhood<OperatorPixelType, Self::ImageDimension> |
Operator type alias
Definition at line 63 of file itkNeighborhoodInnerProduct.h.
using itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::OutputPixelType = TComputation |
Definition at line 57 of file itkNeighborhoodInnerProduct.h.
using itk::NeighborhoodInnerProduct< TImage, TOperator, TComputation >::Self = NeighborhoodInnerProduct |
Standard type alias
Definition at line 52 of file itkNeighborhoodInnerProduct.h.
|
static |
|
static |
|
inline |
Definition at line 87 of file itkNeighborhoodInnerProduct.h.
|
inline |
Definition at line 99 of file itkNeighborhoodInnerProduct.h.
|
inline |
Reference oeprator.
Definition at line 81 of file itkNeighborhoodInnerProduct.h.
|
inline |
Definition at line 93 of file itkNeighborhoodInnerProduct.h.
|
staticconstexpr |
Capture some type alias from the template parameters.
Definition at line 60 of file itkNeighborhoodInnerProduct.h.