pub fn rgb_to_gray_gpu(
runtime: &WgpuRuntime,
source: &GpuImage,
) -> SpatialResult<GpuImage>Expand description
Converts an RGB GpuImage to a gray GpuImage using BT.601 fixed-point luma.
pub fn rgb_to_gray_gpu(
runtime: &WgpuRuntime,
source: &GpuImage,
) -> SpatialResult<GpuImage>Converts an RGB GpuImage to a gray GpuImage using BT.601 fixed-point luma.