pub type TemplateMatchResult = BoxAndScore;
pub struct TemplateMatchResult { pub box_rect: (i32, i32, i32, i32), pub score: f64, }
box_rect: (i32, i32, i32, i32)
score: f64