oclcv

A collection of OpenCL kernels for image processing in Dlang


Keywords
library, scientific, numeric, optimized_cpu, graphics
License
SSPL-1.0
Install
dub fetch oclcv --version 0.0.1

Documentation

A collection of OpenCL kernels for image processing in Dlang targeting OpenCL 1.2 (WIP)

  • implements an OpenCL OO wrapper around OpenCL C functions. @nogc nothrow.
  • Upload your image to GPU memory once, and perform all processing on GPU. Finally download your image.