Ask Your Question

madhat1's profile - activity

2016-12-02 03:21:38 -0600 received badge  Necromancer (source)
2015-04-25 04:42:28 -0600 received badge  Student (source)
2014-10-08 02:27:35 -0600 received badge  Autobiographer
2014-10-08 02:24:40 -0600 received badge  Supporter (source)
2014-10-07 06:35:38 -0600 asked a question OpenCV OCL with Intel CPU OpenCL on Ubuntu

Does anyone have any experience with getting opencv::ocl class to work with Intel's CPU OpenCL on Ubuntu?
This is my OpenCL version, on Ubuntu 12.04:

  1. Device: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
    1.1 Hardware version: OpenCL 1.2 (Build 117)
    1.2 Software version: 1.2.0.117
    1.3 OpenCL C version: OpenCL C 1.2
    1.4 Parallel compute units: 4
2014-10-07 05:32:38 -0600 answered a question How can I build OpenCL module for Android?

The OCL library in the OpenCV android SDK (libopencv_ocl.a) is already compiled. When you compile your native code you need to link with it and also with your libOpenCL.so.

2014-10-07 05:27:24 -0600 asked a question OpenCV OCL on Android

The OCL indroduction page states that:

OpenCL version should be larger than 1.1 with FULL PROFILE.

Does this mean that EMBEDDED PROFILE OpenCL is not compatible with OpenCV?
Is OpenCL 1.1 not compatible? only 1.2?