Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV4Android and parallel code

Hi,

I have 2 questions concerning OpenCV4Android:

  1. I'm using the latest prebuilt version of OpenCV4Android on an armeabi-v7 with NEON device. I was wondering if the opencv functions are running with the TBB support by default. I see in the package that under the 3rdparty there is the libtbb.so, so i guess that the library comes already with the tbb support. Anyone can confirm that?
  2. Still concerning the parallelization, I was wondering if OpenCL is supported in Android and therefore if i can call any of the ocl:: functions of the OpenCL module of opencv. I know that the support of opencl depends on the manifacturer of the GPU, so let's say it is so in my case, are those functions available to be used, say, in a JNI application in android?

Thank you!

Simone

click to hide/show revision 2
retagged

OpenCV4Android and parallel code

Hi,

I have 2 questions concerning OpenCV4Android:

  1. I'm using the latest prebuilt version of OpenCV4Android on an armeabi-v7 with NEON device. I was wondering if the opencv functions are running with the TBB support by default. I see in the package that under the 3rdparty there is the libtbb.so, so i guess that the library comes already with the tbb support. Anyone can confirm that?
  2. Still concerning the parallelization, I was wondering if OpenCL is supported in Android and therefore if i can call any of the ocl:: functions of the OpenCL module of opencv. I know that the support of opencl depends on the manifacturer of the GPU, so let's say it is so in my case, are those functions available to be used, say, in a JNI application in android?

Thank you!

Simone