New functions with QT GUI:
- fix c++ wrapper - rename cvInformation in cvDisplayOverlay
This commit is contained in:
@@ -96,7 +96,7 @@ double cvGetModeWindow_QT(const char* name)
|
||||
return result;
|
||||
}
|
||||
|
||||
CV_IMPL void cvInformation(const char* name, const char* text, int delayms)
|
||||
CV_IMPL void cvDisplayOverlay(const char* name, const char* text, int delayms)
|
||||
{
|
||||
|
||||
QMetaObject::invokeMethod(&guiMainThread,
|
||||
|
||||
Reference in New Issue
Block a user