clt_parameters.photo_num_full,// int photo_num_full =
quadCLT_main,// QuadCLT quadCLT_main, // tiles should be set
batch_mode,// final boolean batch_mode,
quadCLT_ref,// QuadCLT quadCLT_ref, // tiles should be set
threadsMax,// final int threadsMax, // int threadsMax,
dsi,// final double [][] dsi,
updateStatus,// final boolean updateStatus,
// just once?
debugLevel);// final int debugLevel)
clt_parameters.photo_num_full,// int photo_num_full =
batch_mode,// final boolean batch_mode,
threadsMax,// final int threadsMax, // int threadsMax,
updateStatus,// final boolean updateStatus,
debugLevel);// final int debugLevel)
}else{
if(debugLevel>-3){
System.out.println("Blue Sky is available, reusing it, no need for updating photometrics");
}
}
}
}
}
}
}
...
@@ -4245,7 +4193,8 @@ public class OpticalFlow {
...
@@ -4245,7 +4193,8 @@ public class OpticalFlow {
intphoto_offs_set=clt_parameters.photo_offs_set;// 0; // 0 - keep weighted offset average, 1 - balance result image, 2 - set weighted average to specific value
intphoto_offs_set=clt_parameters.photo_offs_set;// 0; // 0 - keep weighted offset average, 1 - balance result image, 2 - set weighted average to specific value
doublephoto_offs=clt_parameters.photo_offs;// 21946; // weighted average offset target value, if photo_offs_set (and not photo_offs_balance)
doublephoto_offs=clt_parameters.photo_offs;// 21946; // weighted average offset target value, if photo_offs_set (and not photo_offs_balance)
booleanphoto_debug=clt_parameters.photo_debug;// false; // Generate images and text
booleanphoto_debug=clt_parameters.photo_debug;// false; // Generate images and text
boolean[]ref_blue_sky=quadCLTs[ref_index].getBlueSky();// null; // turn off "lma" in the ML output
// boolean [] ref_blue_sky = quadCLTs[ref_index].getBlueSky(); // null; // turn off "lma" in the ML output
double[]ref_double_blue_sky=quadCLTs[ref_index].getDoubleBlueSky();// null; // turn off "lma" in the ML output