Orfeo Toolbox  3.16
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Private Attributes
otb::Functor::TSAVI< TInput1, TInput2, TOutput > Class Template Reference

This functor computes the Transformed Soil Adjusted Vegetation Index (TSAVI) More...

#include <otbVegetationIndicesFunctor.h>

+ Inheritance diagram for otb::Functor::TSAVI< TInput1, TInput2, TOutput >:
+ Collaboration diagram for otb::Functor::TSAVI< TInput1, TInput2, TOutput >:

List of all members.

Public Types

typedef
itk::VariableLengthVector
< TInput1 > 
InputVectorType

Public Member Functions

 TSAVI ()
virtual ~TSAVI ()
double GetA (void) const
unsigned int GetIndex (BandName::BandName band) const
virtual std::string GetName () const
unsigned int GetNIRIndex () const
 Get NIR Index.
unsigned int GetRedIndex () const
 Get Red Index.
double GetS (void) const
double GetX (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 SetA (const double A)
void SetIndex (BandName::BandName band, unsigned int channel)
void SetNIRIndex (unsigned int channel)
 Set NIR Index.
void SetRedIndex (unsigned int channel)
 Set Red Index.
void SetS (const double S)
void SetX (const double X)

Protected Member Functions

TOutput Evaluate (const TInput1 &r, const TInput2 &nir) const

Protected Attributes

double m_EpsilonToBeConsideredAsZero

Private Attributes

double m_A
double m_S
double m_X

Detailed Description

template<class TInput1, class TInput2, class TOutput>
class otb::Functor::TSAVI< TInput1, TInput2, TOutput >

This functor computes the Transformed Soil Adjusted Vegetation Index (TSAVI)

[Baret et al. 1989, Baret et Guyot, 1991]

Definition at line 585 of file otbVegetationIndicesFunctor.h.


Member Typedef Documentation

template<class TInput1, class TInput2, class TOutput>
typedef itk::VariableLengthVector<TInput1> otb::Functor::RAndNIRIndexBase< TInput1, TInput2, TOutput >::InputVectorType
inherited

Vector pixel type used to support both vector images and multiple input images

Definition at line 49 of file otbVegetationIndicesFunctor.h.


Constructor & Destructor Documentation

template<class TInput1 , class TInput2 , class TOutput >
otb::Functor::TSAVI< TInput1, TInput2, TOutput >::TSAVI ( )
inline

Definition at line 595 of file otbVegetationIndicesFunctor.h.

template<class TInput1 , class TInput2 , class TOutput >
virtual otb::Functor::TSAVI< TInput1, TInput2, TOutput >::~TSAVI ( )
inlinevirtual

Definition at line 596 of file otbVegetationIndicesFunctor.h.


Member Function Documentation

template<class TInput1 , class TInput2 , class TOutput >
TOutput otb::Functor::TSAVI< TInput1, TInput2, TOutput >::Evaluate ( const TInput1 &  r,
const TInput2 &  nir 
) const
inlineprotectedvirtual
template<class TInput1 , class TInput2 , class TOutput >
double otb::Functor::TSAVI< TInput1, TInput2, TOutput >::GetA ( void  ) const
inline
template<class TInput1, class TInput2, class TOutput>
unsigned int otb::Functor::RAndNIRIndexBase< TInput1, TInput2, TOutput >::GetIndex ( BandName::BandName  band) const
inlineinherited

Get index, generic method

Definition at line 91 of file otbVegetationIndicesFunctor.h.

template<class TInput1 , class TInput2 , class TOutput >
virtual std::string otb::Functor::TSAVI< TInput1, TInput2, TOutput >::GetName ( ) const
inlinevirtual

Return the index name

Implements otb::Functor::RAndNIRIndexBase< TInput1, TInput2, TOutput >.

Definition at line 590 of file otbVegetationIndicesFunctor.h.

template<class TInput1, class TInput2, class TOutput>
unsigned int otb::Functor::RAndNIRIndexBase< TInput1, TInput2, TOutput >::GetNIRIndex ( ) const
inlineinherited

Get NIR Index.

Definition at line 119 of file otbVegetationIndicesFunctor.h.

template<class TInput1, class TInput2, class TOutput>
unsigned int otb::Functor::RAndNIRIndexBase< TInput1, TInput2, TOutput >::GetRedIndex ( ) const
inlineinherited

Get Red Index.

Definition at line 109 of file otbVegetationIndicesFunctor.h.

template<class TInput1 , class TInput2 , class TOutput >
double otb::Functor::TSAVI< TInput1, TInput2, TOutput >::GetS ( void  ) const
inline
template<class TInput1 , class TInput2 , class TOutput >
double otb::Functor::TSAVI< TInput1, TInput2, TOutput >::GetX ( void  ) const
inline
template<class TInput1, class TInput2, class TOutput>
bool otb::Functor::RAndNIRIndexBase< TInput1, TInput2, TOutput >::operator!= ( const RAndNIRIndexBase< TInput1, TInput2, TOutput > &  ) const
inlineinherited

Definition at line 52 of file otbVegetationIndicesFunctor.h.

template<class TInput1, class TInput2, class TOutput>
TOutput otb::Functor::RAndNIRIndexBase< TInput1, TInput2, TOutput >::operator() ( const InputVectorType inputVector) const
inlineinherited

Definition at line 63 of file otbVegetationIndicesFunctor.h.

template<class TInput1, class TInput2, class TOutput>
TOutput otb::Functor::RAndNIRIndexBase< TInput1, TInput2, TOutput >::operator() ( const TInput1 &  r,
const TInput2 &  nir 
) const
inlineinherited

Definition at line 69 of file otbVegetationIndicesFunctor.h.

template<class TInput1, class TInput2, class TOutput>
bool otb::Functor::RAndNIRIndexBase< TInput1, TInput2, TOutput >::operator== ( const RAndNIRIndexBase< TInput1, TInput2, TOutput > &  other) const
inlineinherited

Definition at line 57 of file otbVegetationIndicesFunctor.h.

template<class TInput1 , class TInput2 , class TOutput >
void otb::Functor::TSAVI< TInput1, TInput2, TOutput >::SetA ( const double  A)
inline
template<class TInput1, class TInput2, class TOutput>
void otb::Functor::RAndNIRIndexBase< TInput1, TInput2, TOutput >::SetIndex ( BandName::BandName  band,
unsigned int  channel 
)
inlineinherited

Set index, generic method

Definition at line 79 of file otbVegetationIndicesFunctor.h.

template<class TInput1, class TInput2, class TOutput>
void otb::Functor::RAndNIRIndexBase< TInput1, TInput2, TOutput >::SetNIRIndex ( unsigned int  channel)
inlineinherited
template<class TInput1, class TInput2, class TOutput>
void otb::Functor::RAndNIRIndexBase< TInput1, TInput2, TOutput >::SetRedIndex ( unsigned int  channel)
inlineinherited
template<class TInput1 , class TInput2 , class TOutput >
void otb::Functor::TSAVI< TInput1, TInput2, TOutput >::SetS ( const double  S)
inline

Set/Get S and A parameters

Definition at line 599 of file otbVegetationIndicesFunctor.h.

References otb::Functor::TSAVI< TInput1, TInput2, TOutput >::m_S.

template<class TInput1 , class TInput2 , class TOutput >
void otb::Functor::TSAVI< TInput1, TInput2, TOutput >::SetX ( const double  X)
inline

Set/Get X parameter

Definition at line 616 of file otbVegetationIndicesFunctor.h.

References otb::Functor::TSAVI< TInput1, TInput2, TOutput >::m_X.


Member Data Documentation

template<class TInput1 , class TInput2 , class TOutput >
double otb::Functor::TSAVI< TInput1, TInput2, TOutput >::m_A
private
template<class TInput1, class TInput2, class TOutput>
double otb::Functor::RAndNIRIndexBase< TInput1, TInput2, TOutput >::m_EpsilonToBeConsideredAsZero
protectedinherited
template<class TInput1 , class TInput2 , class TOutput >
double otb::Functor::TSAVI< TInput1, TInput2, TOutput >::m_S
private
template<class TInput1 , class TInput2 , class TOutput >
double otb::Functor::TSAVI< TInput1, TInput2, TOutput >::m_X
private

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

Generated at Sun Feb 3 2013 04:26:34 for Orfeo Toolbox with doxygen 1.8.1.1