Commit 9b0cc77c authored by Andrey Pavlenko's avatar Andrey Pavlenko

Fixing compilation

parent 75506940
...@@ -7,7 +7,7 @@ using namespace cv; ...@@ -7,7 +7,7 @@ using namespace cv;
using namespace perf; using namespace perf;
CV_ENUM(InpaintingMethod, INPAINT_NS, INPAINT_TELEA) CV_ENUM(InpaintingMethod, INPAINT_NS, INPAINT_TELEA)
#define SZ_ALL_SMALL testing::Values( Size(128, 128), Size(64, 64), Size(32, 32), Size(24, 24) )
typedef std::tr1::tuple<Size, InpaintingMethod> InpaintArea_InpaintingMethod_t; typedef std::tr1::tuple<Size, InpaintingMethod> InpaintArea_InpaintingMethod_t;
typedef perf::TestBaseWithParam<InpaintArea_InpaintingMethod_t> InpaintArea_InpaintingMethod; typedef perf::TestBaseWithParam<InpaintArea_InpaintingMethod_t> InpaintArea_InpaintingMethod;
......
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