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.
pub fn detect_shi_tomasi(
input: ImageView<'_, u8, 1>,
options: ShiTomasiOptions,
) -> VisionResult<Vec<Keypoint2>>Detects Shi–Tomasi corners and returns strongest-first keypoints.