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

  /external/opencv3/modules/core/include/opencv2/core/opencl/
ocl_defs.hpp 40 CV_Error(cv::Error::StsAssert, #func); \
  /external/opencv3/modules/features2d/test/
test_rotation_and_scale_invariance.cpp 220 CV_Error(Error::StsAssert, "Detector gives too few points in a test image\n");
333 CV_Error(Error::StsAssert, "Detector gives too few points in a test image\n");
416 CV_Error(Error::StsAssert, "Detector gives too few points in a test image\n");
427 CV_Error(Error::StsAssert, "Detector gives too few points in a test image\n");
535 CV_Error(Error::StsAssert, "Detector gives too few points in a test image\n");
  /external/opencv3/modules/core/include/opencv2/core/
base.hpp 113 StsAssert= -215, //!< assertion failed
389 #define CV_Assert( expr ) if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Func, __FILE__, __LINE__ )
  /external/opencv3/modules/imgproc/src/
colormap.cpp     [all...]
  /external/opencv3/modules/python/src2/
cv2.cpp 161 CV_Error(Error::StsAssert, "The data should normally be NULL!");
    [all...]
  /external/opencv3/modules/java/src/
core+Core.java 100 StsAssert = -215,
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 2568 milliseconds