From: Daniil Osokin Date: Tue, 14 Aug 2012 09:01:52 +0000 (+0400) Subject: disabled whole perf test for distance transform X-Git-Tag: accepted/2.0/20130307.220821~364^2~243 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1d41d8b94f3d3007ac489735c5f6c2298f86fe1;p=profile%2Fivi%2Fopencv.git disabled whole perf test for distance transform --- 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);