Commit f1f04585 authored by Ivan Korolev's avatar Ivan Korolev

Updated a perftest for convertTo

parent 9794f597
......@@ -13,7 +13,7 @@ PERF_TEST_P( Size_DepthSrc_DepthDst_Channels_alpha, convertTo,
testing::Combine
(
testing::Values(TYPICAL_MAT_SIZES),
testing::Values(CV_8U, CV_16S),
testing::Values(CV_8U, CV_16S, CV_32S, CV_32F),
testing::Values(CV_8U, CV_16S, CV_32F, CV_64F),
testing::Values(1, 2, 3, 4),
testing::Values(1.0, 1./255)
......
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