imageproc::corners

Function corners_fast12

Source
pub fn corners_fast12(image: &GrayImage, threshold: u8) -> Vec<Corner>
Expand description

Finds corners using FAST-12 features. See comment on Fast.