Searched refs:cn_end (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/ts/include/opencv2/ts/ |
D | cuda_test.hpp | 253 CV_EXPORTS std::vector<MatType> types(int depth_start, int depth_end, int cn_start, int cn_end); 259 …TYPES(depth_start, depth_end, cn_start, cn_end) testing::ValuesIn(types(depth_start, depth_end, cn… argument
|
/external/opencv3/modules/ts/src/ |
D | cuda_test.cpp | 367 vector<MatType> types(int depth_start, int depth_end, int cn_start, int cn_end) in types() argument 371 v.reserve((depth_end - depth_start + 1) * (cn_end - cn_start + 1)); in types() 375 for (int cn = cn_start; cn <= cn_end; ++cn) in types()
|