- OpenCV 4 with Python Blueprints
- Dr. Menua Gevorgyan Arsen Mamikonyan Michael Beyeler
- 193字
- 2021-06-24 16:50:02
Planning the app
The final app will consist of the following modules and scripts:
- gestures: This is a module that consists of an algorithm for recognizing hand gestures.
- gestures.process: This is a function that implements the entire process flow of hand gesture recognition. It accepts a single-channel depth image (acquired from the Kinect depth sensor) and returns an annotated Blue, Green, Red (BGR) color image with an estimated number of extended fingers.
- chapter2: This is the main script for the chapter.
- chapter2.main: This is the main function routine that iterates over frames acquired from a depth sensor that uses .process gestures to process frames, and then illustrates results.
The end product looks like this:
No matter how many fingers of a hand are extended, the algorithm correctly segments the hand region (white), draws the corresponding convex hull (the green line surrounding the hand), finds all convexity defects that belong to the spaces between fingers (large green points) while ignoring others (small red points), and infers the correct number of extended fingers (the number in the bottom-right corner), even for a fist.
Now, let's set up the application in the next section.
推薦閱讀
- ASP.NET MVC4框架揭秘
- 編寫整潔的Python代碼(第2版)
- 基于免疫進化的算法及應用研究
- PostgreSQL 11從入門到精通(視頻教學版)
- Amazon S3 Cookbook
- Learning Three.js:The JavaScript 3D Library for WebGL
- 單片機應用與調試項目教程(C語言版)
- 深入分布式緩存:從原理到實踐
- INSTANT Silverlight 5 Animation
- Python開發基礎
- PowerDesigner 16 從入門到精通
- Android高級開發實戰:UI、NDK與安全
- SAP Web Dynpro for ABAP開發技術詳解:基礎應用
- Java核心編程
- C#從入門到精通(微視頻精編版)