Merge pull request #29918 from asmorkalov:as/IntelligentScissors_4.x

Disabled perf test for IntelligentScissors as it's too long.
This commit is contained in:
Alexander Smorkalov
2026-09-10 12:44:39 +03:00
committed by GitHub

View File

@@ -8,7 +8,7 @@ namespace opencv_test { namespace {
typedef perf::TestBaseWithParam<int> TestIntelligentScissorsMB; 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(); const int flags = GetParam();