How to know if one function is OpenCL supported?
Hi,
I trying to use GPU acceleration in our project which use many opencv functions.
since opencv 3.0, interface changed to Transparent API. doc I cant tell if its opencl supoort by function name/interface.
Are functions take InputOutputArray/InputArray as input ALL opencl supported? if not, how do I know whether a specific module/function is opencl supported? (before actually test it)
thanks
dive into the src, and grep for
OCL_RUN