mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 11:40:44 +08:00
Fixing compilation
This commit is contained in:
parent
75506940eb
commit
9b0cc77cfe
@ -7,7 +7,7 @@ using namespace cv;
|
||||
using namespace perf;
|
||||
|
||||
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 perf::TestBaseWithParam<InpaintArea_InpaintingMethod_t> InpaintArea_InpaintingMethod;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user