OTB
9.0.0
Orfeo Toolbox
|
#include <otbTemporalGapFilling.h>
Public Member Functions | |
void | CheckSizes (PixelType p1, PixelType p2) const |
FunctorType * | GetFunctor () const |
MultiComponentTimeSeriesFunctorAdaptor () | |
PixelType | operator() (PixelType p1, PixelType p2) const |
void | SetFunctor (FunctorType f) |
void | SetMaxNumberOfOutputDates (vcl_size_t n) |
void | SetNumberOfComponentsPerDate (vcl_size_t n) |
Private Attributes | |
FunctorType | m_Functor |
vcl_size_t | m_MaxNumberOfOutputDates |
vcl_size_t | m_NumberOfComponentsPerDate |
Adapts a functor operating on time series so that it can work with series which have several components per date. The p2 pixel can have just one component per date.
Definition at line 537 of file otbTemporalGapFilling.h.
|
inline |
Definition at line 538 of file otbTemporalGapFilling.h.
|
inline |
Definition at line 589 of file otbTemporalGapFilling.h.
References GapFilling::MultiComponentTimeSeriesFunctorAdaptor< PixelType, FunctorType >::m_NumberOfComponentsPerDate.
Referenced by GapFilling::MultiComponentTimeSeriesFunctorAdaptor< PixelType, FunctorType >::operator()().
|
inline |
Definition at line 626 of file otbTemporalGapFilling.h.
References GapFilling::MultiComponentTimeSeriesFunctorAdaptor< PixelType, FunctorType >::m_Functor.
|
inline |
Definition at line 540 of file otbTemporalGapFilling.h.
References GapFilling::MultiComponentTimeSeriesFunctorAdaptor< PixelType, FunctorType >::CheckSizes(), GapFilling::MultiComponentTimeSeriesFunctorAdaptor< PixelType, FunctorType >::m_Functor, GapFilling::MultiComponentTimeSeriesFunctorAdaptor< PixelType, FunctorType >::m_MaxNumberOfOutputDates, and GapFilling::MultiComponentTimeSeriesFunctorAdaptor< PixelType, FunctorType >::m_NumberOfComponentsPerDate.
|
inline |
Definition at line 622 of file otbTemporalGapFilling.h.
References GapFilling::MultiComponentTimeSeriesFunctorAdaptor< PixelType, FunctorType >::m_Functor.
|
inline |
Definition at line 618 of file otbTemporalGapFilling.h.
References GapFilling::MultiComponentTimeSeriesFunctorAdaptor< PixelType, FunctorType >::m_MaxNumberOfOutputDates.
|
inline |
Definition at line 614 of file otbTemporalGapFilling.h.
References GapFilling::MultiComponentTimeSeriesFunctorAdaptor< PixelType, FunctorType >::m_NumberOfComponentsPerDate.
|
private |
Definition at line 633 of file otbTemporalGapFilling.h.
Referenced by GapFilling::MultiComponentTimeSeriesFunctorAdaptor< PixelType, FunctorType >::GetFunctor(), GapFilling::MultiComponentTimeSeriesFunctorAdaptor< PixelType, FunctorType >::operator()(), and GapFilling::MultiComponentTimeSeriesFunctorAdaptor< PixelType, FunctorType >::SetFunctor().
|
private |
|
private |
Definition at line 631 of file otbTemporalGapFilling.h.
Referenced by GapFilling::MultiComponentTimeSeriesFunctorAdaptor< PixelType, FunctorType >::CheckSizes(), GapFilling::MultiComponentTimeSeriesFunctorAdaptor< PixelType, FunctorType >::operator()(), and GapFilling::MultiComponentTimeSeriesFunctorAdaptor< PixelType, FunctorType >::SetNumberOfComponentsPerDate().