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

  /external/opencv/cxcore/include/
cxerror.h 55 #define CV_StsInternal -3 /* internal error (bad state) */
115 {OPENCV_ERROR(CV_StsInternal,(func),(context));}}
179 CV_ERROR( CV_StsInternal, "Assertion: " #Condition " failed" ); \
  /external/opencv3/apps/traincascade/
old_ml_data.cpp 287 CV_ERROR( CV_StsInternal, "data is empty" );
370 CV_ERROR( CV_StsInternal, "data is empty" );
390 CV_ERROR( CV_StsInternal, "data is empty" );
403 CV_ERROR( CV_StsInternal, "data is empty" );
431 CV_ERROR( CV_StsInternal, "data is empty" );
556 CV_ERROR( CV_StsInternal, "data is empty" );
600 CV_ERROR( CV_StsInternal, "data is empty" );
624 CV_ERROR( CV_StsInternal, "data is empty" );
683 CV_ERROR( CV_StsInternal, "data is empty" );
695 CV_ERROR( CV_StsInternal, "data is empty" )
    [all...]
  /external/opencv3/modules/videoio/src/
cap_qt.cpp     [all...]
cap_dc1394.cpp 115 OPENCV_ERROR(CV_StsInternal, "", "libdc1394 function call returned < 0"); \
    [all...]
  /external/opencv/cxcore/src/
cxerror.cpp 279 case CV_StsInternal : return "Internal error";
  /external/opencv/ml/src/
mlestimate.cpp 123 CV_ERROR (CV_StsInternal, "All iterations has end long ago");
189 CV_ERROR (CV_StsInternal, "This iterations already was checked");
  /external/opencv3/modules/core/src/
system.cpp 741 case CV_StsInternal : return "Internal error";
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h     [all...]
types_c.h 123 CV_StsInternal= -3, /**< internal error (bad state) */
    [all...]

Completed in 516 milliseconds