moved kernelToStr to ocl.hpp

This commit is contained in:
Ilya Lavrenov
2014-01-30 15:23:11 +04:00
parent 1862dbc5ab
commit 372cdac07c
3 changed files with 54 additions and 55 deletions

View File

@@ -575,6 +575,7 @@ protected:
CV_EXPORTS const char* convertTypeStr(int sdepth, int ddepth, int cn, char* buf);
CV_EXPORTS const char* typeToStr(int t);
CV_EXPORTS const char* memopTypeToStr(int t);
CV_EXPORTS String kernelToStr(InputArray _kernel, int ddepth = -1);
CV_EXPORTS void getPlatfomsInfo(std::vector<PlatformInfo2>& platform_info);
class CV_EXPORTS Image2D