This commit is contained in:
Ilya Lavrenov
2014-04-11 15:33:50 +04:00
parent 5522c14efc
commit 2a051a124f
3 changed files with 241 additions and 7 deletions

View File

@@ -692,7 +692,7 @@ int cv::countNonZero( InputArray _src )
Mat src = _src.getMat();
#if defined HAVE_IPP && !defined HAVE_IPP_ICV_ONLY
#if defined HAVE_IPP && !defined HAVE_IPP_ICV_ONLY && 0
if (src.dims <= 2 || src.isContinuous())
{
IppiSize roiSize = { src.cols, src.rows };