changes sigma in perf tests

This commit is contained in:
Ilya Lavrenov
2014-04-28 19:44:17 +04:00
parent 55bbca2d09
commit 1ad69aba35
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1174,7 +1174,7 @@ void cv::GaussianBlur( InputArray _src, OutputArray _dst, Size ksize,
return;
#endif
#if IPP_VERSION_X100 >= 801
#if IPP_VERSION_X100 >= 801 && 0 // these functions are slower in IPP 8.1
int depth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type);
if ((depth == CV_8U || depth == CV_16U || depth == CV_16S || depth == CV_32F) && (cn == 1 || cn == 3) &&