SpeckleFilter in OpenCL or in Parallel
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
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/