Related Experiment Video
Updated: Oct 5, 2025

08:15
Capturing Dynamic Finger Gesturing with High-resolution Surface Electromyography and Computer Vision
Published on: March 28, 2025
811
Hand Gesture of Recognition Pattern Analysis by Image Treatment Techniques
Khalid Twarish Alhamazani1, Jalawi Alshudukhi1, Saud Aljaloud1
1University of Ha'il, College of Computer Science and Engineering, Department of Computer Science, Saudi Arabia.
Computational and Mathematical Methods in Medicine
|January 24, 2022
Summary
This C++ program recognizes human gestures using depth camera images. It processes 3D image data through distinct blocks to detect hands, movement, and specific gestures, enabling gesture recognition systems.
Area of Science:
- Computer Vision
- Human-Computer Interaction
- Robotics
Background:
- Gesture recognition systems are crucial for intuitive human-computer interaction.
- Depth cameras provide valuable 3D information for motion analysis.
- Efficient algorithms are needed to process complex visual data in real-time.
Purpose of the Study:
- To develop a C++ program for recognizing human gestures captured by a depth camera.
- To explore and present 3D image acquisition techniques (stereovision, structured light, time-of-flight).
- To implement and analyze image processing methods like morphology and segmentation for gesture analysis.
Main Methods:
- Acquisition of sequential depth images using a depth camera.
- Development of a modular C++ program with three key processing blocks: hand detection, movement detection, and gesture classification.
- Application of image processing techniques including morphology and segmentation.
Main Results:
- Successful implementation of a C++ program capable of processing depth image sequences.
- Demonstration of a multi-stage approach for gesture recognition, starting from raw image data to final gesture identification.
- Integration of various 3D imaging and image processing techniques within the program's architecture.
Conclusions:
- The developed C++ program effectively recognizes human gestures from depth camera data.
- The modular design allows for flexibility and potential expansion of gesture recognition capabilities.
- The study highlights the importance of combining 3D imaging with advanced image processing for robust gesture analysis.

