- OpenCV 4 with Python Blueprints
- Dr. Menua Gevorgyan Arsen Mamikonyan Michael Beyeler
- 279字
- 2021-06-24 16:50:03
Understanding hand region segmentation
The automatic detection of an arm—and later, the hand region—could be designed to be arbitrarily complicated, maybe by combining information about the shape and color of an arm or hand. However, using skin color as a determining feature to find hands in visual scenes might fail terribly in poor lighting conditions or when the user is wearing gloves. Instead, we choose to recognize the user's hand by its shape in the depth map.
Allowing hands of all sorts to be present in any region of the image unnecessarily complicates the mission of the present chapter, so we make two simplifying assumptions:
- We will instruct the user of our app to place their hand in front of the center of the screen, orienting their palm roughly parallel to the orientation of the Kinect sensor so that it is easier to identify the corresponding depth layer of the hand.
- We will also instruct the user to sit roughly 1 to 2 meters away from the Kinect and to slightly extend their arm in front of their body so that the hand will end up in a slightly different depth layer than the arm. However, the algorithm will still work even if the full arm is visible.
In this way, it will be relatively straightforward to segment the image based on the depth layer alone. Otherwise, we would have to come up with a hand detection algorithm first, which would unnecessarily complicate our mission. If you feel adventurous, feel free to do this on your own.
Let's see how to find the most prominent depth of the image center region in the next section.
- Testing with JUnit
- 深入淺出WPF
- Domain-Driven Design in PHP
- SQL Server 2008 R2數據庫技術及應用(第3版)
- Illustrator CS6設計與應用任務教程
- 智能手機故障檢測與維修從入門到精通
- Practical Maya Programming with Python
- Android編程權威指南(第4版)
- Java EE項目應用開發
- DevOps 精要:業務視角
- 基于MATLAB的控制系統仿真及應用
- Responsive Web Design with jQuery
- Java EE程序設計與開發實踐教程
- Cloud Development andDeployment with CloudBees
- C語言程序設計實驗指導教程