fixed bug in StereoConstantSpaceBP - missing load max_data_term to constant memory

This commit is contained in:
Vladislav Vinogradov
2010-11-24 08:39:52 +00:00
parent 4ba9f1d7d1
commit 3c0cc087d6
2 changed files with 1 additions and 4 deletions

View File

@@ -49,12 +49,8 @@ const char* blacklist[] =
"GPU-NppImageSum", // crash, probably npp bug
"GPU-NppImageMinNax", // npp bug - don't find min/max near right border
"GPU-NppImageExp",
"GPU-NppImageLog",
"GPU-NppImageCanny", // NPP_TEXTURE_BIND_ERROR
"GPU-NppImageIntegral",
"GPU-Histograms",
0
};