![]() |
Orfeo Toolbox
3.16
|
computes the LAI from reflectances More...
#include <otbVegetationIndicesFunctor.h>
Inheritance diagram for otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >:
Collaboration diagram for otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >:Public Types | |
| typedef itk::VariableLengthVector < TInput1 > | InputVectorType |
| typedef NDVI< TInput1, TInput2, TOutput > | NDVIFunctorType |
Public Member Functions | |
| LAIFromReflectancesLinear () | |
| virtual | ~LAIFromReflectancesLinear () |
| unsigned int | GetIndex (BandName::BandName band) const |
| virtual std::string | GetName () const |
| double | GetNirCoef (void) const |
| unsigned int | GetNIRIndex () const |
| Get NIR Index. More... | |
| double | GetRedCoef (void) const |
| unsigned int | GetRedIndex () const |
| Get Red Index. More... | |
| NDVIFunctorType | GetReflectances (void) const |
| bool | operator!= (const RAndNIRIndexBase &) const |
| TOutput | operator() (const InputVectorType &inputVector) const |
| TOutput | operator() (const TInput1 &r, const TInput2 &nir) const |
| bool | operator== (const RAndNIRIndexBase &other) const |
| void | SetIndex (BandName::BandName band, unsigned int channel) |
| void | SetNirCoef (const double val) |
| void | SetNIRIndex (unsigned int channel) |
| Set NIR Index. More... | |
| void | SetRedCoef (const double val) |
| void | SetRedIndex (unsigned int channel) |
| Set Red Index. More... | |
Protected Member Functions | |
| TOutput | Evaluate (const TInput1 &r, const TInput2 &nir) const |
Protected Attributes | |
| double | m_EpsilonToBeConsideredAsZero |
Private Attributes | |
| NDVIFunctorType | m_NDVIfunctor |
| double | m_NirCoef |
| double | m_RedCoef |
computes the LAI from reflectances
This functor computes the LAI from reflectances using a linear relationship.
where
are the reflectances Default values for the parameters are taken from A. Bsaibes et al. / Remote Sensing of Environment 113 (2009) 716-729
Definition at line 1351 of file otbVegetationIndicesFunctor.h.
|
inherited |
Vector pixel type used to support both vector images and multiple input images
Definition at line 49 of file otbVegetationIndicesFunctor.h.
| typedef NDVI<TInput1, TInput2, TOutput> otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >::NDVIFunctorType |
Definition at line 1360 of file otbVegetationIndicesFunctor.h.
|
inline |
Definition at line 1361 of file otbVegetationIndicesFunctor.h.
|
inlinevirtual |
Definition at line 1362 of file otbVegetationIndicesFunctor.h.
|
inlineprotectedvirtual |
Implements otb::Functor::RAndNIRIndexBase< TInput1, TInput2, TOutput >.
Definition at line 1388 of file otbVegetationIndicesFunctor.h.
References otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >::m_NirCoef, and otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >::m_RedCoef.
|
inlineinherited |
Get index, generic method
Definition at line 91 of file otbVegetationIndicesFunctor.h.
|
inlinevirtual |
Return the index name
Implements otb::Functor::RAndNIRIndexBase< TInput1, TInput2, TOutput >.
Definition at line 1355 of file otbVegetationIndicesFunctor.h.
|
inline |
Definition at line 1382 of file otbVegetationIndicesFunctor.h.
References otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >::m_NirCoef.
|
inlineinherited |
Get NIR Index.
Definition at line 119 of file otbVegetationIndicesFunctor.h.
|
inline |
Definition at line 1373 of file otbVegetationIndicesFunctor.h.
References otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >::m_RedCoef.
|
inlineinherited |
Get Red Index.
Definition at line 109 of file otbVegetationIndicesFunctor.h.
|
inline |
Definition at line 1364 of file otbVegetationIndicesFunctor.h.
References otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >::m_NDVIfunctor.
|
inlineinherited |
Definition at line 52 of file otbVegetationIndicesFunctor.h.
|
inlineinherited |
Definition at line 63 of file otbVegetationIndicesFunctor.h.
|
inlineinherited |
Definition at line 69 of file otbVegetationIndicesFunctor.h.
|
inlineinherited |
Definition at line 57 of file otbVegetationIndicesFunctor.h.
|
inlineinherited |
Set index, generic method
Definition at line 79 of file otbVegetationIndicesFunctor.h.
|
inline |
Definition at line 1378 of file otbVegetationIndicesFunctor.h.
References otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >::m_NirCoef.
|
inlineinherited |
Set NIR Index.
Definition at line 114 of file otbVegetationIndicesFunctor.h.
Referenced by otb::Functor::RadiometricNonWaterNonVegetationIndexFunctor< TInput >::SetNIRIndex().
|
inline |
Definition at line 1369 of file otbVegetationIndicesFunctor.h.
References otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >::m_RedCoef.
|
inlineinherited |
Set Red Index.
Definition at line 104 of file otbVegetationIndicesFunctor.h.
Referenced by otb::Functor::RadiometricNonWaterNonVegetationIndexFunctor< TInput >::SetRedIndex().
|
protectedinherited |
Definition at line 131 of file otbVegetationIndicesFunctor.h.
Referenced by otb::Functor::NDVI< double, double, double >::Evaluate(), otb::Functor::RVI< TInput1, TInput2, TOutput >::Evaluate(), otb::Functor::SAVI< TInput1, TInput2, TOutput >::Evaluate(), otb::Functor::TSAVI< TInput1, TInput2, TOutput >::Evaluate(), otb::Functor::MSAVI< TInput1, TInput2, TOutput >::Evaluate(), otb::Functor::GEMI< TInput1, TInput2, TOutput >::Evaluate(), otb::Functor::IPVI< TInput1, TInput2, TOutput >::Evaluate(), and otb::Functor::LAIFromNDVIFormosat2Functor< TInput1, TInput2, TOutput >::Evaluate().
|
private |
Definition at line 1393 of file otbVegetationIndicesFunctor.h.
Referenced by otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >::GetReflectances().
|
private |
Definition at line 1395 of file otbVegetationIndicesFunctor.h.
Referenced by otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >::Evaluate(), otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >::GetNirCoef(), and otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >::SetNirCoef().
|
private |
Definition at line 1394 of file otbVegetationIndicesFunctor.h.
Referenced by otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >::Evaluate(), otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >::GetRedCoef(), and otb::Functor::LAIFromReflectancesLinear< TInput1, TInput2, TOutput >::SetRedCoef().