fixed warning
This commit is contained in:
@@ -696,7 +696,7 @@ int cv::countNonZero( InputArray _src )
|
||||
if (src.dims <= 2 || src.isContinuous())
|
||||
{
|
||||
IppiSize roiSize = { src.cols, src.rows };
|
||||
Ipp32s count, srcstep = (Ipp32s)src.step;
|
||||
Ipp32s count = 0, srcstep = (Ipp32s)src.step;
|
||||
IppStatus status = (IppStatus)-1;
|
||||
|
||||
if (src.isContinuous())
|
||||
|
||||
Reference in New Issue
Block a user