added cv::[extract|insert]Channel to T-API

This commit is contained in:
Ilya Lavrenov
2014-01-17 23:31:03 +04:00
parent f60f8a7346
commit 5d18cf9989
4 changed files with 169 additions and 7 deletions

View File

@@ -379,6 +379,9 @@ template<typename T> class TestBaseWithParam: public TestBase, public ::testing:
typedef std::tr1::tuple<cv::Size, MatType> Size_MatType_t;
typedef TestBaseWithParam<Size_MatType_t> Size_MatType;
typedef std::tr1::tuple<cv::Size, MatDepth> Size_MatDepth_t;
typedef TestBaseWithParam<Size_MatDepth_t> Size_MatDepth;
/*****************************************************************************************\
* Print functions for googletest *
\*****************************************************************************************/