- 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.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- VMware View Security Essentials
- 少年輕松趣編程:用Scratch創作自己的小游戲
- 網頁設計與制作教程(HTML+CSS+JavaScript)(第2版)
- Practical Windows Forensics
- PLC編程與調試技術(松下系列)
- Mastering Drupal 8 Views
- 劍指Java:核心原理與應用實踐
- INSTANT Adobe Edge Inspect Starter
- Learning Nessus for Penetration Testing
- Simulation for Data Science with R
- Clojure Web Development Essentials
- Python高性能編程(第2版)
- Learning SaltStack(Second Edition)
- Instant PhoneGap