1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

remove failed test (see issues #449, 627, 502)

This commit is contained in:
Alexander Shishkov
2010-10-24 20:25:36 +00:00
parent 094a63c838
commit c1e753c868
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ const char* blacklist[] =
//"cascade-detector", //ticket 432
"chessboard-detector", //ticket 569
"chessboard-subpixel", //ticket 473
//"color-luv", //ticket 502
"color-luv", //ticket 502
//"descriptor-sift", //ticket 567
//"descriptor-surf", //ticket 568
@@ -90,7 +90,7 @@ const char* blacklist[] =
"warp-remap", //ticket 576
"warp-resize", //ticket 429
"warp-undistort", //ticket 577
//"color-lab", //ticket 627
"color-lab", //ticket 627
0
};
+1
View File
@@ -49,6 +49,7 @@ const char* blacklist[] =
//"ds-graphscan", //ticket 504
//"matrix-invert", //ticket 536
//"pca", //ticket 566
"rand", //ticket 449
0
};