find_template

Function find_template 

Source
pub fn find_template(
    haystack: &DynamicImage,
    needle: &DynamicImage,
    threshold: f32,
    needle_path: &Path,
    search_rect: Option<Rect>,
) -> Result<MatchResult>