OTB
9.0.0
Orfeo Toolbox
|
Typedefs | |
template<typename TInputImage , typename TOutputImage > | |
using | otb::DotProductImageFilter = FunctorImageFilter< Functor::DotProductFunctor< typename TInputImage::PixelType, typename TOutputImage::PixelType > > |
otb::DotProductImageFilter |
Applies pixel-wise dot product to a VectorImage.
Given a vector, this filter outputs the dot product of each pixel of a multiband image with respect to the specified vector
Definition at line 90 of file otbDotProductImageFilter.h.