Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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