pub fn corners_fast9(image: &GrayImage, threshold: u8) -> Vec<Corner>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

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