Bachelorarbeit, 2013
68 Seiten, Note: A+
1. INTRODUCTION
1.1. Area Preface
1.2. Problem Statement
1.3. Project Objectives
1.4. Scope
1.5. Significance of the Study
1.6. Limitations
2. LITERATURE SURVEY
3. METHODOLOGY
3.1. Data Acquisition
3.2. Input Video
3.3. Hand Detection
3.3.1. Skin Detection
3.3.2. Video Processing
3.3.3. Contour Extraction
3.4. Gesture Recognition Technique
3.4.1. Feature Collection
3.4.2. Shape Matching
3.4.3. Hu Invariant Moments Comparison
3.4.4. Recognition Results
4. SYSTEM DESIGN
4.1. Proposed System Modeling language
4.1.1. Use Case Diagram
4.1.2. Flow Charts
4.1.3. Sequence Diagram
5. IMPLEMENTATION
5.1. System Requirements
5.1.1. Software Requirements
5.1.2. Hardware Requirements
5.2. System Description
5.2.1. Load Video
5.2.2. Hand Detection
5.2.2.1. Skin Detection Steps
5.2.2.3. Contours Processing Steps:
5.2.3. Gesture Recognition
6. TESTING
6.1. Testing
6.1.1. Test Case 1
6.1.2. Test Case 2
6.1.3. Test Case 3
6.1.4. Test Case 4
6.1.5. Test Case 5
6.2. Results
7. CONCLUSION & FUTURE WORK
The primary goal of this research is to develop an automated sign language recognition system that bridges the communication gap between the hearing-impaired and the hearing population through advanced image processing and computer vision techniques. The work specifically addresses the challenge of recognizing hand gestures in video sequences to translate sign language alphabets into text.
3.3.1. Skin Detection
Hand detection is done using a skin detection algorithm. Skin color segmentation is the main step where a robust and correct skin color detection algorithm is essential. This is because the succeeding steps mainly depend on the feature of the segmented image. It is vital to select the suitable color space for the application at hand. YCbCr color space (Y luminance, cb and cr are the blue difference and red-difference chrominance components), which is an encoded nonlinear RGB signal, is used for skin modeling. Due to the computational benefit of the YCbCr color space, it has been used for skin segmentation. The procedure of skin detection is as follows:
The video frames acquired are converted to Ycbcr color space with minimum and maximum values. The data value of each frame is saved in a matrix. After applying loop to columns and rows of the matrix and conditional statement to compute values, the computed values are assigned to a new frame. Dilation and erosion is applied to this frame using specified Structuring Element. The resultant frame is returned for further processing and removing of unwanted and noisy areas.
1. INTRODUCTION: Discusses the motivation behind sign language recognition, the communication barrier faced by the deaf community, and outlines the project's scope and limitations.
2. LITERATURE SURVEY: Reviews existing methodologies for gesture recognition, including Neural Networks, Hidden Markov Models, and various image preprocessing techniques.
3. METHODOLOGY: Details the algorithmic approach used, covering data acquisition, video preprocessing, hand detection via skin segmentation, and the gesture recognition process.
4. SYSTEM DESIGN: Presents the architectural design using UML diagrams, including Use Cases, flow charts for each module, and a sequence diagram of the entire system.
5. IMPLEMENTATION: Describes the development environment, software/hardware requirements, and the specific code implementation steps for the GUI and detection algorithms.
6. TESTING: Evaluates the system through various test cases and provides an analysis of the recognition and hand detection accuracy.
7. CONCLUSION & FUTURE WORK: Summarizes the achievements of the thesis and suggests future improvements, such as incorporating Artificial Neural Networks to enhance precision.
Contours, Skin Detection, Shape Matching, Gesture Recognition, Hu Moments Comparison, Sign Language Identification System, Image Processing, Computer Vision, C#.NET, EmguCV, OpenCV, Feature Extraction, Hand Tracking, Video Preprocessing, Human Computer Interfaces.
The project aims to build an automated system capable of recognizing sign language gestures from video files and translating them into corresponding text to facilitate communication for the hearing-impaired.
The study heavily relies on computer vision and digital image processing techniques, implemented within a C#.NET framework using specialized libraries like OpenCV and EmguCV.
The research seeks to determine how image processing and feature set analysis can be used to accurately recognize and categorize sign language alphabets from video input.
The system uses a combination of skin detection for hand localization, contour extraction to define hand shapes, 2D pair-wise geometrical histograms for shape matching, and Hu Invariant Moments for invariant feature comparison.
The main body focuses on the system methodology, architectural design, implementation details, and a rigorous testing phase where the system is evaluated against benchmark data.
Key terms include Sign Language Identification, Skin Detection, Contours, Shape Matching, and Gesture Recognition.
The system converts RGB video frames into the YCbCr color space to exploit its computational efficiency for segmenting skin tones, followed by morphological filters like erosion and dilation to clean the resulting binary masks.
Hu Invariant Moments provide a set of features that remain stable regardless of the rotation, scale, or reflection of the hand gesture, allowing for more reliable matching between the input video and stored templates.
Performance was evaluated through multiple test cases, measuring hand detection accuracy and sign recognition success across different videos and signers, resulting in an overall recognition accuracy of 80-83%.
Der GRIN Verlag hat sich seit 1998 auf die Veröffentlichung akademischer eBooks und Bücher spezialisiert. Der GRIN Verlag steht damit als erstes Unternehmen für User Generated Quality Content. Die Verlagsseiten GRIN.com, Hausarbeiten.de und Diplomarbeiten24 bieten für Hochschullehrer, Absolventen und Studenten die ideale Plattform, wissenschaftliche Texte wie Hausarbeiten, Referate, Bachelorarbeiten, Masterarbeiten, Diplomarbeiten, Dissertationen und wissenschaftliche Aufsätze einem breiten Publikum zu präsentieren.
Kostenfreie Veröffentlichung: Hausarbeit, Bachelorarbeit, Diplomarbeit, Dissertation, Masterarbeit, Interpretation oder Referat jetzt veröffentlichen!

