Searched refs:StsAssert (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/features2d/test/ |
D | test_rotation_and_scale_invariance.cpp | 220 CV_Error(Error::StsAssert, "Detector gives too few points in a test image\n"); in run() 333 CV_Error(Error::StsAssert, "Detector gives too few points in a test image\n"); in run() 416 CV_Error(Error::StsAssert, "Detector gives too few points in a test image\n"); in run() 427 CV_Error(Error::StsAssert, "Detector gives too few points in a test image\n"); in run() 535 CV_Error(Error::StsAssert, "Detector gives too few points in a test image\n"); in run()
|
/external/opencv3/modules/core/include/opencv2/core/opencl/ |
D | ocl_defs.hpp | 40 CV_Error(cv::Error::StsAssert, #func); \
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | base.hpp | 113 StsAssert= -215, //!< assertion failed enumerator 389 #define CV_Assert( expr ) if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Func, __FI…
|
/external/opencv3/modules/imgproc/src/ |
D | colormap.cpp | 499 CV_Error(Error::StsAssert, "cv::LUT only supports tables of size 256."); in operator ()()
|
/external/opencv3/modules/python/src2/ |
D | cv2.cpp | 161 CV_Error(Error::StsAssert, "The data should normally be NULL!"); in allocate()
|
/external/opencv3/modules/java/src/ |
D | core+Core.java | 100 StsAssert = -215, field in Core
|