mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 20:09:23 +08:00
imgproc: add 512mb tag for FindContours.accuracy test
This commit is contained in:
parent
2c5b296ab2
commit
c081efe3c6
@ -408,7 +408,12 @@ _exit_:
|
||||
return code;
|
||||
}
|
||||
|
||||
TEST(Imgproc_FindContours, accuracy) { CV_FindContourTest test; test.safe_run(); }
|
||||
TEST(Imgproc_FindContours, accuracy)
|
||||
{
|
||||
applyTestTag(CV_TEST_TAG_MEMORY_512MB);
|
||||
CV_FindContourTest test;
|
||||
test.safe_run();
|
||||
}
|
||||
|
||||
//rotate/flip a quadrant appropriately
|
||||
static void rot(int n, int *x, int *y, int rx, int ry)
|
||||
|
Loading…
Reference in New Issue
Block a user