Merge pull request #2228 from ilya-lavrenov:tapi_experiments

This commit is contained in:
Andrey Pavlenko
2014-01-31 19:14:18 +04:00
committed by OpenCV Buildbot
5 changed files with 72 additions and 17 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