mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
the blacklist is sorted in alphabetical order; several tests that should now pass have been commented off
This commit is contained in:
parent
ccb1e5fac0
commit
318b0f10d9
@ -45,41 +45,51 @@ CvTS test_system("cv");
|
||||
|
||||
const char* blacklist[] =
|
||||
{
|
||||
"morph-ex", //ticket 612
|
||||
"operations", //ticket 613
|
||||
"stereobm", //ticket 614
|
||||
"stereosgbm", //ticket 615
|
||||
"cascade-detector", //ticket 432
|
||||
"hog-detector", //ticket 428
|
||||
"warp-resize", //ticket 429
|
||||
"posit", //ticket 430
|
||||
"optflow-estimate-rigid", //ticket 433
|
||||
"shape-minarearect", //ticket 436
|
||||
"MSER", //ticket 437
|
||||
"stereogc", //ticket 439
|
||||
"subdiv", //ticket 454
|
||||
"mhi-global", //ticket 457
|
||||
"segmentation-pyramid", //ticket 464
|
||||
"calibrate-camera-artificial", //ticket 472
|
||||
"chessboard-subpixel", //ticket 473
|
||||
"track-camshift", //ticket 483
|
||||
"_3d-fundam", //ticket 484
|
||||
|
||||
"calibrate-camera-artificial", //ticket 472
|
||||
//"calibrate-camera-cpp", //ticket 564
|
||||
//"calibrate-stereo-c", //ticket 565
|
||||
"cascade-detector", //ticket 432
|
||||
"chessboard-detector", //ticket 569
|
||||
"chessboard-subpixel", //ticket 473
|
||||
"color-luv", //ticket 502
|
||||
"calibrate-camera-cpp", //ticket 564
|
||||
"calibrate-stereo-c", //ticket 565
|
||||
|
||||
"descriptor_sift", //ticket 567
|
||||
"descriptor_surf", //ticket 568
|
||||
"chessboard-detector", //ticket 569
|
||||
"detector_surf", //ticket 578
|
||||
|
||||
"filter-generic",
|
||||
"flann_saved", //ticket 618
|
||||
|
||||
//"hist-backproj", //ticket 579
|
||||
//"hist-bayesianprob", //ticket 619
|
||||
//"hist-backprojpatch", //ticket 620
|
||||
"hog-detector", //ticket 428
|
||||
|
||||
"inpaint", //ticket 570
|
||||
|
||||
"mhi-global", //ticket 457
|
||||
"morph-ex", //ticket 612
|
||||
"MSER", //ticket 437
|
||||
"operations", //ticket 613
|
||||
"optflow-estimate-rigid", //ticket 433
|
||||
"posit", //ticket 430
|
||||
|
||||
"segmentation-pyramid", //ticket 464
|
||||
"shape-minarearect", //ticket 436
|
||||
//"stereobm", //ticket 614
|
||||
//"stereosgbm", //ticket 615
|
||||
//"stereogc", //ticket 439
|
||||
"subdiv", //ticket 454
|
||||
|
||||
"track-camshift", //ticket 483
|
||||
|
||||
"warp-affine", //ticket 572
|
||||
"warp-perspective", //ticket 575
|
||||
"warp-remap", //ticket 576
|
||||
"warp-resize", //ticket 429
|
||||
"warp-undistort", //ticket 577
|
||||
"detector_surf", //ticket 578
|
||||
"hist-backproj", //ticket 579
|
||||
"flann_saved", //ticket 618
|
||||
"hist-bayesianprob", //ticket 619
|
||||
"hist-backprojpatch", //ticket 620
|
||||
0
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user