imageproc::corners

Function corners_fast9

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

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