![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbLandsatTMIndices.h>
Inheritance diagram for otb::Functor::LandsatTM::NDBBBI< TInput, TOutput >:
Collaboration diagram for otb::Functor::LandsatTM::NDBBBI< TInput, TOutput >:Public Member Functions | |
| std::string | GetName () const override |
| NDBBBI () | |
| TOutput | operator() (const TInput &inputPixel) |
| ~NDBBBI () override | |
Public Member Functions inherited from otb::Functor::LandsatTM::LandsatTMIndex< TInput, TOutput > | |
| LandsatTMIndex () | |
| TOutput | operator() (const TInput &inputPixel) const |
| ~LandsatTMIndex () override | |
Public Member Functions inherited from otb::Functor::LandsatTM::LandsatTMIndexBase< TInput, TOutput > | |
| LandsatTMIndexBase () | |
| bool | operator!= (const LandsatTMIndexBase &) const |
| bool | operator== (const LandsatTMIndexBase &other) const |
| void | SetIndex (BandName::LandsatTMBandNames band, unsigned int channel) |
| virtual | ~LandsatTMIndexBase () |
| unsigned int | GetIndex (BandName::LandsatTMBandNames band) const |
| unsigned int | GetTM1 () const |
| unsigned int | GetTM2 () const |
| unsigned int | GetTM3 () const |
| unsigned int | GetTM4 () const |
| unsigned int | GetTM5 () const |
| unsigned int | GetTM60 () const |
| unsigned int | GetTM61 () const |
| unsigned int | GetTM62 () const |
| unsigned int | GetTM7 () const |
| void | SetSAT (SATType sat) |
| SATType | GetSAT () const |
| void | SetDegree (DegreeType deg) |
| DegreeType | GetDegre () const |
| void | SetReflectance (ReflectanceType ref) |
| ReflectanceType | GetReflectance () const |
| double | GetEpsilonToBeConsideredAsZero () const |
Additional Inherited Members | |
Protected Member Functions inherited from otb::Functor::LandsatTM::LandsatTMIndexBase< TInput, TOutput > | |
| TInput | PrepareValues (const TInput &inputPixel) |
Protected Attributes inherited from otb::Functor::LandsatTM::LandsatTMIndexBase< TInput, TOutput > | |
| double | m_EpsilonToBeConsideredAsZero |
| unsigned int | m_TM1 |
| unsigned int | m_TM2 |
| unsigned int | m_TM3 |
| unsigned int | m_TM4 |
| unsigned int | m_TM5 |
| unsigned int | m_TM60 |
| unsigned int | m_TM61 |
| unsigned int | m_TM62 |
| unsigned int | m_TM7 |
| SATType | m_SAT |
| DegreeType | m_Degree |
| ReflectanceType | m_Reflectance |
Normalized Difference Blue-band component in Built-up areas and Barren land index for LandsatTM.
This expression is the one used in Baraldi et al. 2006, "Automatic Spectral Rule-Based Preliminary Mapping of Calibrated Landsat TM and ETM+ Images", IEEE Trans. on Geoscience and Remote Sensing, vol 44, no 9.
Definition at line 916 of file otbLandsatTMIndices.h.
|
inline |
Definition at line 925 of file otbLandsatTMIndices.h.
|
inlineoverride |
Definition at line 928 of file otbLandsatTMIndices.h.
|
inlineoverridevirtual |
Return the index name
Implements otb::Functor::LandsatTM::LandsatTMIndex< TInput, TOutput >.
Definition at line 920 of file otbLandsatTMIndices.h.
|
inline |
Definition at line 932 of file otbLandsatTMIndices.h.
References otb::Functor::LandsatTM::LandsatTMIndexBase< TInput, TOutput >::m_EpsilonToBeConsideredAsZero, otb::Functor::LandsatTM::LandsatTMIndexBase< TInput, TOutput >::m_TM1, otb::Functor::LandsatTM::LandsatTMIndexBase< TInput, TOutput >::m_TM5, and otb::Functor::LandsatTM::LandsatTMIndexBase< TInput, TOutput >::PrepareValues().
1.8.17