Retina model can now run on OpenCL compatible devices

Date de publication : Nov 12, 2013 8:50:18 AM

Recent work on OpenCV (thanks to Peng Xiao work at Multicorewareinc) now allow the retina model i pulled into OpenCV to run not only on classical CPUs.

OpenCL compatible device (other than x86 based CPUs and GPUs) can now use the retina model.

Still on the OpenCV developpement code (pull github repository : opencv@github), take a look at class opencv/samples/ocl/retina_ocl.cpp to see an example.

Thank you for this collaborative work !