master
Ondřej Hruška 5 months ago
parent 153230615a
commit 14ac4d96c0
  1. 2
      src/main.rs

@ -39,7 +39,7 @@ const THUMB_H: usize = 8;
/// Threshold for bird detection.
/// Bird is detected if the sum of deviations from a median value in a picture exceeds this threshold.
const THRESHOLD_DEVIATION: u32 = 600;
const THRESHOLD_DEVIATION: u32 = 300;
fn main() {
env_logger::init();

Loading…
Cancel
Save