![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <otbLandsatTMIndices.h>
Inheritance diagram for otb::Functor::LandsatTM::DominantBlueSpectralRule< TInput, TOutput >:
Collaboration diagram for otb::Functor::LandsatTM::DominantBlueSpectralRule< TInput, TOutput >:Public Types | |
| typedef bool | OutputPixelType |
| typedef TInput::ValueType | PrecisionType |
Public Types inherited from otb::Functor::LandsatTM::KernelSpectralRule< TInput, TOutput > | |
| typedef bool | OutputPixelType |
| typedef TInput::ValueType | PrecisionType |
Public Member Functions | |
| DominantBlueSpectralRule () | |
| std::string | GetName () const override |
| TOutput | operator() (const TInput &inputPixel) |
| ~DominantBlueSpectralRule () override | |
Public Member Functions inherited from otb::Functor::LandsatTM::KernelSpectralRule< TInput, TOutput > | |
| PrecisionType | GetTV1 () const |
| PrecisionType | GetTV2 () const |
| KernelSpectralRule () | |
| void | SetTV1 (PrecisionType tv1) |
| void | SetTV2 (PrecisionType tv2) |
| ~KernelSpectralRule () 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 |
Implementation of the DominantBlueSpectralRule for Landsat TM image land cover classification as described in table IV of 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 1515 of file otbLandsatTMIndices.h.
| typedef bool otb::Functor::LandsatTM::DominantBlueSpectralRule< TInput, TOutput >::OutputPixelType |
Definition at line 1519 of file otbLandsatTMIndices.h.
| typedef TInput::ValueType otb::Functor::LandsatTM::DominantBlueSpectralRule< TInput, TOutput >::PrecisionType |
Definition at line 1518 of file otbLandsatTMIndices.h.
|
inline |
Definition at line 1527 of file otbLandsatTMIndices.h.
|
inlineoverride |
Definition at line 1530 of file otbLandsatTMIndices.h.
|
inlineoverridevirtual |
Return the index name
Reimplemented from otb::Functor::LandsatTM::KernelSpectralRule< TInput, TOutput >.
Definition at line 1522 of file otbLandsatTMIndices.h.
|
inline |
Definition at line 1534 of file otbLandsatTMIndices.h.
References otb::Functor::LandsatTM::LandsatTMIndexBase< TInput, TOutput >::m_TM1, otb::Functor::LandsatTM::LandsatTMIndexBase< TInput, TOutput >::m_TM2, otb::Functor::LandsatTM::LandsatTMIndexBase< TInput, TOutput >::m_TM3, otb::Functor::LandsatTM::LandsatTMIndexBase< TInput, TOutput >::m_TM4, otb::Functor::LandsatTM::LandsatTMIndexBase< TInput, TOutput >::m_TM5, otb::Functor::LandsatTM::LandsatTMIndexBase< TInput, TOutput >::m_TM7, otb::Functor::LandsatTM::KernelSpectralRule< TInput, TOutput >::m_TV1, and otb::Functor::LandsatTM::LandsatTMIndexBase< TInput, TOutput >::PrepareValues().
1.8.17