pub fn shi_tomasi_response(
input: ImageView<'_, u8, 1>,
block_size: usize,
gradient_size: usize,
border: BorderMode<u8, 1>,
) -> VisionResult<Image<f32, 1>>Expand description
Computes an unnormalized Shi–Tomasi minimum-eigenvalue response image.