OTB  9.0.0
Orfeo Toolbox
Classes | Namespaces | Typedefs
otbDotProductImageFilter.h File Reference
#include "itkMacro.h"
#include "otbFunctorImageFilter.h"
+ Include dependency graph for otbDotProductImageFilter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  otb::Functor::DotProductFunctor< TInput, TOutput >
 

Namespaces

 otb
 
 otb::Functor
 

Typedefs

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