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

Function icvParseError

deps/opencv/modules/core/src/persistence.cpp:421–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419 icvParseError( fs, CV_Func, (errmsg), __FILE__, __LINE__ )
420
421static void
422icvParseError( CvFileStorage* fs, const char* func_name,
423 const char* err_msg, const char* source_file, int source_line )
424{
425 char buf[1<<10];
426 sprintf( buf, "%s(%d): %s", fs->filename, fs->lineno, err_msg );
427 cvError( CV_StsParseError, func_name, buf, source_file, source_line );
428}
429
430
431static void

Callers

nothing calls this directly

Calls 1

cvErrorFunction · 0.85

Tested by

no test coverage detected