Added setIppErrorStatus()

This commit is contained in:
Alexander Karsakov 2014-04-25 20:24:37 +04:00
parent 232c37e827
commit 7bd9b2ac26

View File

@ -691,6 +691,7 @@ getThreshVal_Otsu_8u( const Mat& _src )
CV_SUPPRESS_DEPRECATED_END
if (ok >= 0)
return thresh;
setIppErrorStatus();
#endif
const int N = 256;