mirror of
https://github.com/opencv/opencv.git
synced 2025-08-05 05:56:36 +08:00
Merge pull request #25396 from mshabunin:test-tag-contours
This commit is contained in:
commit
06c1c7b5cb
@ -408,7 +408,12 @@ _exit_:
|
|||||||
return code;
|
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
|
//rotate/flip a quadrant appropriately
|
||||||
static void rot(int n, int *x, int *y, int rx, int ry)
|
static void rot(int n, int *x, int *y, int rx, int ry)
|
||||||
|
Loading…
Reference in New Issue
Block a user