Skip to main content

Module resampling

Module resampling 

Source
Expand description

GPU kernels for raster resampling operations.

This module provides GPU-accelerated resampling operations including nearest neighbor, bilinear, and bicubic interpolation.

Structs§

ResamplingKernel
GPU kernel for resampling operations.
ResamplingParams
Resampling parameters.

Enums§

ResamplingMethod
Resampling method.

Functions§

downscale_2x
Downscale raster by factor of 2 (fast).
resize
Resize raster using GPU acceleration.
upscale_2x
Upscale raster by factor of 2.