Ask Your Question

Revision history [back]

How to add custom OpenCL kernel in OpenCV ?

Hi,

http://docs.opencv.org/trunk/modules/ocl/doc/introduction.html "As of OpenCV 2.4.4, we introduce interoperability with OpenCL, enabling easy use of custom OpenCL kernels within the OpenCV framework."

As stated in the ocl module introduction, OpenCV should allow to add my own OpenCL kernel to the framework. Is there a tutorial or a code example where I could look after how to do that ?

Note, in 2.4.5 the ocl kernel are not in odules/ocl/src/kernel/ anymore the in modules/ocl/src/opencl as described in this introduction.