Skip to main content

Module convolution

Module convolution 

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

ConvolutionKernel
GPU kernel for 2D convolution.
ConvolutionParams
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.