What? OpenCL is a GPGPU (General-purpose computing on graphics processing units) framework, which allows us to use the GPU for massive parallel programming. In computer vision problems are very often per-pixel, or per feature etc. Compared to OpenGL, which is…
May 23, 2016 Read more