From f1f045858f05f1ddc17dcc4e3c5cbfc164fa07b4 Mon Sep 17 00:00:00 2001 From: Ivan Korolev Date: Tue, 28 Feb 2012 04:46:48 +0000 Subject: [PATCH] Updated a perftest for convertTo --- modules/core/perf/pert_convertTo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/perf/pert_convertTo.cpp b/modules/core/perf/pert_convertTo.cpp index 9032d2f6c..ba320f5fe 100644 --- a/modules/core/perf/pert_convertTo.cpp +++ b/modules/core/perf/pert_convertTo.cpp @@ -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)