OTB  9.0.0
Orfeo Toolbox
Public Member Functions | List of all members
otb::Functor::HillShadeModulationFunctor< TInput1, TInput2, TOutput > Class Template Reference

#include <otbHillShadingFunctor.h>

Public Member Functions

 HillShadeModulationFunctor ()
 
TOutput operator() (const TInput1 &A, const TInput2 &B) const
 
 ~HillShadeModulationFunctor ()
 

Detailed Description

template<class TInput1, class TInput2 = TInput1, class TOutput = TInput1>
class otb::Functor::HillShadeModulationFunctor< TInput1, TInput2, TOutput >

Modulate an image with hill shading.

Take an image (RGB) as input and the result of the hillshading (another image with the value between 0 and 1) and modulate the first image by the value of the hill shading.

Definition at line 44 of file otbHillShadingFunctor.h.

Constructor & Destructor Documentation

◆ HillShadeModulationFunctor()

template<class TInput1 , class TInput2 = TInput1, class TOutput = TInput1>
otb::Functor::HillShadeModulationFunctor< TInput1, TInput2, TOutput >::HillShadeModulationFunctor ( )
inline

Definition at line 47 of file otbHillShadingFunctor.h.

◆ ~HillShadeModulationFunctor()

template<class TInput1 , class TInput2 = TInput1, class TOutput = TInput1>
otb::Functor::HillShadeModulationFunctor< TInput1, TInput2, TOutput >::~HillShadeModulationFunctor ( )
inline

Definition at line 50 of file otbHillShadingFunctor.h.

Member Function Documentation

◆ operator()()

template<class TInput1 , class TInput2 = TInput1, class TOutput = TInput1>
TOutput otb::Functor::HillShadeModulationFunctor< TInput1, TInput2, TOutput >::operator() ( const TInput1 &  A,
const TInput2 &  B 
) const
inline

Definition at line 54 of file otbHillShadingFunctor.h.


The documentation for this class was generated from the following file: