OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | List of all members
otb::Functor::LandsatTM::FlatResponseBarrenLandOrBuiltUpSpectralRule< TInput, TOutput > Class Template Reference

#include <otbLandsatTMIndices.h>

+ Inheritance diagram for otb::Functor::LandsatTM::FlatResponseBarrenLandOrBuiltUpSpectralRule< TInput, TOutput >:
+ Collaboration diagram for otb::Functor::LandsatTM::FlatResponseBarrenLandOrBuiltUpSpectralRule< 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

 FlatResponseBarrenLandOrBuiltUpSpectralRule ()
 
std::string GetName () const override
 
TOutput operator() (const TInput &inputPixel)
 
 ~FlatResponseBarrenLandOrBuiltUpSpectralRule () 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
 

Additional Inherited Members

- Protected Member Functions inherited from otb::Functor::LandsatTM::KernelSpectralRule< TInput, TOutput >
void SetMinMax (const TInput &inputPixel, PrecisionType *max13, PrecisionType *min123, PrecisionType *max123, PrecisionType *min12347, PrecisionType *max12347, PrecisionType *max234, PrecisionType *max45)
 
- Protected Member Functions inherited from otb::Functor::LandsatTM::LandsatTMIndexBase< TInput, TOutput >
TInput PrepareValues (const TInput &inputPixel)
 
- Protected Attributes inherited from otb::Functor::LandsatTM::KernelSpectralRule< TInput, TOutput >
PrecisionType m_TV1
 
PrecisionType m_TV2
 
- 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
 

Detailed Description

template<class TInput, class TOutput>
class otb::Functor::LandsatTM::FlatResponseBarrenLandOrBuiltUpSpectralRule< TInput, TOutput >

Implementation of the FlatResponseBarrenLandOrBuiltUpSpectralRule 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 1737 of file otbLandsatTMIndices.h.

Member Typedef Documentation

◆ OutputPixelType

template<class TInput , class TOutput >
typedef bool otb::Functor::LandsatTM::FlatResponseBarrenLandOrBuiltUpSpectralRule< TInput, TOutput >::OutputPixelType

Definition at line 1741 of file otbLandsatTMIndices.h.

◆ PrecisionType

template<class TInput , class TOutput >
typedef TInput::ValueType otb::Functor::LandsatTM::FlatResponseBarrenLandOrBuiltUpSpectralRule< TInput, TOutput >::PrecisionType

Definition at line 1740 of file otbLandsatTMIndices.h.

Constructor & Destructor Documentation

◆ FlatResponseBarrenLandOrBuiltUpSpectralRule()

template<class TInput , class TOutput >
otb::Functor::LandsatTM::FlatResponseBarrenLandOrBuiltUpSpectralRule< TInput, TOutput >::FlatResponseBarrenLandOrBuiltUpSpectralRule ( )
inline

Definition at line 1749 of file otbLandsatTMIndices.h.

◆ ~FlatResponseBarrenLandOrBuiltUpSpectralRule()

template<class TInput , class TOutput >
otb::Functor::LandsatTM::FlatResponseBarrenLandOrBuiltUpSpectralRule< TInput, TOutput >::~FlatResponseBarrenLandOrBuiltUpSpectralRule ( )
inlineoverride

Definition at line 1752 of file otbLandsatTMIndices.h.

Member Function Documentation

◆ GetName()

template<class TInput , class TOutput >
std::string otb::Functor::LandsatTM::FlatResponseBarrenLandOrBuiltUpSpectralRule< TInput, TOutput >::GetName ( ) const
inlineoverridevirtual

Return the index name

Reimplemented from otb::Functor::LandsatTM::KernelSpectralRule< TInput, TOutput >.

Definition at line 1744 of file otbLandsatTMIndices.h.

◆ operator()()

template<class TInput , class TOutput >
TOutput otb::Functor::LandsatTM::FlatResponseBarrenLandOrBuiltUpSpectralRule< TInput, TOutput >::operator() ( const TInput &  inputPixel)
inline

The documentation for this class was generated from the following file: