• Opencv with opencl on Mali T628

    Hi,

    Can any one tell that whether i can run test suite of opencv with opencl on Mali-T628 GPU or not, as it is having opencl support for version 1.1 full profile?

    i got doubt because i read in opencv's site (OpenCL Module Introduction — OpenCV 2.4.9…

  • Running openCV 3 with transparent API on Mali GPUs

    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…

  • Using OpenCL on Odroid-XU3 is slower than without OpenCL

    Hello, I'm using Odroid-XU3.
    And I installed Opencv 3.0.0-rc1 on odroid-xu3 ubuntu 14.04.

    I have two question.

    First, In procedure installing opencv, there's no opencl sdk directory option.
    I just check 'WITH_OPENCL' and etc.
    But, Using OpenCL…