- OpenCV 4 with Python Blueprints
- Dr. Menua Gevorgyan Arsen Mamikonyan Michael Beyeler
- 168字
- 2021-06-24 16:49:57
Planning the app
The final app must consist of the following modules and scripts:
- wx_gui.py: This module is our implementation of a basic GUI using wxpython. We will make extensive use of this file throughout the book. This module includes the following layouts:
- wx_gui.BaseLayout: This is a generic layout class from which more complicated layouts can be built.
- chapter1.py: This is the main script for this chapter. It contains the following functions and classes:
- chapter1.FilterLayout: This is a custom layout based on wx_gui.BaseLayout, which displays the camera feed and a row of radio buttons that allows the user to select from the available image filters to be applied to each frame of the camera feed.
- chapter1.main: This is the main routine function for starting the GUI application and accessing the webcam.
- tools.py: This is a Python module and has a lot of helper functions that we use in this chapter, which you can reuse for your projects.
The next section demonstrates how to create a black-and-white pencil sketch.
推薦閱讀
- C#程序設計實訓指導書
- TensorFlow Lite移動端深度學習
- Java面向對象軟件開發
- Android開發精要
- Hadoop+Spark大數據分析實戰
- 零基礎學Java(第4版)
- Effective Python Penetration Testing
- Hands-On Enterprise Automation with Python.
- C語言程序設計同步訓練與上機指導(第三版)
- Learning OpenStack Networking(Neutron)
- Hands-On Full Stack Development with Go
- Buildbox 2.x Game Development
- 計算語言學導論
- Tableau Dashboard Cookbook
- Learning Ionic(Second Edition)