@@ -1751,6 +1751,7 @@ public class ImageDtt extends ImageDttCPU {
finaldouble[][][]dcorr_tiles,// [tile][pair][(2*transform_size-1)*(2*transform_size-1)] // if null - will not calculate
// When clt_mismatch is non-zero, no far objects extraction will be attempted
//optional, may be null
finalbooleanuse_rms,// DISPARITY_STRENGTH_INDEX means LMA RMS (18/04/2023)
finaldouble[][]disparity_map,// [8][tilesY][tilesX], only [6][] is needed on input or null - do not calculate
finaldouble[][][][]ddnd,// [tilesY][tilesX][num_sensors][2] data for LY. Should be either null or [tilesY][tilesX][][]. disparity_map should be non-null
finalbooleanrun_lma,// calculate LMA, false - CM only
...
...
@@ -1929,12 +1930,22 @@ public class ImageDtt extends ImageDttCPU {
if(disparity_map!=null){// only slices that are needed, keep others