MCPcopy Create free account
hub / github.com/creatale/node-dv / cvError

Function cvError

deps/opencv/modules/core/src/system.cpp:711–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709
710
711CV_IMPL void cvError( int code, const char* func_name,
712 const char* err_msg,
713 const char* file_name, int line )
714{
715 cv::error(cv::Exception(code, err_msg, func_name, file_name, line));
716}
717
718/* function, which converts int to int */
719CV_IMPL int

Callers 2

icvParseErrorFunction · 0.85
checkErrorMethod · 0.85

Calls 2

errorFunction · 0.85
ExceptionClass · 0.85

Tested by

no test coverage detected