CV_Func 367 modules/core/include/opencv2/core/base.hpp #define CV_Error( code, msg ) cv::error( code, msg, CV_Func, __FILE__, __LINE__ ) CV_Func 381 modules/core/include/opencv2/core/base.hpp #define CV_Error_( code, args ) cv::error( code, cv::format args, CV_Func, __FILE__, __LINE__ ) CV_Func 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__ ) CV_Func 392 modules/core/include/opencv2/core/base.hpp #define CV_ErrorNoReturn( code, msg ) cv::errorNoReturn( code, msg, CV_Func, __FILE__, __LINE__ ) CV_Func 395 modules/core/include/opencv2/core/base.hpp #define CV_ErrorNoReturn_( code, args ) cv::errorNoReturn( code, cv::format args, CV_Func, __FILE__, __LINE__ ) CV_Func 74 modules/core/include/opencv2/core/cuda/common.hpp #define cudaSafeCall(expr) cv::cuda::checkCudaError(expr, __FILE__, __LINE__, CV_Func) CV_Func 18 modules/core/include/opencv2/core/opencl/ocl_defs.hpp printf("%s: OpenCL implementation is running\n", CV_Func); \ CV_Func 25 modules/core/include/opencv2/core/opencl/ocl_defs.hpp printf("%s: Plain implementation is running\n", CV_Func); \ CV_Func 165 modules/core/include/opencv2/core/private.cuda.hpp #define nppSafeCall(expr) cv::cuda::checkNppError(expr, __FILE__, __LINE__, CV_Func) CV_Func 166 modules/core/include/opencv2/core/private.cuda.hpp #define cuSafeCall(expr) cv::cuda::checkCudaDriverApiError(expr, __FILE__, __LINE__, CV_Func) CV_Func 200 modules/core/include/opencv2/core/private.hpp #define setIppErrorStatus() cv::ipp::setIppStatus(-1, CV_Func, __FILE__, __LINE__) CV_Func 75 modules/core/include/opencv2/core/utility.hpp cv::addImpl(impl, CV_Func); \ CV_Func 123 modules/core/src/opencl/runtime/opencl_clamdblas.cpp CV_Func, __FILE__, __LINE__); CV_Func 123 modules/core/src/opencl/runtime/opencl_clamdfft.cpp CV_Func, __FILE__, __LINE__); CV_Func 276 modules/core/src/opencl/runtime/opencl_core.cpp CV_Func, __FILE__, __LINE__); CV_Func 101 modules/core/src/opengl.cpp #define CV_CheckGlError() CV_DbgAssert( (checkError(__FILE__, __LINE__, CV_Func)) ) CV_Func 389 modules/core/src/persistence.cpp icvParseError( fs, CV_Func, (errmsg), __FILE__, __LINE__ ) CV_Func 116 modules/cudaarithm/src/arithm.cpp #define cublasSafeCall(expr) ___cublasSafeCall(expr, __FILE__, __LINE__, CV_Func) CV_Func 150 modules/cudaarithm/src/arithm.cpp #define cufftSafeCall(expr) ___cufftSafeCall(expr, __FILE__, __LINE__, CV_Func) CV_Func 92 modules/cudalegacy/include/opencv2/cudalegacy/private.hpp #define ncvSafeCall(expr) cv::cuda::checkNcvError(expr, __FILE__, __LINE__, CV_Func) CV_Func 76 modules/cudev/include/opencv2/cudev/common.hpp #define CV_CUDEV_SAFE_CALL(expr) cv::cudev::checkCudaError((expr), __FILE__, __LINE__, CV_Func) CV_Func 276 modules/objdetect/src/detection_based_tracker.cpp LOGE0("\n %s: ERROR: OpenCV Exception caught: \n'%s'\n\n", CV_Func, e.what()); \ CV_Func 278 modules/objdetect/src/detection_based_tracker.cpp LOGE0("\n %s: ERROR: Exception caught: \n'%s'\n\n", CV_Func, e.what()); \ CV_Func 280 modules/objdetect/src/detection_based_tracker.cpp LOGE0("\n %s: ERROR: UNKNOWN Exception caught\n\n", CV_Func); \