pub fn sobel_gpu(
runtime: &WgpuRuntime,
source: &GpuImage,
) -> SpatialResult<GpuImage>Expand description
Computes clamped L1 Sobel magnitude on a single-channel device image.
pub fn sobel_gpu(
runtime: &WgpuRuntime,
source: &GpuImage,
) -> SpatialResult<GpuImage>Computes clamped L1 Sobel magnitude on a single-channel device image.