![]() |
Orfeo Toolbox
3.16
|
This functor computes the Atmospherically Resistant Vegetation Index (ARVI) More...
#include <otbVegetationIndicesFunctor.h>
Inheritance diagram for otb::Functor::ARVI< TInput1, TInput2, TInput3, TOutput >:
Collaboration diagram for otb::Functor::ARVI< TInput1, TInput2, TInput3, TOutput >:Public Types | |
| typedef itk::VariableLengthVector < TInput1 > | InputVectorType |
Public Member Functions | |
| ARVI () | |
| virtual | ~ARVI () |
| 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... | |
| 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 | 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... | |
Protected Member Functions | |
| TOutput | Evaluate (const TInput1 &r, const TInput2 &b, const TInput3 &nir) const |
Protected Attributes | |
| double | m_EpsilonToBeConsideredAsZero |
Private Attributes | |
| double | m_Gamma |
This functor computes the Atmospherically Resistant Vegetation Index (ARVI)
This vegetation index use three inputs channels
[Yoram J. Kaufman and Didier Tanre, 1992]
Definition at line 957 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 966 of file otbVegetationIndicesFunctor.h.
|
inlinevirtual |
Definition at line 967 of file otbVegetationIndicesFunctor.h.
|
inlineprotectedvirtual |
Implements otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >.
Definition at line 980 of file otbVegetationIndicesFunctor.h.
References otb::Functor::RAndBAndNIRIndexBase< TInput1, TInput2, TInput3, TOutput >::m_EpsilonToBeConsideredAsZero, and otb::Functor::ARVI< TInput1, TInput2, TInput3, TOutput >::m_Gamma.
|
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 974 of file otbVegetationIndicesFunctor.h.
References otb::Functor::ARVI< 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 961 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.
|
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.
|
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 Gamma parameter
Definition at line 970 of file otbVegetationIndicesFunctor.h.
References otb::Functor::ARVI< 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.
|
protectedinherited |
|
private |
Gamma parameter
Definition at line 997 of file otbVegetationIndicesFunctor.h.
Referenced by otb::Functor::ARVI< TInput1, TInput2, TInput3, TOutput >::Evaluate(), otb::Functor::ARVI< TInput1, TInput2, TInput3, TOutput >::GetGamma(), and otb::Functor::ARVI< TInput1, TInput2, TInput3, TOutput >::SetGamma().