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

fixed crash in color-lab (ticket #627)

This commit is contained in:
Vadim Pisarevsky
2010-10-25 10:31:39 +00:00
parent c4b41bc59f
commit 68378ac7e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
};