Home
last modified time | relevance | path

Searched refs:StsAssert (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/features2d/test/
Dtest_rotation_and_scale_invariance.cpp220 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/
Docl_defs.hpp40 CV_Error(cv::Error::StsAssert, #func); \
/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp113 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/
Dcolormap.cpp499 CV_Error(Error::StsAssert, "cv::LUT only supports tables of size 256."); in operator ()()
/external/opencv3/modules/python/src2/
Dcv2.cpp161 CV_Error(Error::StsAssert, "The data should normally be NULL!"); in allocate()
/external/opencv3/modules/java/src/
Dcore+Core.java100 StsAssert = -215, field in Core