Tool/software: Linux
Hi,
I found : http://processors.wiki.ti.com/index.php/OpenCV says there are edma examples in gauss.cl, sobel.cl, thresh.cl
But I didn't find them in " tiopencv ".
How can I find them ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hi,
I found : http://processors.wiki.ti.com/index.php/OpenCV says there are edma examples in gauss.cl, sobel.cl, thresh.cl
But I didn't find them in " tiopencv ".
How can I find them ?
Hello,
I meant the PSDK version.
However, please check this table:
OpenCL C C66 DSP kernels
You could see the paths in it for example:
modules/imgproc/src/thresh.cpp
could be found here:

modules/imgproc/src/opencl/threshold.cl
You could see it in:

Hope this helps.
BR
Margarita