KAZE: disable tests (too many crashes)

This commit is contained in:
Alexander Alekhin
2014-05-22 12:01:55 +04:00
parent 67e9708621
commit 776728ef2a
2 changed files with 9 additions and 4 deletions

View File

@@ -652,7 +652,8 @@ TEST(Features2d_ScaleInvariance_Detector_BRISK, regression)
test.safe_run();
}
TEST(Features2d_ScaleInvariance_Detector_KAZE, regression)
// FIXIT #2807 Crash on Windows 7 x64 MSVS 2012, Linux Fedora 19 x64 with GCC 4.8.2, Linux Ubuntu 14.04 LTS x64 with GCC 4.8.2
TEST(Features2d_ScaleInvariance_Detector_KAZE, DISABLED_regression)
{
DetectorScaleInvarianceTest test(Algorithm::create<FeatureDetector>("Feature2D.KAZE"),
0.08f,
@@ -660,13 +661,15 @@ TEST(Features2d_ScaleInvariance_Detector_KAZE, regression)
test.safe_run();
}
TEST(Features2d_ScaleInvariance_Detector_AKAZE, regression)
// FIXIT #2807 Crash on Windows 7 x64 MSVS 2012, Linux Fedora 19 x64 with GCC 4.8.2, Linux Ubuntu 14.04 LTS x64 with GCC 4.8.2
TEST(Features2d_ScaleInvariance_Detector_AKAZE, DISABLED_regression)
{
DetectorScaleInvarianceTest test(Algorithm::create<FeatureDetector>("Feature2D.AKAZE"),
0.08f,
0.49f);
test.safe_run();
}
//TEST(Features2d_ScaleInvariance_Detector_ORB, regression)
//{
// DetectorScaleInvarianceTest test(Algorithm::create<FeatureDetector>("Feature2D.ORB"),