Skip to main content

detect_shi_tomasi

Function detect_shi_tomasi 

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

Detects Shi–Tomasi corners and returns strongest-first keypoints.