Fixing compilation
authorAndrey Pavlenko <no@email>
Fri, 21 Oct 2011 05:37:33 +0000 (05:37 +0000)
committerAndrey Pavlenko <no@email>
Fri, 21 Oct 2011 05:37:33 +0000 (05:37 +0000)
modules/imgproc/perf/perf_inpaint.cpp

index ebab577..b394cb2 100644 (file)
@@ -7,7 +7,7 @@ using namespace cv;
 using namespace perf;\r
 \r
 CV_ENUM(InpaintingMethod, INPAINT_NS, INPAINT_TELEA)\r
-\r
+#define SZ_ALL_SMALL testing::Values( Size(128, 128), Size(64, 64), Size(32, 32), Size(24, 24) )\r
 typedef std::tr1::tuple<Size, InpaintingMethod> InpaintArea_InpaintingMethod_t;\r
 typedef perf::TestBaseWithParam<InpaintArea_InpaintingMethod_t> InpaintArea_InpaintingMethod;\r
 \r