OTB
9.0.0
Orfeo Toolbox
|
#include <otbSpectralAngleFunctor.h>
Public Member Functions | |
TInput | GetReferencePixel () const |
TOutputValue | operator() (TInput const &inPix) const |
void | SetReferencePixel (TInput const &ref) |
SpectralAngleFunctor () | |
~SpectralAngleFunctor ()=default | |
Private Attributes | |
TInput | m_ReferencePixel |
double | m_RefNorm |
This functor computes the spectral angle according to a reference pixel.
This functor computes the spectral information divergence according to a reference pixel.
Du, Yingzi & Chang, Chein-I & Ren, Hsuan & Chang, Chein-Chi & Jensen, James & D'Amico, Francis. (2004). " "New Hyperspectral Discrimination Measure for Spectral Characterization. Optical Engineering - OPT ENG. 43." " 1777-1786. 10.1117/1.1766301.
Definition at line 67 of file otbSpectralAngleFunctor.h.
|
inline |
Definition at line 70 of file otbSpectralAngleFunctor.h.
References otb::Functor::SpectralAngleFunctor< TInput, TOutputValue >::m_ReferencePixel.
|
default |
|
inline |
Definition at line 90 of file otbSpectralAngleFunctor.h.
References otb::Functor::SpectralAngleFunctor< TInput, TOutputValue >::m_ReferencePixel.
|
inline |
Definition at line 79 of file otbSpectralAngleFunctor.h.
References otb::Functor::SpectralAngleFunctor< TInput, TOutputValue >::m_ReferencePixel, and otb::Functor::SpectralAngleFunctor< TInput, TOutputValue >::m_RefNorm.
|
inline |
Definition at line 84 of file otbSpectralAngleFunctor.h.
References otb::Functor::SpectralAngleFunctor< TInput, TOutputValue >::m_ReferencePixel, and otb::Functor::SpectralAngleFunctor< TInput, TOutputValue >::m_RefNorm.
Referenced by otb::Functor::CloudEstimatorFunctor< TInput, TOutputValue >::SetReferencePixel().
|
private |
Definition at line 96 of file otbSpectralAngleFunctor.h.
Referenced by otb::Functor::SpectralAngleFunctor< TInput, TOutputValue >::GetReferencePixel(), otb::Functor::SpectralAngleFunctor< TInput, TOutputValue >::operator()(), otb::Functor::SpectralAngleFunctor< TInput, TOutputValue >::SetReferencePixel(), and otb::Functor::SpectralAngleFunctor< TInput, TOutputValue >::SpectralAngleFunctor().
|
private |
Definition at line 97 of file otbSpectralAngleFunctor.h.
Referenced by otb::Functor::SpectralAngleFunctor< TInput, TOutputValue >::operator()(), and otb::Functor::SpectralAngleFunctor< TInput, TOutputValue >::SetReferencePixel().