- OpenCV 4 with Python Blueprints
- Dr. Menua Gevorgyan Arsen Mamikonyan Michael Beyeler
- 261字
- 2021-06-24 16:50:04
Performing hand gesture recognition
What remains to be done is to classify the hand gesture based on the number of extended fingers. For example, if we find five extended fingers, we assume the hand to be open, whereas no extended fingers implies a fist. All that we are trying to do is count from zero to five, and make the app recognize the corresponding number of fingers.
This is actually trickier than it might seem at first. For example, people in Europe might count to three by extending their thumb, index finger, and middle finger. If you do that in the US, people there might get horrendously confused, because they do not tend to use their thumbs when signaling the number two.
This might lead to frustration, especially in restaurants (trust me). If we could find a way to generalize these two scenarios—maybe by appropriately counting the number of extended fingers, we would have an algorithm that could teach simple hand gesture recognition to not only a machine but also (maybe) to a person of average intellect.
As you might have guessed, the answer is related to convexity defects. As mentioned earlier, extended fingers cause defects in the convex hull. However, the inverse is not true; that is, not all convexity defects are caused by fingers! There might be additional defects caused by the wrist, as well as the overall orientation of the hand or the arm. How can we distinguish between these different causes of defects?
Let's distinguish between different cases of convexity defects, in the next section.
- 軟件安全技術
- 自制編譯器
- Visual C++數字圖像模式識別技術詳解
- C語言程序設計(第2版)
- Functional Programming in JavaScript
- Mastering AndEngine Game Development
- 微服務架構深度解析:原理、實踐與進階
- Statistical Application Development with R and Python(Second Edition)
- R數據科學實戰:工具詳解與案例分析
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- Oracle Data Guard 11gR2 Administration Beginner's Guide
- C語言程序設計實踐
- Modernizing Legacy Applications in PHP
- Python Automation Cookbook
- Java Web應用開發