Ask Your Question

magalhaesjr's profile - activity

2015-04-20 01:48:16 -0600 asked a question Opencv4Android: Running commands on GPU of Android Device

I've been developing an android application for my android set top box. The application uses opencv functions natively to do some image compression. My android device has an 8 core GPU that I would like to use to run various threads simultaneously. The OpenCV initialization logs say that my android device is enabled for CUDA v6.0. But when I use gpumat in my code I get the opencv Assertion error (suggesting that OpenCV4Android was not compiled with CUDA support). This happens with static or Async initialization with opencv. I tried to compile OpenCV4Android from trunk with CUDA enabled using this set of guidelines: http://code.opencv.org/projects/openc.... Though I was able to compile opencv4android I could not successfully include CUDA support. My questions are: 1) Is there a version of Opencv4Android compiled with CUDA support enabled? 2) If not, is there a clear tutorial for compiling Opencv4Android with CUDA support myself?

Thanks