On Tuesday, 15 October 2013 at 20:41:58 UTC, TJSomething wrote:
On Tuesday, 15 October 2013 at 20:33:59 UTC, Craig Dillabaugh
wrote:
I am a bit foggy on the diffence between openCL and openCV,
but is this helpful:
http://code.dlang.org/packages/derelict_extras-opencl
OpenCL is more or less completely unrelated. OpenCV is about
computer vision and OpenCL is a cross-platform framework for
using devices other than CPUs (e.g. GPUs) for general purpose
computing.
Sorry. Too many acronyms floating around in my head.