booleangenerate_output=clt_parameters.imp.cuas_generate;// generate and save targets Tiff and/or video files
booleanclean_video=clt_parameters.imp.cuas_clean_video;//true;// save video without any debug information for targets, output in TIFF files. False - same output for video and TIFFs
System.out.println("processMovingTargetsMulti(): failed to read target data from "+reuse_path);
System.out.println("processMovingTargetsMulti(): FAILED TO READ TARGET DATA FROM "+reuse_path);
}else{
System.out.println("processMovingTargetsMulti(): re-using target data from "+reuse_path);
}
...
...
@@ -9996,7 +10110,7 @@ public class CuasMotion {
}
setTargets(targets_nonconflict);
if(generate_output){
generateExtractFilterMovingTargets(// move parameters to clt_parameters
false,// final boolean video_pass, // if clt_parameters.cuas_clean_video=true, video_pass=0 - output TIFFS, but no video. If video_pass==1 - only video with no debug
batch_mode,// final boolean batch_mode,
...
...
@@ -10011,6 +10125,10 @@ public class CuasMotion {
targets_nonconflict,// final double [][][] vf_sequence, // center tiles (not extended), null /non-null only
debugLevel);// final int debugLevel)
}
}else{
System.out.println("Output images/videos with detected targets is disabled by \"Generate and save detected targets\" parameter, skipping it.");