Adapt DiapOTB SARCartesianMeanEstimation to keep shadows
Current and official version of DiapOTB SARCartesianMeanEstimation don't produce cartesian coordinates for pixel detected in shadow.
As such we will momentarily duplicate SARCartesianMeanEstimation in NORMLIM_sigma0 to
-
keep pixel in shadow -
fix bugs (mismatching new[]
/delete
) -
modernize the code (RAII, override
,using
, delayed declarations...) -
improve the performances