72 double max_int_std_dev_factor,
73 double max_int_percentile,
77 int min_required_elements,
78 double noise_value_for_empty_window)
80 maxIntensity = max_intensity;
81 maxIntStdDevFactor = max_int_std_dev_factor;
82 maxIntPercentile = max_int_percentile;
83 maxIntMode = max_int_mode;
84 windowSize = window_size;
86 minRequiredElements = min_required_elements;
87 noiseValueForEmptyWindow = noise_value_for_empty_window;