Skip to content

Latest commit

 

History

History
105 lines (43 loc) · 4.49 KB

File metadata and controls

105 lines (43 loc) · 4.49 KB

Research-Paper---Comparison-of-CNN-and-Contour-Algorithm-for-Number-Identification-Using-Hand-Gestur

Paper Link :- 1) https://www.technoarete.org/common_abstract/pdf/IJERCSE/v8/i5/Ext_53870.pdf 2) https://www.researchgate.net/publication/351838657_Comparison_of_CNN_and_Contour_Algorithm_for_Number_Identification_Using_Hand_Gesture_Recognition

This paper compares the performance of two methods for hand gesture recognition for number identification. The image is captured employing a web camera system and undergoes many process stages before recognition of the numbers. Some of these stages include capturing the images, noise elimination, application of the CNN and contour algorithm to predict the number. Once the hand is been placed in the region of interest the CNN algorithm predicts the number and gives output in the frame using deep learning techniques, whereas the contour algorithm creates the boundary of the hand and predict the number using the convexity hull defects algorithm and gives the output in the frame. The proposed methods of CNN and Contour achieved the accuracy of 91.2% and 93.8% respectively.

0001

0002

0003

0004

0005

0006

Certificate of partisipation

Certificate of participation_2

Acceptance of Research Paper

Published Research Paper

American Standard Sign Language

Application UI

Four Prediction

ROI

Threshold Image

Alphabet - A prediction

Alphabet - Z prediction

Common Word  - I LOVE YOU prediction

Number 3 Prediction

Common Word - NICE! Prediction

Collect data file

Dataset

Dataset of common words(“I LOVE YOU”)

Dataset of Alphabet(“C”)

Training of CNN model(Number 0-9)

SYSTEM ARCHITECTURE

USE CASE DIAGRAM