OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Private Types | Static Private Member Functions | Private Attributes | List of all members
otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision > Class Template Reference

#include <otbISRAUnmixingImageFilter.h>

+ Collaboration diagram for otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >:

Public Types

typedef TInput InputType
 
typedef vnl_matrix< PrecisionTypeMatrixType
 
typedef TOutput OutputType
 
typedef TPrecision PrecisionType
 
typedef ISRAUnmixingFunctor< TInput, TOutput, TPrecision > Self
 
typedef vnl_vector< PrecisionTypeVectorType
 

Public Member Functions

const MatrixTypeGetEndmembersMatrix (void) const
 
unsigned int GetMaxIteration () const
 
 ISRAUnmixingFunctor ()
 
OutputType operator() (const InputType &in) const
 
vcl_size_t OutputSize (const std::array< vcl_size_t, 1 > &nbBands) const
 
void SetEndmembersMatrix (const MatrixType &U)
 
void SetMaxIteration (unsigned int val)
 
virtual ~ISRAUnmixingFunctor ()=default
 

Private Types

typedef std::shared_ptr< SVDTypeSVDPointerType
 
typedef vnl_svd< PrecisionTypeSVDType
 

Static Private Member Functions

static bool IsNonNegative (PrecisionType val)
 

Private Attributes

unsigned int m_MaxIteration
 
unsigned int m_OutputSize
 
SVDPointerType m_Svd
 
MatrixType m_U
 

Detailed Description

template<class TInput, class TOutput, class TPrecision>
class otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >

Perform fully constrained least squares on a pixel.

See also
ISRAUnmixingImageFilter

Definition at line 44 of file otbISRAUnmixingImageFilter.h.

Member Typedef Documentation

◆ InputType

template<class TInput , class TOutput , class TPrecision >
typedef TInput otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::InputType

Definition at line 49 of file otbISRAUnmixingImageFilter.h.

◆ MatrixType

template<class TInput , class TOutput , class TPrecision >
typedef vnl_matrix<PrecisionType> otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::MatrixType

Definition at line 54 of file otbISRAUnmixingImageFilter.h.

◆ OutputType

template<class TInput , class TOutput , class TPrecision >
typedef TOutput otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::OutputType

Definition at line 50 of file otbISRAUnmixingImageFilter.h.

◆ PrecisionType

template<class TInput , class TOutput , class TPrecision >
typedef TPrecision otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::PrecisionType

Definition at line 51 of file otbISRAUnmixingImageFilter.h.

◆ Self

template<class TInput , class TOutput , class TPrecision >
typedef ISRAUnmixingFunctor<TInput, TOutput, TPrecision> otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::Self

Definition at line 47 of file otbISRAUnmixingImageFilter.h.

◆ SVDPointerType

template<class TInput , class TOutput , class TPrecision >
typedef std::shared_ptr<SVDType> otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::SVDPointerType
private

Definition at line 83 of file otbISRAUnmixingImageFilter.h.

◆ SVDType

template<class TInput , class TOutput , class TPrecision >
typedef vnl_svd<PrecisionType> otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::SVDType
private

Definition at line 82 of file otbISRAUnmixingImageFilter.h.

◆ VectorType

template<class TInput , class TOutput , class TPrecision >
typedef vnl_vector<PrecisionType> otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::VectorType

Definition at line 53 of file otbISRAUnmixingImageFilter.h.

Constructor & Destructor Documentation

◆ ISRAUnmixingFunctor()

template<class TInput , class TOutput , class TPrecision >
otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::ISRAUnmixingFunctor

Definition at line 34 of file otbISRAUnmixingImageFilter.hxx.

◆ ~ISRAUnmixingFunctor()

template<class TInput , class TOutput , class TPrecision >
virtual otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::~ISRAUnmixingFunctor ( )
virtualdefault

Member Function Documentation

◆ GetEndmembersMatrix()

template<class TInput , class TOutput , class TPrecision >
const ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::MatrixType & otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::GetEndmembersMatrix ( void  ) const

Definition at line 54 of file otbISRAUnmixingImageFilter.hxx.

◆ GetMaxIteration()

template<class TInput , class TOutput , class TPrecision >
unsigned int otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::GetMaxIteration ( ) const
inline

◆ IsNonNegative()

template<class TInput , class TOutput , class TPrecision >
static bool otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::IsNonNegative ( PrecisionType  val)
inlinestaticprivate

Definition at line 77 of file otbISRAUnmixingImageFilter.h.

◆ operator()()

template<class TInput , class TOutput , class TPrecision >
ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::OutputType otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::operator() ( const InputType in) const

Definition at line 60 of file otbISRAUnmixingImageFilter.hxx.

◆ OutputSize()

template<class TInput , class TOutput , class TPrecision >
vcl_size_t otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::OutputSize ( const std::array< vcl_size_t, 1 > &  nbBands) const

Definition at line 39 of file otbISRAUnmixingImageFilter.hxx.

◆ SetEndmembersMatrix()

template<class TInput , class TOutput , class TPrecision >
void otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::SetEndmembersMatrix ( const MatrixType U)

Definition at line 45 of file otbISRAUnmixingImageFilter.hxx.

◆ SetMaxIteration()

template<class TInput , class TOutput , class TPrecision >
void otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::SetMaxIteration ( unsigned int  val)
inline

Member Data Documentation

◆ m_MaxIteration

template<class TInput , class TOutput , class TPrecision >
unsigned int otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::m_MaxIteration
private

◆ m_OutputSize

template<class TInput , class TOutput , class TPrecision >
unsigned int otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::m_OutputSize
private

Definition at line 87 of file otbISRAUnmixingImageFilter.h.

◆ m_Svd

template<class TInput , class TOutput , class TPrecision >
SVDPointerType otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::m_Svd
private

Definition at line 86 of file otbISRAUnmixingImageFilter.h.

◆ m_U

template<class TInput , class TOutput , class TPrecision >
MatrixType otb::Functor::ISRAUnmixingFunctor< TInput, TOutput, TPrecision >::m_U
private

Definition at line 85 of file otbISRAUnmixingImageFilter.h.


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