intmin_seq=clt_parameters.imp.cuas_min_seq;// 3; // minimal number of consecutive key frames for the same target
intmin_seq_fl=clt_parameters.imp.cuas_min_seq_fl;// 2; // minimal number of consecutive key frames for the same target that includes first or last key frame
// if (properties.getProperty(prefix+"cuas_remove_2seq")!=null) this.cuas_remove_2seq=Boolean.parseBoolean(properties.getProperty(prefix+"cuas_remove_2seq"));
// if (properties.getProperty(prefix+"cuas_remove_2seq_all")!=null) this.cuas_remove_2seq_all=Boolean.parseBoolean(properties.getProperty(prefix+"cuas_remove_2seq_all"));