pub fn corners_fast12(image: &GrayImage, threshold: u8) -> Vec<Corner>
Finds corners using FAST-12 features. See comment on Fast.
Fast