OTB
9.0.0
Orfeo Toolbox
|
#include <otbUniformAlphaBlendingFunctor.h>
Public Types | |
typedef TInputPixel2 | InputPixel2Type |
typedef TInputPixel | InputPixelType |
typedef OutputPixelType::ValueType | OutputInternalPixelType |
typedef TOutputPixel | OutputPixelType |
Public Member Functions | |
double | GetAlpha () const |
OutputPixelType | operator() (InputPixelType input1, InputPixel2Type input2) const |
void | SetAlpha (double a) |
UniformAlphaBlendingFunctor () | |
~UniformAlphaBlendingFunctor () | |
Protected Attributes | |
double | m_Alpha |
Implements simple blending For each channel the blending function is as follows:
Definition at line 42 of file otbUniformAlphaBlendingFunctor.h.
typedef TInputPixel2 otb::Functor::UniformAlphaBlendingFunctor< TInputPixel, TInputPixel2, TOutputPixel >::InputPixel2Type |
Definition at line 53 of file otbUniformAlphaBlendingFunctor.h.
typedef TInputPixel otb::Functor::UniformAlphaBlendingFunctor< TInputPixel, TInputPixel2, TOutputPixel >::InputPixelType |
Definition at line 52 of file otbUniformAlphaBlendingFunctor.h.
typedef OutputPixelType::ValueType otb::Functor::UniformAlphaBlendingFunctor< TInputPixel, TInputPixel2, TOutputPixel >::OutputInternalPixelType |
Definition at line 55 of file otbUniformAlphaBlendingFunctor.h.
typedef TOutputPixel otb::Functor::UniformAlphaBlendingFunctor< TInputPixel, TInputPixel2, TOutputPixel >::OutputPixelType |
Definition at line 54 of file otbUniformAlphaBlendingFunctor.h.
|
inline |
Definition at line 45 of file otbUniformAlphaBlendingFunctor.h.
|
inline |
Definition at line 48 of file otbUniformAlphaBlendingFunctor.h.
|
inline |
Definition at line 62 of file otbUniformAlphaBlendingFunctor.h.
|
inline |
Definition at line 67 of file otbUniformAlphaBlendingFunctor.h.
|
inline |
Definition at line 57 of file otbUniformAlphaBlendingFunctor.h.
|
protected |
Definition at line 81 of file otbUniformAlphaBlendingFunctor.h.