Function detect_shi_tomasi
pub fn detect_shi_tomasi(
input: ImageView<'_, u8, 1>,
options: ShiTomasiOptions,
) -> Result<Vec<Keypoint2>, VisionError>Expand description
Detects Shi–Tomasi corners and returns strongest-first keypoints.