- 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);
推薦閱讀
- JavaScript全程指南
- WebAssembly實戰(zhàn)
- INSTANT FreeMarker Starter
- 軟件測試工程師面試秘籍
- 深入理解Java7:核心技術與最佳實踐
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Python時間序列預測
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(2)
- Learning Hadoop 2
- Instant jQuery Boilerplate for Plugins
- PHP 8從入門到精通(視頻教學版)
- Visual C++程序設計與項目實踐
- Python數(shù)據(jù)預處理技術與實踐
- 計算機應用基礎(Windows 7+Office 2010)
- 可視化H5頁面設計與制作:Mugeda標準教程