- 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.
- FuelPHP Application Development Blueprints
- Linux C/C++服務器開發實踐
- INSTANT Sencha Touch
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Hands-On C++ Game Animation Programming
- Mastering Swift 2
- Drupal 8 Configuration Management
- Swift Playgrounds少兒趣編程
- Advanced Express Web Application Development
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- 快速入門與進階:Creo 4·0全實例精講
- 編寫高質量代碼:改善Objective-C程序的61個建議
- MySQL 8從零開始學(視頻教學版)
- Selenium WebDriver Practical Guide
- SAS編程演義