OpenCV 3.0 - list of GPU accelerated functions through T-API?
Hello!
So I've read about the new T-API (transparent API) and how it makes very easy to essentially use the same code with no regards of whether it will actually run on a CPU or GPU (through OpenCL / OCL). It sounds really great, and I've read there are currently about 100 functions than can take advantage of the GPU this way. My question: is there an up-to-date, complete list of these functions anywhere?
Converting Mats to UMats (or the other way around) have some overhead I imagine, so I would check which functions I use can take advantage of the GPU to evaluate where it's worth for me right now to make the transition to UMats.
Thanks
This is a good question, I'm interested to know the answer...
+1 would also like such an auto generated list!
I don't have the complete list.But I will check the source code in ...\opencv\sources\modules if I feel some functions costing too much time. The functions updated to T-API contain opencl kernels in their source codes.