added cv::warpPerspective to T-API

This commit is contained in:
Ilya Lavrenov
2013-11-29 19:16:34 +04:00
parent 90c230678e
commit 55af7857b9
6 changed files with 1158 additions and 9 deletions

View File

@@ -286,7 +286,7 @@ public:
Kernel();
Kernel(const char* kname, const Program& prog);
Kernel(const char* kname, const ProgramSource2& prog,
const String& buildopts, String* errmsg=0);
const String& buildopts = String(), String* errmsg=0);
~Kernel();
Kernel(const Kernel& k);
Kernel& operator = (const Kernel& k);