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