I am going to answer my question, because after some messing around I found out what was going on.
"" , , cvGuiBoxReport(). cvGuiBoxReport() . , cvGuiBoxReport() ! .
, , .
:
int MyErrorHandler(int status, const char* func_name, const char* err_msg, const char* file_name, int line, void*)
{
std::cerr << "Woohoo, my own custom error handler" << std::endl;
return 0;
}
:
cvSetErrMode(CV_ErrModeParent);
cvRedirectError(MyErrorHandler);