Added setIppErrorStatus()

pull/2667/head
Alexander Karsakov 11 years ago
parent 232c37e827
commit 7bd9b2ac26
  1. 1
      modules/imgproc/src/thresh.cpp

@ -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;

Loading…
Cancel
Save