- Mastering OpenCV 4
- Roy Shilkrot David Millán Escrivá
- 65字
- 2021-07-02 14:47:38
Making Cartoonifier run in fullscreen
In embedded systems, you often want your application to be fullscreen and hide the Linux GUI and menu. OpenCV offers an easy method to set the fullscreen window property, but make sure you created the window using the NORMAL flag:
// Create a fullscreen GUI window for display on the screen.
namedWindow(windowName, WINDOW_NORMAL);
setWindowProperty(windowName, PROP_FULLSCREEN, CV_WINDOW_FULLSCREEN);
推薦閱讀
- Modular Programming with Python
- Redis Applied Design Patterns
- Python for Secret Agents:Volume II
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- PHP程序設計(慕課版)
- Learning Informatica PowerCenter 10.x(Second Edition)
- 信息安全技術
- Banana Pi Cookbook
- 零基礎學Java(第4版)
- Mastering Unity Shaders and Effects
- Elasticsearch Server(Third Edition)
- Learning Laravel's Eloquent
- HTML5秘籍(第2版)
- Unity Character Animation with Mecanim
- 計算語言學導論