FlorinTulba / Pic2Sym

The application Pic2Sym approximates images by a grid of colored symbols with colored backgrounds.
0 stars 0 forks source link

Automatic display of the Control Panel (Settings window) - highgui, OpenCV #3

Open FlorinTulba opened 7 years ago

FlorinTulba commented 7 years ago

Context: Using GUI-support provided by the 'highgui' library from OpenCV 3.0.0 .

Desired Feature: It would be nice to make the Control Panel (Settings window) appear automatically right when the application starts.

Current non-automatic Solution: To show/hide the Control Panel, the user needs to press Ctrl+P or click a certain tool from the toolbar of the main window.

Problem: I couldn't find a mechanism to automatically display that window. Programatic injection of Ctrl+P key pressing didn't help showing the Settings window.