SlideShare a Scribd company logo
International
OPEN ACCESS Journal
Of Modern Engineering Research (IJMER)
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 5| May. 2014 | 11 |
An Automated Method for Segmentation of the Hand In
Sign Language
B. Luna-Benoso1
, R. Flores-Carapia2
, O. Camacho-Nieto 3
, A. L. Barrales-
López4
, H. Flores-Gutiérrez5
1
(Escuela Superior de Cómputo, Instituto Politécnico Nacional, México)
2, 3, 4, 5
(Centro de Innovación y DesarrolloTecnológico en Cómputo, Instituto Politécnico Nacional, México)
I. Introducción
Around of 70 million deaf people in the world use the signs language as their maternal language or
main language [1]. The difficulties faced the people deaf-mute in the daily life are quite due to the difficult
understanding or total ignorance of signs language meaning that use. The signs language is a communication
mean for the people with deficiency hearing, where the words and sentences are represented for hand gestures,
and have grammatical structures perfectly defined. Due to the difficult communication that be between a deaf
people that use the signs language for take charge of the translation process with the finality of study to deeply
the deaf culture with psychotherapeutic purpose[2]. A system capable of carry out the automatic recognition of
sign language without the need of an individual translator can eventually provide an excellent tool for deaf
people to communicate with people that disown the language, and this way we can achieve a better way to live
[3]. This paper proposes a methodology for carry out the automatic segmentation of hand in images that show
the Mexican sign language (figure 1). For this, images were captured by a people webcam doing some Mexican
sign language, later with digital treatment techniques of images basing in the spatial domain was obtained the
sign segmentation doing by the individual.
Figure 1: Mexican sign language
II. Basic concepts
In the section three will be shown the proposed method, however for that, make use of the
mathematical morphology, and for that reason, in the following lines we show the concerning concepts for the
mathematical morphology.
The mathematical morphology is a framework based exclusively in the set theory. The original theory
developed by Georges Matheron and Jean Serra, has been used with huge success in the digital processing of
binary images. There are two fundamental operations in the mathematical morphology: dilatation and the
erosion. The dilatation is a term referred to increase, expand, rise, among other actions, of any object. On the
other hand, the erosion is referred to the contraction, reduction, decrease, among other actions, of any object. In
the following lines are the accuracy definitions of the fundamental operations of the mathematical morphology.
Abstract: This paper presents an automated method for hand segmentation in images that make use of
signs language. For this, used an images bank that was captured by a webcam to which were applied
spatial domain methods for hand segmentation.
Keywords: Digital images processing, spatial domain methods, images segmentation.
An Automated Method for Segmentation of the hand in Sign Language
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 5| May. 2014 | 12 |
2.1 Dilation
Started the short dilation operation study. For this, consider in all that follow, discrete sets 2-dimensional, that
is, subsets of ℤ2
.
Definition 2.1.1:BeA ⊆ ℤ2
. The set A is denoted byA −
, is defined by:
A−
= −x|x ∈ A (1)
Definition 2.1.2:BeA ⊆ ℤ2
andx ∈ ℤ2
. The translation of A by x denoted by (A)xis defined as:
(A)x = a + x|a ∈ A (2)
The following definition shows the formal concept of what is dilation operation.
Definition 2.1.3: BeA, B ⊆ ℤ2
, the dilation of A by B, denoted byA ⊕ B, is the sum of Minkowskiof A and B;
this is:
A ⊕ B = a + b|a ∈ A and b ∈ B (3)
The set B of the previous definition will be called structuring element.
Figure 2: Representing the set A, the structuring element B = 0,0 , 1,0 , (2,0) and the dilationA ⊕ B
Theorem 2.1.1:Be A, B ⊆ ℤ2
. It holds that:
A ⊕ B = x|(B−
)x ∩ A ≠ ∅ (4)
Demonstration:
x ∈ A ⊕ BIfx= a + b for somea ∈ A and b ∈ B if x − b = a for some a ∈ A and b ∈ B if x − b = a for some
a ∈ A and −b ∈ B−
if a − x = −b for some a ∈ A and −b ∈ B−
if a ∈ (B−
)x and a ∈ A if a ∈ (B−
)x ∩ A for
some a if Bx
−
∩ A ≠ ∅. 
The previous theorem allows us to define an alternative form, which is the dilation of a set A by the structuring
element B.
2.2 Erosion
Then be show the formal concept of what is erosion.
Definition 2.2.1: Be A, B ⊆ ℤ2
. The erosion of A by B, denoted by A ⊖ B, the subtraction of Minkowski of Aby
B; this is:
A ⊖ B = x ∈ ℤ2
|x + b ∈ A for each b ∈ B (5)
Figure 3: Representación the set A, the structuring element B = −1, 0 , 0,0 , (1,0) and the erosion A ⊖ B
An Automated Method for Segmentation of the hand in Sign Language
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 5| May. 2014 | 13 |
Theorem 2.2.1: be A, B ⊆ ℤ2
, it holds that:
A ⊖ B = x|(B)x ⊆ A (6)
Demonstration:
x ∈ A ⊖ BIfx + b ∈ A for each b ∈ B by the definition 2.2.1 if (B)x ⊆ A by the definition 2.1.2 
The previous theorem allows us to define an alternative form, which is the erosion of a setA by the structuring
element B.
III. Proposed method
Before to arrive on detail with proposed method, it’s necessary give the definition about a digital
image. A digital image is a Two-dimensional function f (x, y), of the light intensity (Sheen/brightness) on a
space point, so (x, y), the coordinates for that point [9]. Inasmuch as a digital image is a function f (x, y)
discretised on the space coordinates so in the sheen, sometimes could be representative like a two-dimensional
matrix Fij = (fij)mxn , where m and n are the size of the image and fij = f (xi, xj).
The proposed method is dived in two parts: 1) image acquisition and 2) signal segmentation of the individual
done.
1) Image acquisition: With webcam help, to get images of persons doing a signal of LSM set. Like in
figure 4.
Figure 4: Imageacquisition.
2) Signal segmentation: For this part it could be considerate the next stages:
Step 1. The image need to be separate in three components red, green and blue (RGB) and it was considerate the
red component because of the human skin is more sharp for this component (figure 5).
Step 2. It was considerate to grayscale from red component, this is, the value of the red component is copied to
the green and blue component, thereby obtaining the image in grayscale.
Figure 5: Decomposing an image into its three RGB components, and grayscale.
An Automated Method for Segmentation of the hand in Sign Language
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 5| May. 2014 | 14 |
Step 3. The histogram was obtained of the image with gray levels in the range [0, 255], where the histogram is a
discrete function H k represents the number of colors of each gray level (k = 0, …, 255) [9].
Step 4. Given an image f x, y and two variables u and v, the binarization by thresholding is used defined as
follows:
binij =
0
255
if u ≤ fij ≤ v
if fij < 𝑢 𝑜𝑟 fij > 𝑣
Shown in Figure 6, that the histogram shows two maximum peaks at 0 and 255, to eliminate these peaks, were
considered as thresholds u = 20 and v = 185.
Figure 6: Show the first 4 steps applied to a color image.
Once obtained, the binarized image, we proceeded to locate the corresponding part of the hand, for it is
considered that:
Step 5. Consider a mask size x within a mask size y as shown in Figure 7. Variablesu and v be two to locate the
area corresponding to the hand image, the following function is implemented for each point i, j on the image, it
is My
ij
mask size and centered at i, j , the function Tijis defined at each point i, j as:
Tij : My
ij
→ [0, 255]
Where
𝑇𝑖𝑗 𝑟, 𝑠 =
𝑓𝑟𝑠
255
𝑖𝑓 𝐴 𝑥 ≥ 𝑢 𝑎𝑛𝑑 𝐴 𝑦 − 𝐴 𝑥 ≤ 𝑣
𝑖𝑓 𝐴 𝑥 < 𝑢 𝑜𝑟 𝐴 𝑦 − 𝐴 𝑥 > 𝑣
With𝐴 𝑥 and 𝐴 𝑦 the areas enclosed by the masks of size 𝑥 and 𝑦 respectively.
Figure 7: Masks of size x and y.
Step 6.Once located the section of image binary corresponding of the hand, morphological erosion operator was
applied.
An Automated Method for Segmentation of the hand in Sign Language
| IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 5| May. 2014 | 15 |
Step 7. Morphological dilation operator was applied.
The figure 8 shows the process of applying erosion to the image hand segmented with a Moore neighborhood,
and subsequently applying dilation 6 times with the same vicinity. Finally, shows the image of the hand
segmented to color.
Figure 8: Process segmentation of the hand to locate the sign on.
IV. Conclusión
This paper is presented an automated method for segmentation of abnormalities in digital
mammography images. The method was applied an images bank that was captured by a webcam The proposed
segmentation method can be a useful to the development of computational systems that address the problem of
patterns classification focused on the problem of sign language.
Acknowledgements
The authors would like to thank the Instituto Politécnico Nacional (SecretaríaAcadémica, EDI,
COFAA, SIP, ESCOM and CIDETEC), the CONACyT and SNI for their economical support to develop this
work.
REFERENCES
[1] World Federation of the Deaf. www.wfdeaf.org.
[2] Porter A, (1999), Sign-language interpretation in psychotherapy with deaf patients.American Journal of
Psychotherapy;Spring1999, Vol. 53 Issue 2, p163.
[3] M. Krishnaveni, V. Radha. Classifier fusin base don Bayes aggregation method for Indian sign language datasets.
Procedia Engineering, vol 30, 2012, pp 1110-1118.
[4] Matheron, G. (1975). Random Sets and Integral Geometry. Wiley, New York.
[5] Serra, J. (1982). Image Analysis and Mathematical Morphology. Vol. I, Academic Press, London.
[6] Serra, J. (1988). Image Analysis and Mathematical Morphology. Vol. 11: Theoretical Advances, Academic Press,
London.
[7] Dougherty, E. R., Lotufo, R. A. (2003). Hands-om morphological image processing. Vol TT59, spie press.
[8] Aptoula, E., Lefèvre, S. (2007). A comparative study on multivariate mathematical morphology. Pattern
Recognition.
[9] Gonzalez, R., Woods, J., Digital image processing, 3rd ed., Prentice Hall, New Jersey, 2008.
[10] J.H. Sossa-Azuela, C. Yáñez-Márquez, J. L. Díaz de León S. Computing geometric moments using morphological
erosion. Pattern Recognition, Volume 34, Issue 2, February 2001, Pages 271-276.

More Related Content

What's hot

Chapter 9 morphological image processing
Chapter 9   morphological image processingChapter 9   morphological image processing
Chapter 9 morphological image processing
Ahmed Daoud
 
An approach to improving edge
An approach to improving edgeAn approach to improving edge
An approach to improving edge
ijma
 
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSINGTYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
Kamana Tripathi
 
COM2304: Morphological Image Processing
COM2304: Morphological Image ProcessingCOM2304: Morphological Image Processing
COM2304: Morphological Image Processing
Hemantha Kulathilake
 
morphological image processing
morphological image processingmorphological image processing
morphological image processing
Anubhav Kumar
 
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
iosrjce
 
B. SC CSIT Computer Graphics Unit 3 By Tekendra Nath Yogi
B. SC CSIT Computer Graphics Unit 3 By Tekendra Nath YogiB. SC CSIT Computer Graphics Unit 3 By Tekendra Nath Yogi
B. SC CSIT Computer Graphics Unit 3 By Tekendra Nath Yogi
Tekendra Nath Yogi
 
B. SC CSIT Computer Graphics Unit 4 By Tekendra Nath Yogi
B. SC CSIT Computer Graphics Unit 4 By Tekendra Nath YogiB. SC CSIT Computer Graphics Unit 4 By Tekendra Nath Yogi
B. SC CSIT Computer Graphics Unit 4 By Tekendra Nath Yogi
Tekendra Nath Yogi
 
Practical Digital Image Processing 2
Practical Digital Image Processing 2Practical Digital Image Processing 2
Practical Digital Image Processing 2
Aly Abdelkareem
 
Image processing
Image processingImage processing
Image processing
Tuan Nguyen Duc
 
morphological image processing
morphological image processingmorphological image processing
morphological image processing
John Williams
 
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSINGTYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
Kamana Tripathi
 
Chapter 9 morphological image processing
Chapter 9   morphological image processingChapter 9   morphological image processing
Chapter 9 morphological image processing
Ahmed Daoud
 
Erosion and dilation
Erosion and dilationErosion and dilation
Erosion and dilation
Akhil .B
 
3D reconstruction by photogrammetry and 4D deformation measurement
3D reconstruction by photogrammetry and 4D deformation measurement3D reconstruction by photogrammetry and 4D deformation measurement
3D reconstruction by photogrammetry and 4D deformation measurement
National Cheng Kung University
 
Multimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital librariesMultimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital libraries
Mazin Alwaaly
 
Morphological image processing
Morphological image processingMorphological image processing
Morphological image processing
Raghu Kumar
 
Image segmentation
Image segmentationImage segmentation
Local binary pattern
Local binary patternLocal binary pattern
Local binary pattern
International Islamic University
 
Face Detection for identification of people in Images of Internet
Face Detection for identification of people in Images of InternetFace Detection for identification of people in Images of Internet
Face Detection for identification of people in Images of Internet
ijceronline
 

What's hot (20)

Chapter 9 morphological image processing
Chapter 9   morphological image processingChapter 9   morphological image processing
Chapter 9 morphological image processing
 
An approach to improving edge
An approach to improving edgeAn approach to improving edge
An approach to improving edge
 
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSINGTYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
 
COM2304: Morphological Image Processing
COM2304: Morphological Image ProcessingCOM2304: Morphological Image Processing
COM2304: Morphological Image Processing
 
morphological image processing
morphological image processingmorphological image processing
morphological image processing
 
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier ExposurePerformance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
Performance of Efficient Closed-Form Solution to Comprehensive Frontier Exposure
 
B. SC CSIT Computer Graphics Unit 3 By Tekendra Nath Yogi
B. SC CSIT Computer Graphics Unit 3 By Tekendra Nath YogiB. SC CSIT Computer Graphics Unit 3 By Tekendra Nath Yogi
B. SC CSIT Computer Graphics Unit 3 By Tekendra Nath Yogi
 
B. SC CSIT Computer Graphics Unit 4 By Tekendra Nath Yogi
B. SC CSIT Computer Graphics Unit 4 By Tekendra Nath YogiB. SC CSIT Computer Graphics Unit 4 By Tekendra Nath Yogi
B. SC CSIT Computer Graphics Unit 4 By Tekendra Nath Yogi
 
Practical Digital Image Processing 2
Practical Digital Image Processing 2Practical Digital Image Processing 2
Practical Digital Image Processing 2
 
Image processing
Image processingImage processing
Image processing
 
morphological image processing
morphological image processingmorphological image processing
morphological image processing
 
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSINGTYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
TYBSC (CS) SEM 6- DIGITAL IMAGE PROCESSING
 
Chapter 9 morphological image processing
Chapter 9   morphological image processingChapter 9   morphological image processing
Chapter 9 morphological image processing
 
Erosion and dilation
Erosion and dilationErosion and dilation
Erosion and dilation
 
3D reconstruction by photogrammetry and 4D deformation measurement
3D reconstruction by photogrammetry and 4D deformation measurement3D reconstruction by photogrammetry and 4D deformation measurement
3D reconstruction by photogrammetry and 4D deformation measurement
 
Multimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital librariesMultimedia content based retrieval in digital libraries
Multimedia content based retrieval in digital libraries
 
Morphological image processing
Morphological image processingMorphological image processing
Morphological image processing
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Local binary pattern
Local binary patternLocal binary pattern
Local binary pattern
 
Face Detection for identification of people in Images of Internet
Face Detection for identification of people in Images of InternetFace Detection for identification of people in Images of Internet
Face Detection for identification of people in Images of Internet
 

Viewers also liked

EXPLORATORY PROJECT
EXPLORATORY PROJECTEXPLORATORY PROJECT
EXPLORATORY PROJECT
Aman Soni
 
Final Report
Final ReportFinal Report
Final Report
Aman Soni
 
Hand Segmentation for Hand Gesture Recognition
Hand Segmentation for Hand Gesture RecognitionHand Segmentation for Hand Gesture Recognition
Hand Segmentation for Hand Gesture Recognition
AM Publications,India
 
IMAGE PROCESSING
IMAGE PROCESSINGIMAGE PROCESSING
IMAGE PROCESSING
Deepa Tamilselvan
 
RGB colour detection and tracking on MATLAB
RGB colour detection and tracking on MATLABRGB colour detection and tracking on MATLAB
RGB colour detection and tracking on MATLAB
Nirma University
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
Mukul Jindal
 
Color based image processing , tracking and automation using matlab
Color based image processing , tracking and automation using matlabColor based image processing , tracking and automation using matlab
Color based image processing , tracking and automation using matlab
Kamal Pradhan
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
Deepak Kumar
 
Matlab source codes section | Download MATLAB source code freerce-codes
Matlab source codes section | Download MATLAB source code freerce-codesMatlab source codes section | Download MATLAB source code freerce-codes
Matlab source codes section | Download MATLAB source code freerce-codes
hafsabanu
 
Image proceesing with matlab
Image proceesing with matlabImage proceesing with matlab
Image proceesing with matlab
Ashutosh Shahi
 
Basics of Image Processing using MATLAB
Basics of Image Processing using MATLABBasics of Image Processing using MATLAB
Basics of Image Processing using MATLAB
vkn13
 
Image segmentation ppt
Image segmentation pptImage segmentation ppt
Image segmentation ppt
Gichelle Amon
 
An Experimental Investigation on Mode-II Fracture of Light Weight Pumice Aggr...
An Experimental Investigation on Mode-II Fracture of Light Weight Pumice Aggr...An Experimental Investigation on Mode-II Fracture of Light Weight Pumice Aggr...
An Experimental Investigation on Mode-II Fracture of Light Weight Pumice Aggr...
IJMER
 
Stability of the Equilibrium Position of the Centre of Mass of an Inextensibl...
Stability of the Equilibrium Position of the Centre of Mass of an Inextensibl...Stability of the Equilibrium Position of the Centre of Mass of an Inextensibl...
Stability of the Equilibrium Position of the Centre of Mass of an Inextensibl...
IJMER
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And Audit
IJMER
 
Some New Operations on Fuzzy Soft Sets
Some New Operations on Fuzzy Soft SetsSome New Operations on Fuzzy Soft Sets
Some New Operations on Fuzzy Soft Sets
IJMER
 
Simcoe website presentation version 2 dec 16
Simcoe website presentation version 2 dec 16Simcoe website presentation version 2 dec 16
Simcoe website presentation version 2 dec 16
Miles McDonald
 
A Novel Approach To Answer Continuous Aggregation Queries Using Data Aggregat...
A Novel Approach To Answer Continuous Aggregation Queries Using Data Aggregat...A Novel Approach To Answer Continuous Aggregation Queries Using Data Aggregat...
A Novel Approach To Answer Continuous Aggregation Queries Using Data Aggregat...
IJMER
 
Ci31360364
Ci31360364Ci31360364
Ci31360364
IJMER
 
Design of Cooling Package of Diesel Genset
Design of Cooling Package of Diesel GensetDesign of Cooling Package of Diesel Genset
Design of Cooling Package of Diesel Genset
IJMER
 

Viewers also liked (20)

EXPLORATORY PROJECT
EXPLORATORY PROJECTEXPLORATORY PROJECT
EXPLORATORY PROJECT
 
Final Report
Final ReportFinal Report
Final Report
 
Hand Segmentation for Hand Gesture Recognition
Hand Segmentation for Hand Gesture RecognitionHand Segmentation for Hand Gesture Recognition
Hand Segmentation for Hand Gesture Recognition
 
IMAGE PROCESSING
IMAGE PROCESSINGIMAGE PROCESSING
IMAGE PROCESSING
 
RGB colour detection and tracking on MATLAB
RGB colour detection and tracking on MATLABRGB colour detection and tracking on MATLAB
RGB colour detection and tracking on MATLAB
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Color based image processing , tracking and automation using matlab
Color based image processing , tracking and automation using matlabColor based image processing , tracking and automation using matlab
Color based image processing , tracking and automation using matlab
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
Matlab source codes section | Download MATLAB source code freerce-codes
Matlab source codes section | Download MATLAB source code freerce-codesMatlab source codes section | Download MATLAB source code freerce-codes
Matlab source codes section | Download MATLAB source code freerce-codes
 
Image proceesing with matlab
Image proceesing with matlabImage proceesing with matlab
Image proceesing with matlab
 
Basics of Image Processing using MATLAB
Basics of Image Processing using MATLABBasics of Image Processing using MATLAB
Basics of Image Processing using MATLAB
 
Image segmentation ppt
Image segmentation pptImage segmentation ppt
Image segmentation ppt
 
An Experimental Investigation on Mode-II Fracture of Light Weight Pumice Aggr...
An Experimental Investigation on Mode-II Fracture of Light Weight Pumice Aggr...An Experimental Investigation on Mode-II Fracture of Light Weight Pumice Aggr...
An Experimental Investigation on Mode-II Fracture of Light Weight Pumice Aggr...
 
Stability of the Equilibrium Position of the Centre of Mass of an Inextensibl...
Stability of the Equilibrium Position of the Centre of Mass of an Inextensibl...Stability of the Equilibrium Position of the Centre of Mass of an Inextensibl...
Stability of the Equilibrium Position of the Centre of Mass of an Inextensibl...
 
Studies On Energy Conservation And Audit
Studies On Energy Conservation And AuditStudies On Energy Conservation And Audit
Studies On Energy Conservation And Audit
 
Some New Operations on Fuzzy Soft Sets
Some New Operations on Fuzzy Soft SetsSome New Operations on Fuzzy Soft Sets
Some New Operations on Fuzzy Soft Sets
 
Simcoe website presentation version 2 dec 16
Simcoe website presentation version 2 dec 16Simcoe website presentation version 2 dec 16
Simcoe website presentation version 2 dec 16
 
A Novel Approach To Answer Continuous Aggregation Queries Using Data Aggregat...
A Novel Approach To Answer Continuous Aggregation Queries Using Data Aggregat...A Novel Approach To Answer Continuous Aggregation Queries Using Data Aggregat...
A Novel Approach To Answer Continuous Aggregation Queries Using Data Aggregat...
 
Ci31360364
Ci31360364Ci31360364
Ci31360364
 
Design of Cooling Package of Diesel Genset
Design of Cooling Package of Diesel GensetDesign of Cooling Package of Diesel Genset
Design of Cooling Package of Diesel Genset
 

Similar to An Automated Method for Segmentation of the Hand In Sign Language

Face Detection and Recognition Using Back Propagation Neural Network and Four...
Face Detection and Recognition Using Back Propagation Neural Network and Four...Face Detection and Recognition Using Back Propagation Neural Network and Four...
Face Detection and Recognition Using Back Propagation Neural Network and Four...
sipij
 
Hybrid Technique for Copy-Move Forgery Detection Using L*A*B* Color Space
Hybrid Technique for Copy-Move Forgery Detection Using L*A*B* Color Space Hybrid Technique for Copy-Move Forgery Detection Using L*A*B* Color Space
Hybrid Technique for Copy-Move Forgery Detection Using L*A*B* Color Space
IJEEE
 
Object based image enhancement
Object based image enhancementObject based image enhancement
Object based image enhancement
ijait
 
Hand and wrist localization approach: sign language recognition
Hand and wrist localization approach: sign language recognition Hand and wrist localization approach: sign language recognition
Hand and wrist localization approach: sign language recognition
Sana Fakhfakh
 
A comparative study on content based image retrieval methods
A comparative study on content based image retrieval methodsA comparative study on content based image retrieval methods
A comparative study on content based image retrieval methods
IJLT EMAS
 
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
CSCJournals
 
Research Paper v2.0
Research Paper v2.0Research Paper v2.0
Research Paper v2.0
Kapil Tiwari
 
I010634450
I010634450I010634450
I010634450
IOSR Journals
 
EDGE DETECTION OF MICROSCOPIC IMAGE
EDGE DETECTION OF MICROSCOPIC IMAGEEDGE DETECTION OF MICROSCOPIC IMAGE
EDGE DETECTION OF MICROSCOPIC IMAGE
IAEME Publication
 
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient Boosting
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient BoostingDetection of Seam Carving in Uncompressed Images using eXtreme Gradient Boosting
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient Boosting
IJCSIS Research Publications
 
495Poster
495Poster495Poster
495Poster
Bruce Hunt
 
Content based image retrieval (cbir) using
Content based image retrieval (cbir) usingContent based image retrieval (cbir) using
Content based image retrieval (cbir) using
ijcsity
 
I017417176
I017417176I017417176
I017417176
IOSR Journals
 
Edge detection algorithm based on quantum superposition principle and photons...
Edge detection algorithm based on quantum superposition principle and photons...Edge detection algorithm based on quantum superposition principle and photons...
Edge detection algorithm based on quantum superposition principle and photons...
IJECEIAES
 
A Novel 2D Feature Extraction Method for Fingerprints Using Minutiae Points a...
A Novel 2D Feature Extraction Method for Fingerprints Using Minutiae Points a...A Novel 2D Feature Extraction Method for Fingerprints Using Minutiae Points a...
A Novel 2D Feature Extraction Method for Fingerprints Using Minutiae Points a...
IJECEIAES
 
Combining Generative And Discriminative Classifiers For Semantic Automatic Im...
Combining Generative And Discriminative Classifiers For Semantic Automatic Im...Combining Generative And Discriminative Classifiers For Semantic Automatic Im...
Combining Generative And Discriminative Classifiers For Semantic Automatic Im...
CSCJournals
 
IRJET-Real Time Hand Gesture Recognition using Finger Tips
IRJET-Real Time Hand Gesture Recognition using Finger TipsIRJET-Real Time Hand Gesture Recognition using Finger Tips
IRJET-Real Time Hand Gesture Recognition using Finger Tips
IRJET Journal
 
Noise tolerant color image segmentation using support vector machine
Noise tolerant color image segmentation using support vector machineNoise tolerant color image segmentation using support vector machine
Noise tolerant color image segmentation using support vector machine
eSAT Publishing House
 
Gabor Filter
Gabor FilterGabor Filter
Tracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance systemTracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance system
iaemedu
 

Similar to An Automated Method for Segmentation of the Hand In Sign Language (20)

Face Detection and Recognition Using Back Propagation Neural Network and Four...
Face Detection and Recognition Using Back Propagation Neural Network and Four...Face Detection and Recognition Using Back Propagation Neural Network and Four...
Face Detection and Recognition Using Back Propagation Neural Network and Four...
 
Hybrid Technique for Copy-Move Forgery Detection Using L*A*B* Color Space
Hybrid Technique for Copy-Move Forgery Detection Using L*A*B* Color Space Hybrid Technique for Copy-Move Forgery Detection Using L*A*B* Color Space
Hybrid Technique for Copy-Move Forgery Detection Using L*A*B* Color Space
 
Object based image enhancement
Object based image enhancementObject based image enhancement
Object based image enhancement
 
Hand and wrist localization approach: sign language recognition
Hand and wrist localization approach: sign language recognition Hand and wrist localization approach: sign language recognition
Hand and wrist localization approach: sign language recognition
 
A comparative study on content based image retrieval methods
A comparative study on content based image retrieval methodsA comparative study on content based image retrieval methods
A comparative study on content based image retrieval methods
 
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
Face Recognition Using Neural Network Based Fourier Gabor Filters & Random Pr...
 
Research Paper v2.0
Research Paper v2.0Research Paper v2.0
Research Paper v2.0
 
I010634450
I010634450I010634450
I010634450
 
EDGE DETECTION OF MICROSCOPIC IMAGE
EDGE DETECTION OF MICROSCOPIC IMAGEEDGE DETECTION OF MICROSCOPIC IMAGE
EDGE DETECTION OF MICROSCOPIC IMAGE
 
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient Boosting
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient BoostingDetection of Seam Carving in Uncompressed Images using eXtreme Gradient Boosting
Detection of Seam Carving in Uncompressed Images using eXtreme Gradient Boosting
 
495Poster
495Poster495Poster
495Poster
 
Content based image retrieval (cbir) using
Content based image retrieval (cbir) usingContent based image retrieval (cbir) using
Content based image retrieval (cbir) using
 
I017417176
I017417176I017417176
I017417176
 
Edge detection algorithm based on quantum superposition principle and photons...
Edge detection algorithm based on quantum superposition principle and photons...Edge detection algorithm based on quantum superposition principle and photons...
Edge detection algorithm based on quantum superposition principle and photons...
 
A Novel 2D Feature Extraction Method for Fingerprints Using Minutiae Points a...
A Novel 2D Feature Extraction Method for Fingerprints Using Minutiae Points a...A Novel 2D Feature Extraction Method for Fingerprints Using Minutiae Points a...
A Novel 2D Feature Extraction Method for Fingerprints Using Minutiae Points a...
 
Combining Generative And Discriminative Classifiers For Semantic Automatic Im...
Combining Generative And Discriminative Classifiers For Semantic Automatic Im...Combining Generative And Discriminative Classifiers For Semantic Automatic Im...
Combining Generative And Discriminative Classifiers For Semantic Automatic Im...
 
IRJET-Real Time Hand Gesture Recognition using Finger Tips
IRJET-Real Time Hand Gesture Recognition using Finger TipsIRJET-Real Time Hand Gesture Recognition using Finger Tips
IRJET-Real Time Hand Gesture Recognition using Finger Tips
 
Noise tolerant color image segmentation using support vector machine
Noise tolerant color image segmentation using support vector machineNoise tolerant color image segmentation using support vector machine
Noise tolerant color image segmentation using support vector machine
 
Gabor Filter
Gabor FilterGabor Filter
Gabor Filter
 
Tracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance systemTracking and counting human in visual surveillance system
Tracking and counting human in visual surveillance system
 

More from IJMER

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...
IJMER
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed Delinting
IJMER
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja Fibre
IJMER
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
IJMER
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
IJMER
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
IJMER
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
IJMER
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
IJMER
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
IJMER
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless Bicycle
IJMER
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise Applications
IJMER
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation System
IJMER
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological Spaces
IJMER
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...
IJMER
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine Learning
IJMER
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
IJMER
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
IJMER
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDL
IJMER
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One Prey
IJMER
 
Application of Parabolic Trough Collectorfor Reduction of Pressure Drop in Oi...
Application of Parabolic Trough Collectorfor Reduction of Pressure Drop in Oi...Application of Parabolic Trough Collectorfor Reduction of Pressure Drop in Oi...
Application of Parabolic Trough Collectorfor Reduction of Pressure Drop in Oi...
IJMER
 

More from IJMER (20)

A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...A Study on Translucent Concrete Product and Its Properties by Using Optical F...
A Study on Translucent Concrete Product and Its Properties by Using Optical F...
 
Developing Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed DelintingDeveloping Cost Effective Automation for Cotton Seed Delinting
Developing Cost Effective Automation for Cotton Seed Delinting
 
Study & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja FibreStudy & Testing Of Bio-Composite Material Based On Munja Fibre
Study & Testing Of Bio-Composite Material Based On Munja Fibre
 
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
Hybrid Engine (Stirling Engine + IC Engine + Electric Motor)
 
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
Fabrication & Characterization of Bio Composite Materials Based On Sunnhemp F...
 
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
Geochemistry and Genesis of Kammatturu Iron Ores of Devagiri Formation, Sandu...
 
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
Experimental Investigation on Characteristic Study of the Carbon Steel C45 in...
 
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
Non linear analysis of Robot Gun Support Structure using Equivalent Dynamic A...
 
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works SimulationStatic Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
Static Analysis of Go-Kart Chassis by Analytical and Solid Works Simulation
 
High Speed Effortless Bicycle
High Speed Effortless BicycleHigh Speed Effortless Bicycle
High Speed Effortless Bicycle
 
Integration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise ApplicationsIntegration of Struts & Spring & Hibernate for Enterprise Applications
Integration of Struts & Spring & Hibernate for Enterprise Applications
 
Microcontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation SystemMicrocontroller Based Automatic Sprinkler Irrigation System
Microcontroller Based Automatic Sprinkler Irrigation System
 
On some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological SpacesOn some locally closed sets and spaces in Ideal Topological Spaces
On some locally closed sets and spaces in Ideal Topological Spaces
 
Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...Intrusion Detection and Forensics based on decision tree and Association rule...
Intrusion Detection and Forensics based on decision tree and Association rule...
 
Natural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine LearningNatural Language Ambiguity and its Effect on Machine Learning
Natural Language Ambiguity and its Effect on Machine Learning
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
 
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded CylindersMaterial Parameter and Effect of Thermal Load on Functionally Graded Cylinders
Material Parameter and Effect of Thermal Load on Functionally Graded Cylinders
 
An Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDLAn Implementation of I2C Slave Interface using Verilog HDL
An Implementation of I2C Slave Interface using Verilog HDL
 
Discrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One PreyDiscrete Model of Two Predators competing for One Prey
Discrete Model of Two Predators competing for One Prey
 
Application of Parabolic Trough Collectorfor Reduction of Pressure Drop in Oi...
Application of Parabolic Trough Collectorfor Reduction of Pressure Drop in Oi...Application of Parabolic Trough Collectorfor Reduction of Pressure Drop in Oi...
Application of Parabolic Trough Collectorfor Reduction of Pressure Drop in Oi...
 

Recently uploaded

NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENTNATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
Addu25809
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
shadow0702a
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
NazakatAliKhoso2
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
amsjournal
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Christina Lin
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
IJECEIAES
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
co23btech11018
 
gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))
shivani5543
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
LAXMAREDDY22
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
171ticu
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Hematology Analyzer Machine - Complete Blood Count
Hematology Analyzer Machine - Complete Blood CountHematology Analyzer Machine - Complete Blood Count
Hematology Analyzer Machine - Complete Blood Count
shahdabdulbaset
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
Mahmoud Morsy
 

Recently uploaded (20)

NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENTNATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
NATURAL DEEP EUTECTIC SOLVENTS AS ANTI-FREEZING AGENT
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
Use PyCharm for remote debugging of WSL on a Windo cf5c162d672e4e58b4dde5d797...
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
UNLOCKING HEALTHCARE 4.0: NAVIGATING CRITICAL SUCCESS FACTORS FOR EFFECTIVE I...
 
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming PipelinesHarnessing WebAssembly for Real-time Stateless Streaming Pipelines
Harnessing WebAssembly for Real-time Stateless Streaming Pipelines
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
 
Computational Engineering IITH Presentation
Computational Engineering IITH PresentationComputational Engineering IITH Presentation
Computational Engineering IITH Presentation
 
gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))gray level transformation unit 3(image processing))
gray level transformation unit 3(image processing))
 
BRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdfBRAIN TUMOR DETECTION for seminar ppt.pdf
BRAIN TUMOR DETECTION for seminar ppt.pdf
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样官方认证美国密歇根州立大学毕业证学位证书原版一模一样
官方认证美国密歇根州立大学毕业证学位证书原版一模一样
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Hematology Analyzer Machine - Complete Blood Count
Hematology Analyzer Machine - Complete Blood CountHematology Analyzer Machine - Complete Blood Count
Hematology Analyzer Machine - Complete Blood Count
 
Certificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi AhmedCertificates - Mahmoud Mohamed Moursi Ahmed
Certificates - Mahmoud Mohamed Moursi Ahmed
 

An Automated Method for Segmentation of the Hand In Sign Language

  • 1. International OPEN ACCESS Journal Of Modern Engineering Research (IJMER) | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 5| May. 2014 | 11 | An Automated Method for Segmentation of the Hand In Sign Language B. Luna-Benoso1 , R. Flores-Carapia2 , O. Camacho-Nieto 3 , A. L. Barrales- López4 , H. Flores-Gutiérrez5 1 (Escuela Superior de Cómputo, Instituto Politécnico Nacional, México) 2, 3, 4, 5 (Centro de Innovación y DesarrolloTecnológico en Cómputo, Instituto Politécnico Nacional, México) I. Introducción Around of 70 million deaf people in the world use the signs language as their maternal language or main language [1]. The difficulties faced the people deaf-mute in the daily life are quite due to the difficult understanding or total ignorance of signs language meaning that use. The signs language is a communication mean for the people with deficiency hearing, where the words and sentences are represented for hand gestures, and have grammatical structures perfectly defined. Due to the difficult communication that be between a deaf people that use the signs language for take charge of the translation process with the finality of study to deeply the deaf culture with psychotherapeutic purpose[2]. A system capable of carry out the automatic recognition of sign language without the need of an individual translator can eventually provide an excellent tool for deaf people to communicate with people that disown the language, and this way we can achieve a better way to live [3]. This paper proposes a methodology for carry out the automatic segmentation of hand in images that show the Mexican sign language (figure 1). For this, images were captured by a people webcam doing some Mexican sign language, later with digital treatment techniques of images basing in the spatial domain was obtained the sign segmentation doing by the individual. Figure 1: Mexican sign language II. Basic concepts In the section three will be shown the proposed method, however for that, make use of the mathematical morphology, and for that reason, in the following lines we show the concerning concepts for the mathematical morphology. The mathematical morphology is a framework based exclusively in the set theory. The original theory developed by Georges Matheron and Jean Serra, has been used with huge success in the digital processing of binary images. There are two fundamental operations in the mathematical morphology: dilatation and the erosion. The dilatation is a term referred to increase, expand, rise, among other actions, of any object. On the other hand, the erosion is referred to the contraction, reduction, decrease, among other actions, of any object. In the following lines are the accuracy definitions of the fundamental operations of the mathematical morphology. Abstract: This paper presents an automated method for hand segmentation in images that make use of signs language. For this, used an images bank that was captured by a webcam to which were applied spatial domain methods for hand segmentation. Keywords: Digital images processing, spatial domain methods, images segmentation.
  • 2. An Automated Method for Segmentation of the hand in Sign Language | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 5| May. 2014 | 12 | 2.1 Dilation Started the short dilation operation study. For this, consider in all that follow, discrete sets 2-dimensional, that is, subsets of ℤ2 . Definition 2.1.1:BeA ⊆ ℤ2 . The set A is denoted byA − , is defined by: A− = −x|x ∈ A (1) Definition 2.1.2:BeA ⊆ ℤ2 andx ∈ ℤ2 . The translation of A by x denoted by (A)xis defined as: (A)x = a + x|a ∈ A (2) The following definition shows the formal concept of what is dilation operation. Definition 2.1.3: BeA, B ⊆ ℤ2 , the dilation of A by B, denoted byA ⊕ B, is the sum of Minkowskiof A and B; this is: A ⊕ B = a + b|a ∈ A and b ∈ B (3) The set B of the previous definition will be called structuring element. Figure 2: Representing the set A, the structuring element B = 0,0 , 1,0 , (2,0) and the dilationA ⊕ B Theorem 2.1.1:Be A, B ⊆ ℤ2 . It holds that: A ⊕ B = x|(B− )x ∩ A ≠ ∅ (4) Demonstration: x ∈ A ⊕ BIfx= a + b for somea ∈ A and b ∈ B if x − b = a for some a ∈ A and b ∈ B if x − b = a for some a ∈ A and −b ∈ B− if a − x = −b for some a ∈ A and −b ∈ B− if a ∈ (B− )x and a ∈ A if a ∈ (B− )x ∩ A for some a if Bx − ∩ A ≠ ∅.  The previous theorem allows us to define an alternative form, which is the dilation of a set A by the structuring element B. 2.2 Erosion Then be show the formal concept of what is erosion. Definition 2.2.1: Be A, B ⊆ ℤ2 . The erosion of A by B, denoted by A ⊖ B, the subtraction of Minkowski of Aby B; this is: A ⊖ B = x ∈ ℤ2 |x + b ∈ A for each b ∈ B (5) Figure 3: Representación the set A, the structuring element B = −1, 0 , 0,0 , (1,0) and the erosion A ⊖ B
  • 3. An Automated Method for Segmentation of the hand in Sign Language | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 5| May. 2014 | 13 | Theorem 2.2.1: be A, B ⊆ ℤ2 , it holds that: A ⊖ B = x|(B)x ⊆ A (6) Demonstration: x ∈ A ⊖ BIfx + b ∈ A for each b ∈ B by the definition 2.2.1 if (B)x ⊆ A by the definition 2.1.2  The previous theorem allows us to define an alternative form, which is the erosion of a setA by the structuring element B. III. Proposed method Before to arrive on detail with proposed method, it’s necessary give the definition about a digital image. A digital image is a Two-dimensional function f (x, y), of the light intensity (Sheen/brightness) on a space point, so (x, y), the coordinates for that point [9]. Inasmuch as a digital image is a function f (x, y) discretised on the space coordinates so in the sheen, sometimes could be representative like a two-dimensional matrix Fij = (fij)mxn , where m and n are the size of the image and fij = f (xi, xj). The proposed method is dived in two parts: 1) image acquisition and 2) signal segmentation of the individual done. 1) Image acquisition: With webcam help, to get images of persons doing a signal of LSM set. Like in figure 4. Figure 4: Imageacquisition. 2) Signal segmentation: For this part it could be considerate the next stages: Step 1. The image need to be separate in three components red, green and blue (RGB) and it was considerate the red component because of the human skin is more sharp for this component (figure 5). Step 2. It was considerate to grayscale from red component, this is, the value of the red component is copied to the green and blue component, thereby obtaining the image in grayscale. Figure 5: Decomposing an image into its three RGB components, and grayscale.
  • 4. An Automated Method for Segmentation of the hand in Sign Language | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 5| May. 2014 | 14 | Step 3. The histogram was obtained of the image with gray levels in the range [0, 255], where the histogram is a discrete function H k represents the number of colors of each gray level (k = 0, …, 255) [9]. Step 4. Given an image f x, y and two variables u and v, the binarization by thresholding is used defined as follows: binij = 0 255 if u ≤ fij ≤ v if fij < 𝑢 𝑜𝑟 fij > 𝑣 Shown in Figure 6, that the histogram shows two maximum peaks at 0 and 255, to eliminate these peaks, were considered as thresholds u = 20 and v = 185. Figure 6: Show the first 4 steps applied to a color image. Once obtained, the binarized image, we proceeded to locate the corresponding part of the hand, for it is considered that: Step 5. Consider a mask size x within a mask size y as shown in Figure 7. Variablesu and v be two to locate the area corresponding to the hand image, the following function is implemented for each point i, j on the image, it is My ij mask size and centered at i, j , the function Tijis defined at each point i, j as: Tij : My ij → [0, 255] Where 𝑇𝑖𝑗 𝑟, 𝑠 = 𝑓𝑟𝑠 255 𝑖𝑓 𝐴 𝑥 ≥ 𝑢 𝑎𝑛𝑑 𝐴 𝑦 − 𝐴 𝑥 ≤ 𝑣 𝑖𝑓 𝐴 𝑥 < 𝑢 𝑜𝑟 𝐴 𝑦 − 𝐴 𝑥 > 𝑣 With𝐴 𝑥 and 𝐴 𝑦 the areas enclosed by the masks of size 𝑥 and 𝑦 respectively. Figure 7: Masks of size x and y. Step 6.Once located the section of image binary corresponding of the hand, morphological erosion operator was applied.
  • 5. An Automated Method for Segmentation of the hand in Sign Language | IJMER | ISSN: 2249–6645 | www.ijmer.com | Vol. 4 | Iss. 5| May. 2014 | 15 | Step 7. Morphological dilation operator was applied. The figure 8 shows the process of applying erosion to the image hand segmented with a Moore neighborhood, and subsequently applying dilation 6 times with the same vicinity. Finally, shows the image of the hand segmented to color. Figure 8: Process segmentation of the hand to locate the sign on. IV. Conclusión This paper is presented an automated method for segmentation of abnormalities in digital mammography images. The method was applied an images bank that was captured by a webcam The proposed segmentation method can be a useful to the development of computational systems that address the problem of patterns classification focused on the problem of sign language. Acknowledgements The authors would like to thank the Instituto Politécnico Nacional (SecretaríaAcadémica, EDI, COFAA, SIP, ESCOM and CIDETEC), the CONACyT and SNI for their economical support to develop this work. REFERENCES [1] World Federation of the Deaf. www.wfdeaf.org. [2] Porter A, (1999), Sign-language interpretation in psychotherapy with deaf patients.American Journal of Psychotherapy;Spring1999, Vol. 53 Issue 2, p163. [3] M. Krishnaveni, V. Radha. Classifier fusin base don Bayes aggregation method for Indian sign language datasets. Procedia Engineering, vol 30, 2012, pp 1110-1118. [4] Matheron, G. (1975). Random Sets and Integral Geometry. Wiley, New York. [5] Serra, J. (1982). Image Analysis and Mathematical Morphology. Vol. I, Academic Press, London. [6] Serra, J. (1988). Image Analysis and Mathematical Morphology. Vol. 11: Theoretical Advances, Academic Press, London. [7] Dougherty, E. R., Lotufo, R. A. (2003). Hands-om morphological image processing. Vol TT59, spie press. [8] Aptoula, E., Lefèvre, S. (2007). A comparative study on multivariate mathematical morphology. Pattern Recognition. [9] Gonzalez, R., Woods, J., Digital image processing, 3rd ed., Prentice Hall, New Jersey, 2008. [10] J.H. Sossa-Azuela, C. Yáñez-Márquez, J. L. Díaz de León S. Computing geometric moments using morphological erosion. Pattern Recognition, Volume 34, Issue 2, February 2001, Pages 271-276.