pub fn sobel_l1_magnitude_u8_into(
input: ImageView<'_, u8, 1>,
border: BorderMode<u8, 1>,
magnitude: &mut [i16],
) -> VisionResult<()>Expand description
Computes exact fused 3×3 Sobel L1 magnitude into caller-owned packed output.
pub fn sobel_l1_magnitude_u8_into(
input: ImageView<'_, u8, 1>,
border: BorderMode<u8, 1>,
magnitude: &mut [i16],
) -> VisionResult<()>Computes exact fused 3×3 Sobel L1 magnitude into caller-owned packed output.