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
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
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
// only used here to keep extra array element for disparity difference
dcorr_tiles,// double [][][] dcorr_tiles,// [tile][sparse, correlation pair][(2*transform_size-1)*(2*transform_size-1)] // if null - will not calculate
dcorr_tiles,// double [][][] dcorr_tiles,// [tile][sparse, correlation pair][(2*transform_size-1)*(2*transform_size-1)] // if null - will not calculate
fclt_corr);// float [][][] fclt_corr) // new float [tilesX * tilesY][][] or null
fclt_corr);// float [][][] fclt_corr) // new float [tilesX * tilesY][][] or null
if(use_neibs){
}
float[][]dbg_corr_rslt_partial=ImageDtt.corr_partial_dbg(// not used in lwir
float[][]dbg_corr_rslt_partial=ImageDtt.corr_partial_dbg(// not used in lwir
fclt_corr1,// final float [][][] fcorr_data, // [tile][pair][(2*transform_size-1)*(2*transform_size-1)] // if null - will not calculate
fclt_corr1,// final float [][][] fcorr_data, // [tile][pair][(2*transform_size-1)*(2*transform_size-1)] // if null - will not calculate
image_dtt.getGPU().getCorrIndices(),// tp_tasks, // final TpTask [] tp_tasks, //
corr_indices_dbg,// image_dtt.getGPU().getCorrIndices(), // tp_tasks, // final TpTask [] tp_tasks, //
tilesX,//final int tilesX,
tilesX,//final int tilesX,
tilesY,//final int tilesX,
tilesY,//final int tilesX,
2*image_dtt.transform_size-1,// final int corr_size,
2*image_dtt.transform_size-1,// final int corr_size,