OpenCV 3 RC1 has been released. It has transparent api to run on CPU or GPU.
to make openCV transparent, it uses OpenCL kernels. To run OpenCV on GPU, the GPU should have openCL 1.2 support.
My questions are:
1- Since Mali T6xxx support OpenCL 1.1, is there…