OTB  9.0.0
Orfeo Toolbox
Classes | Typedefs
Module OTBFunctor
+ Collaboration diagram for Module OTBFunctor:

Classes

class  otb::Functor::DotProductFunctor< TInput, TOutput >
 
class  otb::FunctorImageFilter< TFunction, TNameMap >
 
class  otb::Functor::VariadicAdd< TOut, TIns >
 
class  otb::Functor::VariadicConcatenate< TOut, TIns >
 
class  otb::VariadicInputsImageFilter< TOuptut, TInputs >
 
class  otb::VariadicNamedInputsImageFilter< TOuptut, TInputNameMap, TInputs >
 

Typedefs

template<typename TInputImage , typename TOutputImage >
using otb::DotProductImageFilter = FunctorImageFilter< Functor::DotProductFunctor< typename TInputImage::PixelType, typename TOutputImage::PixelType > >
 

Detailed Description

Typedef Documentation

◆ DotProductImageFilter

template<typename TInputImage , typename TOutputImage >
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

See also
otb::Functor::DotProductFunctor

Definition at line 90 of file otbDotProductImageFilter.h.