Quiet MSER tests

This commit is contained in:
Andrey Kamaev
2012-06-29 08:34:07 +00:00
parent 71729a5967
commit 0584ac525b
2 changed files with 2 additions and 2 deletions

View File

@@ -997,7 +997,7 @@ TEST( Features2d_Detector_Harris, regression )
test.safe_run();
}
TEST( Features2d_Detector_MSER, regression )
TEST( Features2d_Detector_MSER, DISABLED_regression )
{
CV_FeatureDetectorTest test( "detector-mser", FeatureDetector::create("MSER") );
test.safe_run();