OTB
9.0.0
Orfeo Toolbox
|
Public Member Functions | |
NoDataFusionFunctor () | |
void | operator() (typename TOutputImageType::PixelType &output, const typename TXsImageType::PixelType &xsPixel, const TInternalPrecision &smoothPanchroPixel, const typename TPanImageType::PixelType &sharpPanchroPixel) const |
constexpr vcl_size_t | OutputSize (const std::array< vcl_size_t, 3 > inputsNbBands) const |
void | SetNoDataValuePan (typename TPanImageType::PixelType noDataValue) |
void | SetNoDataValuePanAvailable (bool noDataAvailable) |
void | SetNoDataValuesXs (std::vector< typename TXsImageType::InternalPixelType > &noDataValues) |
void | SetNoDataValuesXsAvailable (std::vector< bool > &noDataValuesAvailable) |
Private Attributes | |
TPanImageType::InternalPixelType | m_NoDataValuePan |
bool | m_NoDataValuePanAvailable |
std::vector< typename TXsImageType::InternalPixelType > | m_NoDataValuesXs |
std::vector< bool > | m_NoDataValuesXsAvailable |
This functor applies the following operation if there is no data :
It is intended for internal use only.
Definition at line 152 of file otbSimpleRcsPanSharpeningFusionImageFilter.h.
|
inline |
Definition at line 210 of file otbSimpleRcsPanSharpeningFusionImageFilter.h.
|
inline |
Definition at line 156 of file otbSimpleRcsPanSharpeningFusionImageFilter.h.
|
inlineconstexpr |
Definition at line 205 of file otbSimpleRcsPanSharpeningFusionImageFilter.h.
|
inline |
Definition at line 190 of file otbSimpleRcsPanSharpeningFusionImageFilter.h.
|
inline |
Definition at line 185 of file otbSimpleRcsPanSharpeningFusionImageFilter.h.
|
inline |
Definition at line 200 of file otbSimpleRcsPanSharpeningFusionImageFilter.h.
|
inline |
Definition at line 195 of file otbSimpleRcsPanSharpeningFusionImageFilter.h.
|
private |
Definition at line 217 of file otbSimpleRcsPanSharpeningFusionImageFilter.h.
|
private |
No data flags and values for PAN image
Definition at line 216 of file otbSimpleRcsPanSharpeningFusionImageFilter.h.
|
private |
Definition at line 221 of file otbSimpleRcsPanSharpeningFusionImageFilter.h.
|
private |
No data flags and values for XS image
Definition at line 220 of file otbSimpleRcsPanSharpeningFusionImageFilter.h.