[][src]Function imageproc::corners::corners_fast9

pub fn corners_fast9(image: &GrayImage, threshold: u8) -> Vec<Corner>

Finds corners using FAST-9 features. See comment on Fast enum.