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:
Yannick Verdie
2010-06-22 17:15:49 +00:00
parent 4606638bb3
commit f69514eef7
5 changed files with 221 additions and 72 deletions

View File

@@ -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);