Ask Your Question

amanieux's profile - activity

2015-07-07 01:34:27 -0600 commented question OpenCV ----> Open CL Embedded Profile

why are you using opencv 2.x to do opencl, why don't you use opencv 3.x UMat type that is supposed to give "transparent" opencl usage ?

2015-07-07 01:34:27 -0600 asked a question ocv3 ocl gpu acceleration on android ?

hi all

even after replacing Mat by UMat, i don't get opencl gpu accerlation with opencv3.0(gold) on samsung s6/android 5.02 , what did i forgot ?

can i get faster gpu accelerated opencv if i use the SOC specific opencv Libs, rather than the generic openCL gpu acceleration ? (detecting at run time which opencv lib to load based on SOC name testing)

thank you.