- 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);
推薦閱讀
- 實用防銹油配方與制備200例
- ANSYS Fluent 二次開發指南
- The DevOps 2.5 Toolkit
- Python編程從0到1(視頻教學版)
- Visual Basic程序設計
- Linux Shell核心編程指南
- Java程序設計案例教程
- 細說Python編程:從入門到科學計算
- Android嵌入式系統程序開發:基于Cortex-A8(第2版)
- C++ Application Development with Code:Blocks
- Scala編程實戰
- 編程的原則:改善代碼質量的101個方法
- 精益軟件開發管理之道
- ASP.NET Core 2 High Performance(Second Edition)
- Building Scalable Apps with Redis and Node.js