New functions with QT GUI:
StatusBar with zoom/color/position information user can display infor mation in statusbar with cvDisplayStatusBar(window,text,delay_ms)
This commit is contained in:
@@ -175,6 +175,11 @@ int startWindowThread()
|
||||
}
|
||||
|
||||
#if defined (HAVE_QT)
|
||||
void displayStatusBar(const string& name, const string& text, int delayms)
|
||||
{
|
||||
cvDisplayStatusBar(name.c_str(),text.c_str(), delayms);
|
||||
}
|
||||
|
||||
void displayOverlay(const string& name, const string& text, int delayms)
|
||||
{
|
||||
cvDisplayOverlay(name.c_str(),text.c_str(), delayms);
|
||||
|
Reference in New Issue
Block a user