HomeSort by relevance Sort by last modified time
    Searched refs:CV_StsDivByZero (Results 1 - 2 of 2) sorted by null

  /external/opencv/cxcore/include/
cxerror.h 90 #define CV_StsDivByZero -202 /* division by zero */
  /external/opencv/cxcore/src/
cxerror.cpp 286 case CV_StsDivByZero : return "Divizion by zero occured";
437 case CV_DIV_BY_ZERO_ERR: return CV_StsDivByZero;

Completed in 308 milliseconds