OTB
9.0.0
Orfeo Toolbox
|
#include <otbReciprocalCoherencyToReciprocalMuellerImageFilter.h>
Evaluate the reciprocal Mueller matrix from the reciprocal coherency matrix image.
Outputs are:
With: VAL0 = C_{33}+C_{12}-C_{11}-(C_{12}-C_{22})^{*} VAL1 = -C_{33}+C_{12}-C_{11}-(C_{12}-C_{22})^{*}
Where Coherency is the input pixel and contains:
The output pixel has 16 channels Element are stored from left to right, line by line.
Use otb::ReciprocalCoherencyToReciprocalMuellerImageFilter to apply it to an image.