Commit be9c0ae0 authored by Andrey Filippov's avatar Andrey Filippov

minor edit

parent 0b5fc35b
......@@ -5649,6 +5649,7 @@ public class CuasMotion {
String [] scene_titles, // recreate slice_titles from scene titles?
String [] slice_titles,
final int debugLevel) {
// String model_prefix = parentCLT.getImageName()+getParametersSuffixRslt(clt_parameters,null);
String model_prefix = parentCLT.getImageName()+getParametersSuffixRslt(clt_parameters,null);
boolean clean_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
......@@ -6519,11 +6520,6 @@ public class CuasMotion {
double fat_zero = clt_parameters.imp.cuas_fat_zero;
double lmax_fraction = clt_parameters.imp.cuas_lmax_fraction; // 0.7; // Check if local maximum is separated from tye surrounding by this fraction of the maximum value
double lmax_hack_ridge = clt_parameters.imp.cuas_lmax_hack_ridge; // 0.45; // Hack for ridges: remove horizontal streaks, where average(abs()) for the line exceeds fraction of abs max 0.32-good, 0.55 - bad
// double lmax_flt_neglim= clt_parameters.imp.cuas_lmax_flt_neglim; // -0.3; // limit negative data to reduce ridge influence (make -10 to disable)
// double lmax_flt_hsigma = clt_parameters.imp.cuas_lmax_flt_hsigma; // 1.0 // HPF (~UM) subtract GB with this sigma from the data tile
// double lmax_flt_lsigma = clt_parameters.imp.cuas_lmax_flt_lsigma; // 1.0 // LPF - GB result of the previous subtraction
// double lmax_flt_scale = clt_parameters.imp.cuas_lmax_flt_scale; // 5.0 // scale filtering result
boolean center_targ = clt_parameters.imp.cuas_center_targ;
......@@ -6582,11 +6578,14 @@ public class CuasMotion {
"-TUM"+temporal_um+"-TT"+tum_threshold+"-MF"+lmax_fraction+
"-HR"+lmax_hack_ridge+
"-NL"+lmax_flt_neglim+"-FH"+lmax_flt_hsigma+"-FL"+lmax_flt_lsigma+"-FS"+lmax_flt_scale+
"-MS"+min_score_lma+"-ML"+min_seq+"-SL"+enough_seq+"-MT"+seq_travel;
"-MS"+min_score_lma+"-ML"+min_seq+"-SL"+enough_seq+"-MT"+seq_travel+
"-CB"+clt_parameters.imp.cuas_rng_combine+(clt_parameters.imp.cuas_rng_coswnd?"-WC":"-WR")+
"-UM"+(clt_parameters.imp.cuas_rng_um2?"D":"") +clt_parameters.imp.cuas_rng_um_sigma+
"-FZ"+clt_parameters.imp.cuas_rng_fz+
"-R"+clt_parameters.imp.cuas_rng_radius0+":"+clt_parameters.imp.cuas_rng_radius+
"-M"+clt_parameters.imp.cuas_mcorr_sel+"-"+clt_parameters.imp.cuas_mcorr_sel_lma;
// if (center_targ) {
// ps+="-CENT";
// }
return ps;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment