image_data,// final double [][][] imade_data, // first index - number of image in a quad
saturation_imp,// final boolean [][] saturation_imp, // (near) saturated pixels or null
// tilesX * image_dtt.transform_size, // final int width,
geometryCorrection.getSensorWH()[0],// final int width,
clt_parameters.getFatZero(isMonochrome()),// final double corr_fat_zero, // add to denominator to modify phase correlation (same units as data1, data2). <0 - pure sum
clt_parameters.corr_red,// final double corr_red,
...
...
@@ -6713,7 +6677,6 @@ public class QuadCLTCPU {
geometryCorrection,// final GeometryCorrection geometryCorrection,
null,// final GeometryCorrection geometryCorrection_main, // if not null correct this camera (aux) to the coordinates of the main
clt_kernels,// final double [][][][][][] clt_kernels, // [channel_in_quad][color][tileY][tileX][band][pixel] , size should match image (have 1 tile around)
// clt_parameters.kernel_step, // final int kernel_step,
clt_parameters.clt_window,// final int window_type,
shiftXY,// final double [][] shiftXY, // [port]{shiftX,shiftY}
disparity_corr,// final double disparity_corr, // disparity at infinity
...
...
@@ -6731,8 +6694,6 @@ public class QuadCLTCPU {
clt_parameters.tileY,// final int debug_tileY,
threadsMax,// final int threadsMax, // maximal number of threads to launch