1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

convertTo from 64f

This commit is contained in:
Ilya Lavrenov
2015-01-12 10:59:29 +03:00
parent 8870ef4159
commit 63fc6ef316
2 changed files with 314 additions and 109 deletions
+2 -2
View File
@@ -13,8 +13,8 @@ PERF_TEST_P( Size_DepthSrc_DepthDst_Channels_alpha, convertTo,
testing::Combine
(
testing::Values(szVGA, sz1080p),
testing::Values<MatType>(CV_8U),
testing::Values<MatType>(CV_16U),
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(1, 4),
testing::Values(1.0, 1./255)
)