Expand description
GPU kernels for convolution and filtering operations.
This module provides GPU-accelerated convolution operations including 2D convolution, separable filters, and common image filters.
Structs§
- Convolution
Kernel - GPU kernel for 2D convolution.
- Convolution
Params - Convolution parameters.
- Filters
- Common convolution kernels.
Functions§
- apply_
filter - Apply custom convolution filter.
- gaussian_
blur - Apply Gaussian blur using GPU.
- sobel_
edge_ detection - Apply edge detection using Sobel operator.