Skip to content

nabu.processing.unsharp_opencl

source module nabu.processing.unsharp_opencl

Classes

  • OpenclUnsharpMask NB: For now, this class is designed to use the lowest amount of GPU memory as possible. Therefore, the input and output image/volumes are assumed to be already on device.

source class OpenclUnsharpMask(shape, sigma, coeff, mode='reflect', method='gaussian', **opencl_options)

Bases : UnsharpMask

NB: For now, this class is designed to use the lowest amount of GPU memory as possible. Therefore, the input and output image/volumes are assumed to be already on device.

Methods

source method OpenclUnsharpMask.unsharp(image, output)