SpeckleFilter in OpenCL or in Parallel

asked 2014-11-11 10:24:56 -0600

Hi, I am trying to leverage specklefilter in my project, it's resolved my issue now, but for performance, trying to implement in OpenCL or in Parallel. Can anyone give me a hint that I could find sample code?

Luke

edit retag flag offensive close merge delete

Comments

Here you can find a good collection of links about using parallel_for in OpenCV: http://answers.opencv.org/question/46614/parallel-computing-in-opencv/ And this is a topic about using OpenCL in OpenCV with custom kernel: http://answers.opencv.org/question/26658/custom-opencl-kernel-in-opencv/

kbarni gravatar imagekbarni ( 2014-11-12 03:53:53 -0600 )edit