mirror of
https://github.com/opencv/opencv.git
synced 2026-09-11 04:43:22 -05:00
Merge pull request #29920 from asmorkalov:as/IntelligentScissors_5.x
Disabled perf test for IntelligentScissors as it's too long.
This commit is contained in:
@@ -8,7 +8,8 @@ namespace opencv_test { namespace {
|
||||
|
||||
typedef perf::TestBaseWithParam<int> TestIntelligentScissorsMB;
|
||||
|
||||
PERF_TEST_P(TestIntelligentScissorsMB, buildMap, testing::Values( IMREAD_GRAYSCALE, IMREAD_COLOR ))
|
||||
|
||||
PERF_TEST_P(TestIntelligentScissorsMB, DISABLED_buildMap, testing::Values( IMREAD_GRAYSCALE, IMREAD_COLOR ))
|
||||
{
|
||||
const int flags = GetParam();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user