Skip to main content

sobel_l1_magnitude_u8_into

Function sobel_l1_magnitude_u8_into 

Source
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.