From f1d41d8b94f3d3007ac489735c5f6c2298f86fe1 Mon Sep 17 00:00:00 2001 From: Daniil Osokin Date: Tue, 14 Aug 2012 13:01:52 +0400 Subject: [PATCH] disabled whole perf test for distance transform --- modules/imgproc/perf/perf_distanceTransform.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/imgproc/perf/perf_distanceTransform.cpp b/modules/imgproc/perf/perf_distanceTransform.cpp index b41369d..c1deb93 100644 --- a/modules/imgproc/perf/perf_distanceTransform.cpp +++ b/modules/imgproc/perf/perf_distanceTransform.cpp @@ -1,4 +1,4 @@ -#include "perf_precomp.hpp" +/*#include "perf_precomp.hpp" #include "distransform.cpp" using namespace std; @@ -7,7 +7,7 @@ using namespace perf; typedef perf::TestBaseWithParam Size_DistanceTransform; -/*PERF_TEST_P(Size_DistanceTransform, icvTrueDistTrans, testing::Values(TYPICAL_MAT_SIZES)) +PERF_TEST_P(Size_DistanceTransform, icvTrueDistTrans, testing::Values(TYPICAL_MAT_SIZES)) { Size size = GetParam(); Mat src(size, CV_8UC1); -- 2.7.4