- OpenCV 4 with Python Blueprints
- Dr. Menua Gevorgyan Arsen Mamikonyan Michael Beyeler
- 159字
- 2021-06-24 16:50:06
Planning the app
The final app will consist of a Python class for detecting, matching, and tracking image features, as well as a script that accesses the webcam and displays each processed frame.
The project will contain the following modules and scripts:
- feature_matching: This module contains an algorithm for feature extraction, feature matching, and feature tracking. We separate this algorithm from the rest of the application so that it can be used as a standalone module.
- feature_matching.FeatureMatching: This class implements the entire feature-matching process flow. It accepts a Blue, Green, Red (BGR) camera frame and tries to locate an object of interest in it.
- chapter3: This is the main script for the chapter.
- chapter3.main: This is the main function routine for starting the application, accessing the camera, sending each frame for processing to an instance of the FeatureMatching class, and for displaying results.
Let's set up the application before going into the details of the feature-matching algorithm.
推薦閱讀
- DB2 V9權威指南
- Java入門很輕松(微課超值版)
- Reactive Programming with Swift
- C/C++算法從菜鳥到達人
- Mastering Ubuntu Server
- 基于Swift語言的iOS App 商業實戰教程
- .NET 3.5編程
- Learning OpenStack Networking(Neutron)(Second Edition)
- PHP+Ajax+jQuery網站開發項目式教程
- Java Fundamentals
- 時空數據建模及其應用
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- Exploring SE for Android
- Responsive Web Design with jQuery
- Beginning PHP