convertTo from 8u

This commit is contained in:
Ilya Lavrenov
2015-01-12 10:59:29 +03:00
parent b758dbd384
commit 19e77e4787
2 changed files with 235 additions and 3 deletions

View File

@@ -13,8 +13,8 @@ PERF_TEST_P( Size_DepthSrc_DepthDst_Channels_alpha, convertTo,
testing::Combine
(
testing::Values(szVGA, sz1080p),
testing::Values(CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F),
testing::Values(CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F),
testing::Values<MatType>(CV_8U),
testing::Values<MatType>(CV_16U),
testing::Values(1, 4),
testing::Values(1.0, 1./255)
)