Ask Your Question
1

How can I build OpenCL module for Android?

asked 2014-02-25 15:32:33 -0600

wahoo_wa gravatar image

updated 2014-02-25 15:40:09 -0600

berak gravatar image

If I have full OpenCL libraries for Android, how would I compile the OpenCV ocl module for use in an Android app? Could I just add the ocl source to my project in Eclipse? I have no need for the resource manager in OpenCV4Android.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-10-07 05:32:38 -0600

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.

edit flag offensive delete link more

Comments

1

Am searching for procedure to run ocl of opencv android sdk, most of the posts in answers.opencv.org stating that there is no support for ocl on android. but madhat1 u r saying that we need to link native code with libopencl.so, if u have tried and got succeed, can you please share the procedure for that ocl opencv4 android.

Thanks, Shabuddin Shaik.

Shabuddin Shaik gravatar imageShabuddin Shaik ( 2014-10-31 01:06:55 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2014-02-25 15:32:33 -0600

Seen: 736 times

Last updated: Oct 31 '14