Skip to main content

detect_fast

Function detect_fast 

Source
pub fn detect_fast(
    input: ImageView<'_, u8, 1>,
    options: FastOptions,
) -> VisionResult<Vec<Keypoint2>>
Expand description

Detects FAST-9/16 corners in scan order, matching OpenCV’s radius-three ROI.