OTB
9.0.0
Orfeo Toolbox
|
#include <otbVegetationIndicesFunctor.h>
Public Member Functions | |
TOutput | operator() (const itk::VariableLengthVector< TInput > &input) const override |
TSAVI () | |
Public Member Functions inherited from otb::Functor::RadiometricIndex< TInput, TOutput > | |
RadiometricIndex (const std::set< BandNameType > &requiredBands) | |
virtual | ~RadiometricIndex ()=default |
std::set< BandNameType > | GetRequiredBands () const |
void | SetBandIndex (BandNameType band, vcl_size_t index) |
void | SetBandsIndices (const std::map< BandNameType, vcl_size_t > &indicesMap) |
vcl_size_t | GetBandIndex (BandNameType band) const |
Static Public Attributes | |
static constexpr double | A = 0.7 |
static constexpr double | S = 0.9 |
static constexpr double | X = 0.08 |
Static Public Attributes inherited from otb::Functor::RadiometricIndex< TInput, TOutput > | |
static constexpr double | Epsilon = 0.0000001 |
static constexpr vcl_size_t | NumberOfBands = static_cast<vcl_size_t>(BandNameType::MAX) |
Additional Inherited Members | |
Public Types inherited from otb::Functor::RadiometricIndex< TInput, TOutput > | |
using | BandNameType = CommonBandNames |
using | InputType = TInput |
using | OutputType = TOutput |
using | PixelType = itk::VariableLengthVector< InputType > |
Protected Member Functions inherited from otb::Functor::RadiometricIndex< TInput, TOutput > | |
vcl_size_t | UncheckedBandIndex (BandNameType band) const |
double | Value (BandNameType band, const itk::VariableLengthVector< TInput > &input) const |
This functor computes the Transformed Soil Adjusted Vegetation Index (TSAVI)
[Baret et al. 1989, Baret et Guyot, 1991]
Definition at line 182 of file otbVegetationIndicesFunctor.h.
|
inline |
Definition at line 185 of file otbVegetationIndicesFunctor.h.
|
inlineoverridevirtual |
Astract method which will compute the radiometric indice
input | A itk::VariableLengthVector<TInput> holding the pixel values for each band |
Implements otb::Functor::RadiometricIndex< TInput, TOutput >.
Definition at line 189 of file otbVegetationIndicesFunctor.h.
References otb::Functor::TSAVI< TInput, TOutput >::A, otb::Functor::TSAVI< TInput, TOutput >::S, otb::Functor::RadiometricIndex< TInput, TOutput >::Value(), and otb::Functor::TSAVI< TInput, TOutput >::X.
|
staticconstexpr |
A and S parameters
Definition at line 204 of file otbVegetationIndicesFunctor.h.
Referenced by otb::Functor::TSAVI< TInput, TOutput >::operator()().
|
staticconstexpr |
Definition at line 205 of file otbVegetationIndicesFunctor.h.
Referenced by otb::Functor::TSAVI< TInput, TOutput >::operator()().
|
staticconstexpr |
X parameter
Definition at line 208 of file otbVegetationIndicesFunctor.h.
Referenced by otb::Functor::TSAVI< TInput, TOutput >::operator()().