Skip to main content

TemplateMatchResult

Type Alias TemplateMatchResult 

Source
pub type TemplateMatchResult = BoxAndScore;

Aliased Type§

pub struct TemplateMatchResult {
    pub box_rect: (i32, i32, i32, i32),
    pub score: f64,
}

Fields§

§box_rect: (i32, i32, i32, i32)§score: f64