Expand description
GPU kernels for raster resampling operations.
This module provides GPU-accelerated resampling operations including nearest neighbor, bilinear, and bicubic interpolation.
Structs§
- Resampling
Kernel - GPU kernel for resampling operations.
- Resampling
Params - Resampling parameters.
Enums§
- Resampling
Method - 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.