fixed crashes in color-luv & color-lab when gcc 4.2 on x64 is used (tickets #502, #627)

This commit is contained in:
Vadim Pisarevsky
2010-10-22 18:32:07 +00:00
parent 5ac4b23b7c
commit 099388bd12
2 changed files with 12 additions and 8 deletions

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
};