coord_motion=image_dtt.clt_process_tl_interscene(// convert to pixel domain and process correlations already prepared in fcorr_td and/or fcorr_combo_td
clt_parameters.img_dtt,// final ImageDttParameters imgdtt_params, // Now just extra correlation parameters, later will include, most others
// only used here to keep extra array element for disparity difference
...
...
@@ -13184,7 +13185,7 @@ public class OpticalFlow {
fpn_ignore_border,// final boolean fpn_ignore_border, // only if fpn_mask != null - ignore tile if maximum touches fpn_mask
motion_vectors,// final double [][][] motion_vectors, // [tilesY*tilesX][][] -> [][][num_sel_sensors+1][2]
clt_parameters.imp.run_poly,// final boolean run_poly, // polynomial max, if false - centroid
clt_parameters.imp.use_partial,// final boolean use_partial, // find motion vectors for individual pairs, false - for sum only
use_partial,// final boolean use_partial, // find motion vectors for individual pairs, false - for sum only
clt_parameters.imp.centroid_radius,// final double centroid_radius, // 0 - use all tile, >0 - cosine window around local max
clt_parameters.imp.n_recenter,// final int n_recenter, // when cosine window, re-center window this many times
clt_parameters.imp.td_weight,// final double td_weight, // mix correlations accumulated in TD with
...
...
@@ -15131,7 +15132,7 @@ public class OpticalFlow {