linumpy.gpu.interface#
GPU implementation of tissue interface detection.
Mirrors the CPU path in linumpy.geometry.interface.find_tissue_interface()
but routes the heavy filters through cupyx.scipy.ndimage to avoid
host-device round trips when the caller already holds GPU data or when
the volume is large enough that the transfer cost is amortised.
Functions#
|
GPU equivalent of |