OpenCL layer in OpenCV is not working on Odroid-XU3.
Hi.
I'm using Odroid-XU3 and opencv-3.0.0-rc1.
OS is ubuntu 14.04.
I find that OpnCL layer in OpenCV is not working on Odroid-XU3.
I edited OpenCV source code in line 46 like line 13. link text
I tested HoughLinesP() function.
and I receieved "OpenCL implementation is running".
There're bug on the OpenCV? or OpenCV has not compatibility on mobile GPU?
Can you post the exact lines you have changed? I am not really sure that I understand...