From 71131223122acc6235d6a6d2f81522e934a61141 Mon Sep 17 00:00:00 2001 From: Kirill Kornyakov Date: Mon, 7 Nov 2011 13:06:48 +0000 Subject: [PATCH] integral perf tests renamed for readability --- modules/imgproc/perf/perf_integral.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/perf/perf_integral.cpp b/modules/imgproc/perf/perf_integral.cpp index d0eb6a9..480ad17 100644 --- a/modules/imgproc/perf/perf_integral.cpp +++ b/modules/imgproc/perf/perf_integral.cpp @@ -66,7 +66,7 @@ PERF_TEST_P( Size_MatType_OutMatDepth, integral_sqsum, /* // void integral(InputArray image, OutputArray sum, OutputArray sqsum, OutputArray tilted, int sdepth=-1 ) */ -PERF_TEST_P( Size_MatType_OutMatDepth, integral3_sqsum_tilted, +PERF_TEST_P( Size_MatType_OutMatDepth, integral_sqsum_tilted, testing::Combine( testing::Values( TYPICAL_MAT_SIZES ), testing::Values( CV_8UC1, CV_8UC4 ), -- 2.7.4