added cv::gemm to T-API

This commit is contained in:
Ilya Lavrenov
2013-12-14 23:16:53 +04:00
parent 11071dd241
commit 2f34bb9aa0
4 changed files with 329 additions and 17 deletions

View File

@@ -48,6 +48,7 @@ namespace cv { namespace ocl {
CV_EXPORTS bool haveOpenCL();
CV_EXPORTS bool useOpenCL();
CV_EXPORTS bool haveAmdBlas();
CV_EXPORTS void setUseOpenCL(bool flag);
CV_EXPORTS void finish2();