![]() |
Orfeo Toolbox
3.16
|
This functor computes the Transformed Soil Atmospherical Resistant Vegetation Index (TSARVI) More...
#include <otbVegetationIndicesFunctor.h>
Inheritance diagram for otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >:
Collaboration diagram for otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >:Public Types | |
| typedef itk::VariableLengthVector < TInput1 > | InputVectorType |
Public Member Functions | |
| TSARVI () | |
| virtual | ~TSARVI () |
| double | GetA (void) const |
| double | GetB (void) const |
| unsigned int | GetBlueIndex () const |
| Get Blue Index. More... | |
| double | GetGamma (void) const |
| unsigned int | GetIndex (BandName::BandName band) const |
| virtual std::string | GetName () const |
| unsigned int | GetNIRIndex () const |
| Get NIR Index. More... | |
| unsigned int | GetRedIndex () const |
| Get Red Index. More... | |
| double | GetX (void) const |
| bool | operator!= (const RAndBAndNIRIndexBase &) const |
| TOutput | operator() (const InputVectorType &inputVector) |
| TOutput | operator() (const TInput1 &r, const TInput2 &b, const TInput2 &nir) |
| bool | operator== (const RAndBAndNIRIndexBase &other) const |
| void | SetA (const double A) |
| void | SetB (const double B) |
| void | SetBlueIndex (unsigned int channel) |
| Set Blue Index. More... | |
| void | SetGamma (const double gamma) |
| void | SetIndex (BandName::BandName band, unsigned int channel) |
| void | SetNIRIndex (unsigned int channel) |
| Set NIR Index. More... | |
| void | SetRedIndex (unsigned int channel) |
| Set Red Index. More... | |
| void | SetX (const double X) |
Protected Member Functions | |
| TOutput | Evaluate (const TInput1 &r, const TInput2 &b, const TInput3 &nir) const |
Protected Attributes | |
| double | m_EpsilonToBeConsideredAsZero |
Private Attributes | |
| double | m_A |
| double | m_B |
| double | m_Gamma |
| double | m_X |
This functor computes the Transformed Soil Atmospherical Resistant Vegetation Index (TSARVI)
[Yoram J. Kaufman and Didier Tanre, 1992]
Definition at line 1009 of file otbVegetationIndicesFunctor.h.
|
inherited |
Vector pixel type used to support both vector images and multiple input images
Definition at line 154 of file otbVegetationIndicesFunctor.h.
|
inline |
Definition at line 1018 of file otbVegetationIndicesFunctor.h.
|
inlinevirtual |
Definition at line 1019 of file otbVegetationIndicesFunctor.h.
|
inlineprotectedvirtual |
Implements otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >.
Definition at line 1058 of file otbVegetationIndicesFunctor.h.
References otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::m_A, otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::m_B, otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_EpsilonToBeConsideredAsZero, otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::m_Gamma, and otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::m_X.
|
inline |
Definition at line 1026 of file otbVegetationIndicesFunctor.h.
References otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::m_A.
|
inline |
Definition at line 1034 of file otbVegetationIndicesFunctor.h.
References otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::m_B.
|
inlineinherited |
Get Blue Index.
Definition at line 234 of file otbVegetationIndicesFunctor.h.
References otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_BlueIndex.
|
inline |
Definition at line 1052 of file otbVegetationIndicesFunctor.h.
References otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::m_Gamma.
|
inlineinherited |
Get index, generic method
Definition at line 202 of file otbVegetationIndicesFunctor.h.
References otb::BandName::BLUE, otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_BlueIndex, otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_NIRIndex, otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_RedIndex, otb::BandName::NIR, and otb::BandName::RED.
|
inlinevirtual |
Return the index name
Implements otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >.
Definition at line 1013 of file otbVegetationIndicesFunctor.h.
|
inlineinherited |
Get NIR Index.
Definition at line 245 of file otbVegetationIndicesFunctor.h.
References otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_NIRIndex.
|
inlineinherited |
Get Red Index.
Definition at line 224 of file otbVegetationIndicesFunctor.h.
References otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_RedIndex.
|
inline |
Definition at line 1043 of file otbVegetationIndicesFunctor.h.
References otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::m_X.
|
inlineinherited |
Definition at line 157 of file otbVegetationIndicesFunctor.h.
|
inlineinherited |
Definition at line 169 of file otbVegetationIndicesFunctor.h.
References otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::Evaluate(), otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_BlueIndex, otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_NIRIndex, and otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_RedIndex.
|
inlineinherited |
Definition at line 176 of file otbVegetationIndicesFunctor.h.
References otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::Evaluate().
|
inlineinherited |
Definition at line 163 of file otbVegetationIndicesFunctor.h.
|
inline |
Set/Get A and B parameters
Definition at line 1022 of file otbVegetationIndicesFunctor.h.
References otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::m_A.
|
inline |
Definition at line 1030 of file otbVegetationIndicesFunctor.h.
References otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::m_B.
|
inlineinherited |
Set Blue Index.
Definition at line 229 of file otbVegetationIndicesFunctor.h.
References otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_BlueIndex.
|
inline |
Set/Get the gamma parameter
Definition at line 1048 of file otbVegetationIndicesFunctor.h.
References otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::m_Gamma.
|
inlineinherited |
Set index, generic method
Definition at line 186 of file otbVegetationIndicesFunctor.h.
References otb::BandName::BLUE, otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_BlueIndex, otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_NIRIndex, otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_RedIndex, otb::BandName::NIR, and otb::BandName::RED.
|
inlineinherited |
Set NIR Index.
Definition at line 240 of file otbVegetationIndicesFunctor.h.
References otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_NIRIndex.
|
inlineinherited |
Set Red Index.
Definition at line 219 of file otbVegetationIndicesFunctor.h.
References otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_RedIndex.
|
inline |
Set/Get X parameter
Definition at line 1039 of file otbVegetationIndicesFunctor.h.
References otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::m_X.
|
private |
A and B parameters
Definition at line 1075 of file otbVegetationIndicesFunctor.h.
Referenced by otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::Evaluate(), otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::GetA(), and otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::SetA().
|
private |
|
protectedinherited |
|
private |
Gamma parameter
Definition at line 1080 of file otbVegetationIndicesFunctor.h.
Referenced by otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::Evaluate(), otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::GetGamma(), and otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::SetGamma().
|
private |
X parameter
Definition at line 1078 of file otbVegetationIndicesFunctor.h.
Referenced by otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::Evaluate(), otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::GetX(), and otb::Functor::TSARVI< TInput1, TInput2, TInput3, TOutput >::SetX().