fix for cv::memopTypeToStr

This commit is contained in:
Elena Gvozdeva
2014-08-29 14:18:52 +04:00
parent 6ccb7e169d
commit 31ac73c315
4 changed files with 21 additions and 3 deletions

View File

@@ -596,6 +596,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 const char* vecopTypeToStr(int t);
CV_EXPORTS String kernelToStr(InputArray _kernel, int ddepth = -1, const char * name = NULL);
CV_EXPORTS void getPlatfomsInfo(std::vector<PlatformInfo>& platform_info);