Commit f1d41d8b authored by Daniil Osokin's avatar Daniil Osokin

disabled whole perf test for distance transform

parent 2b53d2e6
#include "perf_precomp.hpp" /*#include "perf_precomp.hpp"
#include "distransform.cpp" #include "distransform.cpp"
using namespace std; using namespace std;
...@@ -7,7 +7,7 @@ using namespace perf; ...@@ -7,7 +7,7 @@ using namespace perf;
typedef perf::TestBaseWithParam<Size> Size_DistanceTransform; typedef perf::TestBaseWithParam<Size> 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(); Size size = GetParam();
Mat src(size, CV_8UC1); Mat src(size, CV_8UC1);
......
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