Commit 63fc6ef3 authored by Ilya Lavrenov's avatar Ilya Lavrenov

convertTo from 64f

parent 8870ef41
...@@ -13,8 +13,8 @@ PERF_TEST_P( Size_DepthSrc_DepthDst_Channels_alpha, convertTo, ...@@ -13,8 +13,8 @@ PERF_TEST_P( Size_DepthSrc_DepthDst_Channels_alpha, convertTo,
testing::Combine testing::Combine
( (
testing::Values(szVGA, sz1080p), testing::Values(szVGA, sz1080p),
testing::Values<MatType>(CV_8U), testing::Values(CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F),
testing::Values<MatType>(CV_16U), testing::Values(CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F),
testing::Values(1, 4), testing::Values(1, 4),
testing::Values(1.0, 1./255) testing::Values(1.0, 1./255)
) )
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment