OTB
9.0.0
Orfeo Toolbox
|
#include <otbMuellerToPolarisationDegreeAndPowerImageFilter.h>
Public Types | |
typedef itk::Matrix< double, 4, 4 > | MuellerMatrixType |
typedef TOutput::ValueType | OutputValueType |
typedef itk::Vector< double, 4 > | StokesVectorType |
Public Member Functions | |
void | operator() (TOutput &result, const TInput &Mueller) const |
constexpr vcl_size_t | OutputSize (...) const |
Static Private Attributes | |
static constexpr double | m_Epsilon = 1e-6 |
static constexpr double | m_PI_90 = 2 * CONST_PI_180 |
Evaluate the min and max polarisation degree and min and max power from the Mueller image.
The order of the channels of the input image corresponds to :
The class process step by step while and for each , while :
Output value are:
Use otb::MuellerToPolarisationDegreeAndPowerImageFilter to apply
Definition at line 84 of file otbMuellerToPolarisationDegreeAndPowerImageFilter.h.
typedef itk::Matrix<double, 4, 4> otb::Functor::MuellerToPolarisationDegreeAndPowerFunctor< TInput, TOutput >::MuellerMatrixType |
Definition at line 88 of file otbMuellerToPolarisationDegreeAndPowerImageFilter.h.
typedef TOutput::ValueType otb::Functor::MuellerToPolarisationDegreeAndPowerFunctor< TInput, TOutput >::OutputValueType |
Definition at line 87 of file otbMuellerToPolarisationDegreeAndPowerImageFilter.h.
typedef itk::Vector<double, 4> otb::Functor::MuellerToPolarisationDegreeAndPowerFunctor< TInput, TOutput >::StokesVectorType |
Definition at line 89 of file otbMuellerToPolarisationDegreeAndPowerImageFilter.h.
|
inline |
|
inlineconstexpr |
Definition at line 178 of file otbMuellerToPolarisationDegreeAndPowerImageFilter.h.
|
staticconstexprprivate |
Definition at line 185 of file otbMuellerToPolarisationDegreeAndPowerImageFilter.h.
Referenced by otb::Functor::MuellerToPolarisationDegreeAndPowerFunctor< TInput, TOutput >::operator()().
|
staticconstexprprivate |
Definition at line 186 of file otbMuellerToPolarisationDegreeAndPowerImageFilter.h.
Referenced by otb::Functor::MuellerToPolarisationDegreeAndPowerFunctor< TInput, TOutput >::operator()().