StsAssert         389 modules/core/include/opencv2/core/base.hpp #define CV_Assert( expr ) if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Func, __FILE__, __LINE__ )
StsAssert          40 modules/core/include/opencv2/core/opencl/ocl_defs.hpp                 CV_Error(cv::Error::StsAssert, #func);                      \
StsAssert         220 modules/features2d/test/test_rotation_and_scale_invariance.cpp             CV_Error(Error::StsAssert, "Detector gives too few points in a test image\n");
StsAssert         333 modules/features2d/test/test_rotation_and_scale_invariance.cpp             CV_Error(Error::StsAssert, "Detector gives too few points in a test image\n");
StsAssert         416 modules/features2d/test/test_rotation_and_scale_invariance.cpp             CV_Error(Error::StsAssert, "Detector gives too few points in a test image\n");
StsAssert         427 modules/features2d/test/test_rotation_and_scale_invariance.cpp                 CV_Error(Error::StsAssert, "Detector gives too few points in a test image\n");
StsAssert         535 modules/features2d/test/test_rotation_and_scale_invariance.cpp             CV_Error(Error::StsAssert, "Detector gives too few points in a test image\n");
StsAssert         499 modules/imgproc/src/colormap.cpp             CV_Error(Error::StsAssert, "cv::LUT only supports tables of size 256.");
StsAssert         161 modules/python/src2/cv2.cpp             CV_Error(Error::StsAssert, "The data should normally be NULL!");