Skip to main content

sobel_gpu

Function sobel_gpu 

Source
pub fn sobel_gpu(
    runtime: &WgpuRuntime,
    source: &GpuImage,
) -> SpatialResult<GpuImage>
Expand description

Computes clamped L1 Sobel magnitude on a single-channel device image.