SlideShare a Scribd company logo
1 of 11
Download to read offline
Archana S. Ghotkar & Gajanan K. Kharate
International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 15
Hand Segmentation Techniques to Hand Gesture Recognition for
Natural Human Computer Interaction
Archana S. Ghotkar archana.ghotkar@gmail.com
Department of Computer Engineering
Pune Institute of Computer Technology
University of Pune
Pune 411 043, India
Gajanan K. Kharate gkkharate@yahoo.co.in
Department of Electronics and Telecommunication Engineering
Matoshri College of Engineering and Research Centre
University of Pune
Nasik 422 105, India
Abstract
This work is the part of vision based hand gesture recognition system for Natural Human
Computer Interface. Hand tracking and segmentation are the primary steps for any hand gesture
recognition system. The aim of this paper is to develop robust and efficient hand segmentation
algorithm where three algorithms for hand segmentation using different color spaces with
required morphological processing have were utilized. Hand tracking and segmentation algorithm
(HTS) is found to be most efficient to handle the challenges of vision based system such as skin
color detection, complex background removal and variable lighting condition. Noise may contain,
sometime, in the segmented image due to dynamic background. An edge traversal algorithm was
developed and applied on the segmented hand contour for removal of unwanted background
noise.
Keywords: Human Computer Interface, Hand tracking and Segmentation, Hand Gesture Recognition,
Edge Traversal Algorithm.
1. INTRODUCTION
Natural Human Computer Interaction (HCI) is the demand of today’s world. Survey and Sign
language study shows that from various gesture communications modality, the hand gesture is
the most easy and natural way of communication. Real-time vision-based hand gesture
recognition is considered to be more and more feasible for Human-Computer Interaction with the
help of latest advances in the field of computer vision and pattern recognition [1].
There are various applications using Hand Gesture Recognition. Zhao et al. [2] explained virtual
reality system based on hand gesture. Gaussian distribution was used for building complexion
model, YCbCr color space was used for segmentation purpose and Fourier descriptor as a
feature vector. BP neural network was utilized for recognition and all these resulted in an
improved recognition rate. High light and shadow segmentation results were, however, found to
be not perfect. Guan and Zheng [3] introduced a novel approach to pointing gesture recognition
based on binocular stereo vision, in which user needs to wear special clothes or markers and was
found to be suitable for both left and right handed users. Freeman and Weissman [4] explained
television control application by hand gesture. Here, the user uses only one gesture: the open
hand, facing the camera for controlling the television. Sepehri et al. [5] proposed algorithms and
applications for using hand as an interface device in virtual and physical spaces.
In Real-time Vision based Hand Gesture recognition system, hand tracking and segmentation are
most important and challenging steps towards gesture recognition. Uncontrolled environment,
Archana S. Ghotkar & Gajanan K. Kharate
International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 16
lighting condition, skin color detection, rapid hand motion and self-occlusions are the challenges
need to be considered while capturing and tracking the hand gesture [6]. Various researchers are
working on hand tracking and segmentation to make it robust to achieve natural interface with
machine. Bao et al. [7] introduced a new robust algorithm called Tower method for hand tracking
module where, skin color was considered for hand gesture tracking and recognition.
Alon et al. [8] introduced unified framework for gesture recognition and spatiotemporal gesture
segmentation applied to American Sign Language (ASL). To recognize manual gestures in video,
it is required to do both spatial and temporal gesture segmentations. Spatial gesture
segmentation is the problem of determining where the gesturing hand is located in each video
frame. Temporal gesture segmentation is the problem of determining when gesture starts and
ends.
Various gray-level segmentation techniques, such as use of single threshold value, adaptive
thresholding, P-tile method, edge pixel method, iterative method and use of fuzzy set are
available for object segmentation. Stergiopoulou and Papamarkos [9] proposed hand
segmentation by color segmentation using YCbCr color map. Approximation of the hand
morphology was accomplished by SGONG (self-growing and self organized neural gas) Network.
Algorithm was able to identify finger, palm center, hand center, hand slope as well as finger
features for recognition purpose. Probability based classification method was used for gesture
classification. Skin color detection and complex background are major challenges in hand gesture
recognition. Binary linked objects are groups of pixels that share the same label due to their
connectivity in a binary image. Burande et al. [10] implemented Blobs analysis technique for skin
color detection under complex background. Kalman filtering, HMM and Graph matching algorithm
were used for gesture recognition. Howe et al. [11] had introduced fusion of skin color and motion
segmentation. Face and hand of signer were successfully detected by using skin color
segmentation. False detection of skin region in the uncontrolled background also occurs due to
light variation, so motion segmentation was used to find the difference between the moving
foreground object and the stationery background.
Hand gestures are spontaneous and powerful communication modality for HCI. Various
traditional input devices are available for interaction with computer, such as keyboard, mouse,
joystick as well as touch screen; yet these are not considered natural interface. Proposed system
will consist of desktop/laptop interface, with the help of hand gesture where users need not to
wear any data glove, along with the web camera for capturing the hand image. The primary step
toward any hand gesture recognition (HGR) is hand tracking and segmentation. In the present
work, three techniques for hand segmentation were explored. The objective of this work is to
overcome the vision-based challenges, such as dynamic background removal, skin color
detection for natural human computer interface and variable lighting condition.
The organization of the paper is as follows. In section 2, system model of hand gesture
recognition for desktop/laptop handling operations is described. Color model used in different
algorithms are discussed in section 3. In section 4, techniques of hand detection and
segmentation with anticipated dataset are introduced. In section 5, experimented results are
shown. The results of experimented techniques are compared and discussed in section 6.
Conclusion and future work is discussed in section 7.
2. HAND GESTURE RECOGNITION SYSTEM MODEL
Let S be a hand gesture recognition system that recognizes hand gesture.
S = { I,G,M,F,O }
where, I is a set of input hand gestures;
G represents a set of single-handed anticipated static gestures;
M represents mouse operation such as left click, right click;
Archana S. Ghotkar & Gajanan K. Kharate
International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 17
F represents feature vector for G;
O represents output with application interface (A);
G = {G1,G2,..G7 }
I = {I1,I2…I5}
G I
M = {center position (x,y), movement of (x,y) position, left click, right click};
G M
F = {f1,f2…f5}
O = {A1, A2 …A7}
Success of the system will be depend upon when
(i) Ii=Fj where Ii € I
Fj € F where 1 <= j <=5
Failure of the system when
(ii) For a gesture(I) no feature vector is found
Ii≠Fj where Ii € I
Fj € F where 1 <= j <=5
(iii) For two different gesture (I) same feature vector found
Ii=Fj and Ik=Fj where Ii,Ik € I
Fj € F where 1 <= j <=5 and
3. COLOR MODELS
The aim of the proposed project is to overcome the challenge of skin color detection for natural
interface between user and machine. So to detect the skin color under dynamic background the
study of various color models was done for pixel based skin detection [12][13][14]. In this paper,
three color spaces has been chosen which are commonly used in computer vision applications.
• RGB: Three primary colors red(R), green(G), and blue(B) are used. The main advantage
of this color space is simplicity. However, it is not perceptually uniform. It does not
separate luminance and chrominance, and the R, G, and B components are highly
correlated.
• HSV (Hue, Saturation, Value): It express Hue with dominant color (such as red, green,
purple and yellow)of an area. Saturation measures the colorfulness of an area in
proportion to its brightness. The “intensity”, “lightness”, or “Values” is related to the color
luminance. This model discriminates luminance from chrominance. This is a more
intuitive method for describing colors, and because the intensity is independent of the
color information this is very useful model for computer vision. This model gives poor
result where the brightness is very low. Other similar color spaces are HSI and
HSL(HLS).
• CIE –Lab: It defined by the International Commission on Illumination. It separates a
luminance variable L from two perceptually uniform chromaticity variable(a,b)
4. HAND SEGMENTATION
Since, efficient hand tracking and segmentation is the key of success towards any gesture
recognition, due to challenges of vision based methods, such as varying lighting condition,
complex background and skin color detection; variation in human skin color complexion required
the robust development of algorithm for natural interface. Color is very powerful descriptor for
Archana S. Ghotkar & Gajanan K. Kharate
International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 18
object detection. So for the segmentation purpose color information was used, which is invariant
to rotation and geometric variation of the hand [18]. Human perceives characteristics of color
component such as brightness, saturation and hue component than the percentage of primary
color red, green, and blue. Color models are useful for to specify a particular color in standard
way. It is space-coordinated system within which any specified color represented by single point.
Here, three techniques were introduced using different color spaces for robust hand detection
and segmentation. Hand tracking and segmentation (HTS) technique using HSV color space is
identified for the preprocessing of HGR system.
4.1 Anticipated Static Gesture Set
Static gesture is a specific posture assigned with meaning. Following are the static gesture set
specified for the proposed system with the specific meaning. Application interface will be provided
after recognition of specified posture for action. Simplicity and user frendliness were taken into
consideration for the design of anticipated posture set. For the mouse cursor movement the
center of the hand gesture window was passed as a mouse cursor. Figure 1. shows anticipated
static gestures set with defined task.
FIGURE 1: a)Open notepad (b) Open paint (c) Log off (d) Open media player (e) Picture
browsing (f) mouse left click (g) mouse right click
4.2 Hand Segmentation Using HSV Color Space and Sampled Storage Approach [16]
A Novel Approach for Image segmentation algorithm has been developed and tested for green
color glove. In this approach, color based segmentation was attempted using HSV color space.
The H, S and V separation was done using following equations.
V=max{R,G,B}
δ= V-min{R,G,B}
S= δ/V
To obtain value for hue following are the cases
(i) if R=V then H=1/6(G-B)/δ
(ii) if G=V then H=1/6(2+(B-R)/δ)
(iii) if B=V then H=1/6(4+(R-G)/δ)
The input image of green color samples was passed to the algorithm and from H-S histogram the
H_range = [0.4 0.55 0.6 0.6] and S_range = [0.2 1.0] were experimented for segmentation.
Algorithm could able to subtract dynamic background. Skin color samples needed to be passed to
the algorithm for skin color detection. The drawback of this algorithm was training samples of the
color need to be stored. It was sensitive to little variation in color brightness.
4.3 Hand Segmentation Using Lab Color Space (HSL)
The Input captured RGB image was converted to lab color space. In CIE L* a* b* co-ordinates,
where L* defines lightness, a* represent red/green value and b* denotes the blue/yellow color
value. a* axis and +a direction shift towards red while along the b* axis +b movement shift toward
yellow. Once the image gets converted into a* and b* planes, thresholding was done. Convolution
operation was applied on binary images for the segmentation. Morphological processing was
done to get the superior hand shape. This algorithm was found to work for skin color detection but
it was sensitive for complex background. Figure 2 shows the output with intermediate steps.
Archana S. Ghotkar & Gajanan K. Kharate
International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 19
4.3.1 HSL Algorithm
i) Capture the Image
ii) Read the input image
iii) Convert RGB image into lab color space
iv) Convert the color values in I into color structure specified in cform
v) Compute the threshold value.
vi) Convert Intensity image into binary image
vii) Performing morphological operations such as erosion.
FIGURE 2: (a) Input Image (b) rgb2clb (c) Gray Scale (d) Black and white (e) Image after erosion
4.4 Hand Tracking and Segmentation (HTS) Algorithm
The prime objective of this algorithm was robust skin color detection and removal of complex
background. The limitation of previous two techniques was overcome with the hand tracking
algorithm. In this approach, hand detection and segmentation were attempted. Hand tracking was
done using mean shift algorithm [17]. Odd frame has been considered for fast processing. For
robust performance user’s skin color sample was passed and HSV histogram was created.
Experimented threshold value has been used for the segmentation. Algorithm was found to be
working for dynamic color tracking under complex background and able to segment required
hand image on which image morphological operations were applied to get the contour. CamShift
function (a variation on mean shift algorithm) within the OpenCV library is used for tracking and
detection. Edge traversal algorithm was applied for getting fine contour of the hand shape. As
dynamic background was considered, while capturing the user’s gesture after edge detection,
there was a possibility to detect unwanted edges from the background. In an attempt to only
identify the boundary of user’s hand edge, traversal algorithm was devised. Figure 3 explains the
flow chart of HTS algorithm and Figure 4(a) shows that at the run time, skin color sample is
passed to the algorithm. Figure 4(b) shows the color of the hand is tracked, circle is drawn for the
extraction purpose and Figure 4(c) shows the segmented result after applying edge traversal
algorithm. This algorithm was found to work for skin color tracking including for any color glove
hand tracking.
4.4.1 HTS Algorithm
i) Capture the image frames from camera.
ii) Process odd frames, tracked the hand using CamShift function by providing skin color
samples at the run time.
iii) HSV histogram is created and the experimented threshold value is passed to the
CamShift function for tracking required hand portion.
iv) Segment the required hand portion from Image
v) Find the edges by using Canny edge detection.
vi) Dilate the image.
Archana S. Ghotkar & Gajanan K. Kharate
International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 20
vii) Erode the image.
viii)Apply edge traversal algorithm to get final contour.
ix) Stop
FIGURE 3: Hand tracking and segmentation (HTS)
4.4.2 Edge Traversal Algorithm
i) Take the center of the window reference
ii) Traverse to the left of the image till we get the first white pixel and record this pixel.
iii) Consider the 3*3 matrix, with the white pixel at the center of the matrix.
iv) Find the previous black pixel, which helped to locate the first white pixel.
v) Starting from the previous black pixel, traverse the matrix in anti-clock wise direction till
the next white pixel is obtained.
vi) Compare this white pixel with first white pixel recorded.
vii) If new white pixel is same as the first white pixel then go to step (viii)
Hand tracking
Hand segmentation
Edge detection
Dilate Image
Erode image
Capture Image frames
Edge traversal Algorithm
Cam shift tracking
algorithm
Learned
histogram
Frames
Archana S. Ghotkar & Gajanan K. Kharate
International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 21
viii) else record this white pixel and go to step (iii)
ix) Stop
FIGURE 4: (a) Learning color histogram (b) Hand tracking
FIGURE 4: (c) Hand tracking and final contour
4.5 Mouse Cursor Movement
Movement of the mouse cursor is done on the logic where center point of the segmented region
is calculated and tracked with respect to x,y position.
i) Capture frames from webcam
ii) Perform hand segmentation(using HTS algorithm)
iii) Centre point detection and tracking
iv) After tracking the centre point, pass the centre point coordinates to the SetCursorPos()
Function.
v) Move the cursor position according to the centre point.
vi) In order to perform any operations from mouse, give the appropriate gestures for right
and left click.
vii) Stop
5. RESULTS
HTS algorithm was tested on four users for five gestures. Instances of three to five gestures on
same users were tested. Algorithm was tested on green color glove and skin color on 70
samples. It was observed that using green color glove segmentation process is faster than using
skin color due the varying lighting condition. Figure 5 shows segmented results using green color
gloves and Figure 6 shows segmented results on skin color.
Archana S. Ghotkar & Gajanan K. Kharate
International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 22
FIGURE 5: Segmentation results on green color glove
FIGURE 6: Segmentation results on skin color
5.1 Software/Hardware Used
Sample storage (using HSV) and HSL (using Lab) algorithms, was done using MATLAB 2010Ra
and HTS algorithm was implemented using OpenCV. It was found that for real time interfacing
and object tracking, OpenCV was a good choice. All algorithms were found to be working on low-
resolution web camera (2.0 M pixel and more). For constant lighting source night vision, 8 M pixel
camera was used for desired results.
6. DISCUSSION
There are various approaches are found in survey for hand tracking and segmentation. Different
researchers are using different color spaces such as YCbCr[9], HSI[10], YIQ[15] and various
techniques, such as gray level segmentation techniques, for getting hand contour [18]. Basically
there are two methods for skin detection i) Pixel-Based Segmentation and ii) Region Based
Segmentation. Pixel based segmentation uses color based methods. The choice of the color
model should consider separability between skin and non skin color and should decrease
separability among skin tones. Color distribution has modeled into non parametric and parametric
model. However Non parametric Model uses Histogram and Bays classifier for skin color
distribution and parametric model derives Gaussian model from training set. In the present study,
pixel based non parametric methods were used. Three techniques were implemented and
compared. HTS algorithm was giving best result under complex background and skin color
detection. It was robust than first two techniques. Using first technique, with HSV color space, the
color samples needed to be stored and then threshold value was calculated for segmentation
purpose. The limitation of this technique was for the slight variation of the hand color, desired
segmentation result could not be achieved. We could segment hand on various skin tone using
Lab approach but sometimes result was varying for complex background. Table 1 shows the
comparison of discussed techniques with respect to challenging factor.
From the comparison between three techniques it was observed that hand tracking with learned
histogram is giving better result than other two for skin color detection under complex
background. Algorithms were tested for skin as well as non skin color (with color glove).
Archana S. Ghotkar & Gajanan K. Kharate
International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 23
Techniques Skin color
detection
Dynamic
background
subtraction
Different lighting
condition
Storage sampled based
technique using HSV
working Working but if
background is
having the
same
hand/glove
color then fail
Sensitive
Lab based technique working sensitive Sensitive
Object Tracking with HSV working working More robust than previous
two
TABLE 1: Comparisons of three techniques.
Since, for the detection of the skin color various methods were presented by various researchers
such as Bayesian classification with the histogram techniques using various color
spaces[12][13][19] ,Bayesian theorem and Kernel Density estimation[20], Using parametric color
modeling using Gaussian Mixture Model [21] ,and using unsupervised learning such as K-mean
clustering[22]. However for all the classification method, correct choice of color space is very
important. Any real time HCI application requires robustness, accuracy and fast processing, for
skin color detection, as color varies with illumination the choice of the color space and
classification method is really challenge.
7. CONCLUSION AND FUTURE WORK
This is an ongoing project and first phase of the project where we tried to implement and tested
various techniques for efficient and robust segmentation. Better results on skin color detection
using HTS algorithm were achieved, where for fast hand tracking, odd frames for processing
were considered. The next phase of the project is creation of multiple feature vectors for desired
classification and recognition accuracy. Geometric features, such as line identification using
Hough transform , Fourier descriptor, and Image Hu moments will be used due to the properties
of rotation, scale and translation invariant. Genetic algorithm will be used for gesture recognition.
Window APIs (Application Program Interface) will be used for specified action after Gesture
recognition. Further the system will be extended to manual alphabet Indian sign language
Interpretation.
ACKNOWLEDGEMENT
The authors are thankful to the Department of Science and Technology, Ministry of Science and
Technology, New Delhi for supporting this non-commercial research under the Fast Track
Scheme for Young Scientists (SR/FTP/ETA-18/08).
REFERENCES
[1] V. Pavlovis,R. Sharma and T. huang, “Visual Interpretation of Hand Gesture for Human-
Computer Interaction: A Review”, IEEE Transaction on pattern Analysis and Machine
Intelligence, Vol. 19, No.7, Jul 1997.pp.,677-695.
[2] S. Zhao, W. Tan, C. Wu, L. Wen, “A Novel Interactive Method of Virtual Reality System
Based on Hand Gesture Recognition”, IEEE-978-1-4244-2723-9/09,pp., 5879-5882,2009.
[3] Y. Guan, M. Zheng, “Real-time 3D pointing gesture recognition for natural HCI”,
Proceedings of the world congress on Intilligent Control and Automation, China, pp,
.2433-2436.,2008.
Archana S. Ghotkar & Gajanan K. Kharate
International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 24
[4] W. Freeman, C. Weissman, “Television control by hand gesture”, IEEE international
workshop on Automatic Face and Gesture Recognition, Zurich, 1995.
[5] A. Sepehri, Y. Yacoob, L. Davis, “Employing the Hand as an Interface Device”, Journal of
Multimedia, Vol. 1, No.7, pp., 18-2, 2006.
[6] A. Erol, G. Bebis, M. Nicolescu, R.Boyle and X.Twombly, “Vision-based hand pose
estimation: A review”, Science Direct, Computer Vision and Image Understanding
108,pp., 52-73,2007.
[7] P. Bao, N. Binh, T. Khoa, “A new Approach To Hand Tracking and Gesture Recognition
By A New Feature Type And HMM”, International Conference on Fuzzy Systems and
Knowledge Discovery, IEEE Computer Society, 2009.
[8] J. Alon, V. Athitsos, Q. Yuan, S. Sclaroff, “A Unified Framework for Gesture Recognition
and Spatiotemporal Gesture Segmentation”, IEEE Transaction of Pattern Analysis and
Machine Intelligence,2008.
[9] E. Stergiopoulou, N. Papamarkos, “A New Technique for Hand Gesture
Recognition”,IEEE-ICIP,pp., 2657-2660,2006.
[10] C. Burande,R. Tugnayat, N. Choudhary, “Advanced Recognition Techniques for Human
Computer Interaction”, IEEE, Vol 2 pp., 480-483,2010
[11] L. Howe, F. Wong,A. Chekima, “Comparison of Hand Segmentation Methodologies for
Hand Gesture Recognition”,IEEE-978-4244-2328-6,2008
[12] V. Vezhnevets, V. Sazonov. and A. Andreeva, “ A Survey on Pixel-Based Skin color
Detection Techniques”
[13] S. Phung, A. Bouzerdoum and D. Chai, “ Shin Segmentation Using Color Pixel
Classification: Analysis and Comparision” IEEE Transaction on Pattern Analysis and
Machine Intelligence, Vol.27, No. 1,pp., 148-154,2005.
[14] A. Elgammal, C. Muang and D. Hu, “Skin Detection – a Short Tutorial”, Encyclopedia of
Biometrics , Springer-Verlag Berlin Heidelberg, 2009.
[15] R. Rokade, D. ,Kokare,“ Gesture Recognition by Thinning Method”, International
Conference on Digital Image Processing, IEEE Computer Society, pp., 284-287,2009.
[16] A. Ghotkar, “A Novel Approach for Image Segmentation in Real Time Hand Gesture
Recognition for HCI”, International Conference(ICSCI-2011),Pentagram Research,
Hyderabad ,Jan-2011.
[17] D. Comaniciu, V. Ramesh, and P. Meer, “Real-time tracking of non-rigid objects using
mean shift” Computer Vision and Pattern Recognition, 2000.Proceddings. IEEE
Conference on, 2:142-149 vol.2,2000.
[18] A. Martin and S. Tosunoglu, “Image Processing Techniques for Machine Vision”
[19] C.Jung, C.Kim, S.Chae, and S. Oh, “Unsupervised Segmentation of Overlapped Nuclei
Using Bayesian Classification”, IEEE Transaction on Biomedical Engineering, Vol. 57,
No.12,2010.
Archana S. Ghotkar & Gajanan K. Kharate
International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 25
[20] H. Rahimizadeh,, M. Marhaban, R. Kamil, and N. Ismail, “Color Image Segmentation
Based on Bayesian Theorem and Kernel Density Estimation”, European Journal of
Scientific Research, ISSN 1450-216 vol.26 No.3, pp., 430-436,2009.
[21] R. Hassanpour, A. Shahbahrami, and S. Wong, “Adaptive Guassian Mixture Model for
Skin Color Segmentation”, World Academy of science, Engineering and Technology 41,
2008.
[22] A. Chitade, S. Katiyar, “Color Based Image Segmentation Using K-means Clustering”,
International Journal of Engineering Science and Technology, Vol.2(10), pp., 5319-
5325,2010.

More Related Content

What's hot

Gesture recognition technology
Gesture recognition technologyGesture recognition technology
Gesture recognition technologyKompal Neutan
 
Part 1 - Gesture Recognition Technology
Part   1 - Gesture Recognition TechnologyPart   1 - Gesture Recognition Technology
Part 1 - Gesture Recognition TechnologyPatel Saunak
 
Gesture Technology
Gesture TechnologyGesture Technology
Gesture TechnologyBugRaptors
 
Hand gesture recognition system for human computer interaction using contour ...
Hand gesture recognition system for human computer interaction using contour ...Hand gesture recognition system for human computer interaction using contour ...
Hand gesture recognition system for human computer interaction using contour ...eSAT Journals
 
Gesture recognition PPPT
Gesture recognition PPPTGesture recognition PPPT
Gesture recognition PPPTVikas Reddy
 
Gesture recognition document
Gesture recognition documentGesture recognition document
Gesture recognition documentNikhil Jha
 
Gesture Recogntion Technology
Gesture Recogntion TechnologyGesture Recogntion Technology
Gesture Recogntion TechnologyMohit Sipani
 
IRJET- Hand Gesture Recognition System using Convolutional Neural Networks
IRJET- Hand Gesture Recognition System using Convolutional Neural NetworksIRJET- Hand Gesture Recognition System using Convolutional Neural Networks
IRJET- Hand Gesture Recognition System using Convolutional Neural NetworksIRJET Journal
 
Gesture recognition technology
Gesture recognition technologyGesture recognition technology
Gesture recognition technologySahil Abbas
 
GESTURE RECOGNITION TECHNOLOGY
GESTURE RECOGNITION TECHNOLOGYGESTURE RECOGNITION TECHNOLOGY
GESTURE RECOGNITION TECHNOLOGYjinal thakrar
 
Real time gesture recognition
Real time gesture recognitionReal time gesture recognition
Real time gesture recognitionJaison2636
 
Gesture recognition technology
Gesture recognition technology Gesture recognition technology
Gesture recognition technology Nagamani Gurram
 
Hand Gesture Recognition Based on Shape Parameters
Hand Gesture Recognition Based on Shape ParametersHand Gesture Recognition Based on Shape Parameters
Hand Gesture Recognition Based on Shape ParametersNithinkumar P
 

What's hot (20)

Gesture recognition
Gesture recognitionGesture recognition
Gesture recognition
 
Finalgesture22
Finalgesture22Finalgesture22
Finalgesture22
 
Gesture recognition technology
Gesture recognition technologyGesture recognition technology
Gesture recognition technology
 
Part 1 - Gesture Recognition Technology
Part   1 - Gesture Recognition TechnologyPart   1 - Gesture Recognition Technology
Part 1 - Gesture Recognition Technology
 
Nikppt
NikpptNikppt
Nikppt
 
Gesture Technology
Gesture TechnologyGesture Technology
Gesture Technology
 
Hand gesture recognition system for human computer interaction using contour ...
Hand gesture recognition system for human computer interaction using contour ...Hand gesture recognition system for human computer interaction using contour ...
Hand gesture recognition system for human computer interaction using contour ...
 
Gesture recognition PPPT
Gesture recognition PPPTGesture recognition PPPT
Gesture recognition PPPT
 
Gesture recognition document
Gesture recognition documentGesture recognition document
Gesture recognition document
 
Gesture Recognition
Gesture RecognitionGesture Recognition
Gesture Recognition
 
Finger tracking
Finger trackingFinger tracking
Finger tracking
 
Gesture Recogntion Technology
Gesture Recogntion TechnologyGesture Recogntion Technology
Gesture Recogntion Technology
 
GESTURE prestation
GESTURE prestation GESTURE prestation
GESTURE prestation
 
IRJET- Hand Gesture Recognition System using Convolutional Neural Networks
IRJET- Hand Gesture Recognition System using Convolutional Neural NetworksIRJET- Hand Gesture Recognition System using Convolutional Neural Networks
IRJET- Hand Gesture Recognition System using Convolutional Neural Networks
 
Gesture recognition technology
Gesture recognition technologyGesture recognition technology
Gesture recognition technology
 
Gesture recognition systems
Gesture recognition systemsGesture recognition systems
Gesture recognition systems
 
GESTURE RECOGNITION TECHNOLOGY
GESTURE RECOGNITION TECHNOLOGYGESTURE RECOGNITION TECHNOLOGY
GESTURE RECOGNITION TECHNOLOGY
 
Real time gesture recognition
Real time gesture recognitionReal time gesture recognition
Real time gesture recognition
 
Gesture recognition technology
Gesture recognition technology Gesture recognition technology
Gesture recognition technology
 
Hand Gesture Recognition Based on Shape Parameters
Hand Gesture Recognition Based on Shape ParametersHand Gesture Recognition Based on Shape Parameters
Hand Gesture Recognition Based on Shape Parameters
 

Viewers also liked

Hand Gesture Recognition System for Human-Computer Interaction with Web-Cam
Hand Gesture Recognition System for Human-Computer Interaction with Web-CamHand Gesture Recognition System for Human-Computer Interaction with Web-Cam
Hand Gesture Recognition System for Human-Computer Interaction with Web-Camijsrd.com
 
Human machine interaction using Hand gesture recognition
Human machine interaction using Hand gesture recognitionHuman machine interaction using Hand gesture recognition
Human machine interaction using Hand gesture recognitionManoj Harsule
 
Vocab gestures to continuity
Vocab gestures to continuityVocab gestures to continuity
Vocab gestures to continuityErin Silveira
 
Gesture recognition adi
Gesture recognition adiGesture recognition adi
Gesture recognition adiaditya verma
 
Swarm ROBOTICS
Swarm ROBOTICSSwarm ROBOTICS
Swarm ROBOTICSAJAL A J
 
Hand gesture recognition system(FYP REPORT)
Hand gesture recognition system(FYP REPORT)Hand gesture recognition system(FYP REPORT)
Hand gesture recognition system(FYP REPORT)Afnan Rehman
 
Gesture Recognition Technology-Seminar PPT
Gesture Recognition Technology-Seminar PPTGesture Recognition Technology-Seminar PPT
Gesture Recognition Technology-Seminar PPTSuraj Rai
 
Product and service design
Product and service designProduct and service design
Product and service designGrace Falcis
 

Viewers also liked (16)

Hand Gesture Recognition System for Human-Computer Interaction with Web-Cam
Hand Gesture Recognition System for Human-Computer Interaction with Web-CamHand Gesture Recognition System for Human-Computer Interaction with Web-Cam
Hand Gesture Recognition System for Human-Computer Interaction with Web-Cam
 
Human machine interaction using Hand gesture recognition
Human machine interaction using Hand gesture recognitionHuman machine interaction using Hand gesture recognition
Human machine interaction using Hand gesture recognition
 
Hand Gesture Recognition
Hand Gesture RecognitionHand Gesture Recognition
Hand Gesture Recognition
 
3D Hand Tracking
3D Hand Tracking3D Hand Tracking
3D Hand Tracking
 
Punzo_3300_L8-RP
Punzo_3300_L8-RPPunzo_3300_L8-RP
Punzo_3300_L8-RP
 
Vocab gestures to continuity
Vocab gestures to continuityVocab gestures to continuity
Vocab gestures to continuity
 
Vietnam culture
Vietnam cultureVietnam culture
Vietnam culture
 
Gestures Presentation
Gestures PresentationGestures Presentation
Gestures Presentation
 
Gestures and body language
Gestures and body languageGestures and body language
Gestures and body language
 
Gesture recognition adi
Gesture recognition adiGesture recognition adi
Gesture recognition adi
 
Gesture Recognition
Gesture RecognitionGesture Recognition
Gesture Recognition
 
Hand gesture recognition
Hand gesture recognitionHand gesture recognition
Hand gesture recognition
 
Swarm ROBOTICS
Swarm ROBOTICSSwarm ROBOTICS
Swarm ROBOTICS
 
Hand gesture recognition system(FYP REPORT)
Hand gesture recognition system(FYP REPORT)Hand gesture recognition system(FYP REPORT)
Hand gesture recognition system(FYP REPORT)
 
Gesture Recognition Technology-Seminar PPT
Gesture Recognition Technology-Seminar PPTGesture Recognition Technology-Seminar PPT
Gesture Recognition Technology-Seminar PPT
 
Product and service design
Product and service designProduct and service design
Product and service design
 

Similar to Hand Segmentation Techniques to Hand Gesture Recognition for Natural Human Computer Interaction

Development of Sign Signal Translation System Based on Altera’s FPGA DE2 Board
Development of Sign Signal Translation System Based on Altera’s FPGA DE2 BoardDevelopment of Sign Signal Translation System Based on Altera’s FPGA DE2 Board
Development of Sign Signal Translation System Based on Altera’s FPGA DE2 BoardWaqas Tariq
 
Novel Approach to Use HU Moments with Image Processing Techniques for Real Ti...
Novel Approach to Use HU Moments with Image Processing Techniques for Real Ti...Novel Approach to Use HU Moments with Image Processing Techniques for Real Ti...
Novel Approach to Use HU Moments with Image Processing Techniques for Real Ti...CSCJournals
 
Real time human-computer interaction
Real time human-computer interactionReal time human-computer interaction
Real time human-computer interactionijfcstjournal
 
Hand Gesture Recognition using OpenCV and Python
Hand Gesture Recognition using OpenCV and PythonHand Gesture Recognition using OpenCV and Python
Hand Gesture Recognition using OpenCV and Pythonijtsrd
 
Hand Gesture Recognition Using Statistical and Artificial Geometric Methods :...
Hand Gesture Recognition Using Statistical and Artificial Geometric Methods :...Hand Gesture Recognition Using Statistical and Artificial Geometric Methods :...
Hand Gesture Recognition Using Statistical and Artificial Geometric Methods :...caijjournal
 
Vision Based Approach to Sign Language Recognition
Vision Based Approach to Sign Language RecognitionVision Based Approach to Sign Language Recognition
Vision Based Approach to Sign Language RecognitionIJAAS Team
 
IRJET - Paint using Hand Gesture
IRJET - Paint using Hand GestureIRJET - Paint using Hand Gesture
IRJET - Paint using Hand GestureIRJET Journal
 
Design a System for Hand Gesture Recognition with Neural Network
Design a System for Hand Gesture Recognition with Neural NetworkDesign a System for Hand Gesture Recognition with Neural Network
Design a System for Hand Gesture Recognition with Neural NetworkIRJET Journal
 
Hand Segmentation for Hand Gesture Recognition
Hand Segmentation for Hand Gesture RecognitionHand Segmentation for Hand Gesture Recognition
Hand Segmentation for Hand Gesture RecognitionAM Publications,India
 
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 TipsIRJET Journal
 
Illumination Invariant Hand Gesture Classification against Complex Background...
Illumination Invariant Hand Gesture Classification against Complex Background...Illumination Invariant Hand Gesture Classification against Complex Background...
Illumination Invariant Hand Gesture Classification against Complex Background...IJCSIS Research Publications
 
A Framework For Dynamic Hand Gesture Recognition Using Key Frames Extraction
A Framework For Dynamic Hand Gesture Recognition Using Key Frames ExtractionA Framework For Dynamic Hand Gesture Recognition Using Key Frames Extraction
A Framework For Dynamic Hand Gesture Recognition Using Key Frames ExtractionNEERAJ BAGHEL
 
Review on Hand Gesture Recognition
Review on Hand Gesture RecognitionReview on Hand Gesture Recognition
Review on Hand Gesture Recognitiondbpublications
 
Using Watershed Transform for Vision-based Two-Hand Occlusion in an Interacti...
Using Watershed Transform for Vision-based Two-Hand Occlusion in an Interacti...Using Watershed Transform for Vision-based Two-Hand Occlusion in an Interacti...
Using Watershed Transform for Vision-based Two-Hand Occlusion in an Interacti...ITIIIndustries
 
HUMAN COMPUTER INTERACTION ALGORITHM BASED ON SCENE SITUATION AWARENESS
HUMAN COMPUTER INTERACTION ALGORITHM BASED ON SCENE SITUATION AWARENESSHUMAN COMPUTER INTERACTION ALGORITHM BASED ON SCENE SITUATION AWARENESS
HUMAN COMPUTER INTERACTION ALGORITHM BASED ON SCENE SITUATION AWARENESScsandit
 
Human Computer Interaction Algorithm Based on Scene Situation Awareness
Human Computer Interaction Algorithm Based on Scene Situation Awareness Human Computer Interaction Algorithm Based on Scene Situation Awareness
Human Computer Interaction Algorithm Based on Scene Situation Awareness cscpconf
 
Gesture Recognition Technology
Gesture Recognition TechnologyGesture Recognition Technology
Gesture Recognition TechnologyNikith Kumar Reddy
 
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...IJMER
 

Similar to Hand Segmentation Techniques to Hand Gesture Recognition for Natural Human Computer Interaction (20)

Development of Sign Signal Translation System Based on Altera’s FPGA DE2 Board
Development of Sign Signal Translation System Based on Altera’s FPGA DE2 BoardDevelopment of Sign Signal Translation System Based on Altera’s FPGA DE2 Board
Development of Sign Signal Translation System Based on Altera’s FPGA DE2 Board
 
Novel Approach to Use HU Moments with Image Processing Techniques for Real Ti...
Novel Approach to Use HU Moments with Image Processing Techniques for Real Ti...Novel Approach to Use HU Moments with Image Processing Techniques for Real Ti...
Novel Approach to Use HU Moments with Image Processing Techniques for Real Ti...
 
Real time human-computer interaction
Real time human-computer interactionReal time human-computer interaction
Real time human-computer interaction
 
Hand Gesture Recognition using OpenCV and Python
Hand Gesture Recognition using OpenCV and PythonHand Gesture Recognition using OpenCV and Python
Hand Gesture Recognition using OpenCV and Python
 
Hand Gesture Recognition Using Statistical and Artificial Geometric Methods :...
Hand Gesture Recognition Using Statistical and Artificial Geometric Methods :...Hand Gesture Recognition Using Statistical and Artificial Geometric Methods :...
Hand Gesture Recognition Using Statistical and Artificial Geometric Methods :...
 
Vision Based Approach to Sign Language Recognition
Vision Based Approach to Sign Language RecognitionVision Based Approach to Sign Language Recognition
Vision Based Approach to Sign Language Recognition
 
Test
TestTest
Test
 
IRJET - Paint using Hand Gesture
IRJET - Paint using Hand GestureIRJET - Paint using Hand Gesture
IRJET - Paint using Hand Gesture
 
Design a System for Hand Gesture Recognition with Neural Network
Design a System for Hand Gesture Recognition with Neural NetworkDesign a System for Hand Gesture Recognition with Neural Network
Design a System for Hand Gesture Recognition with Neural Network
 
Hand Segmentation for Hand Gesture Recognition
Hand Segmentation for Hand Gesture RecognitionHand Segmentation for Hand Gesture Recognition
Hand Segmentation for Hand Gesture Recognition
 
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
 
Illumination Invariant Hand Gesture Classification against Complex Background...
Illumination Invariant Hand Gesture Classification against Complex Background...Illumination Invariant Hand Gesture Classification against Complex Background...
Illumination Invariant Hand Gesture Classification against Complex Background...
 
A Framework For Dynamic Hand Gesture Recognition Using Key Frames Extraction
A Framework For Dynamic Hand Gesture Recognition Using Key Frames ExtractionA Framework For Dynamic Hand Gesture Recognition Using Key Frames Extraction
A Framework For Dynamic Hand Gesture Recognition Using Key Frames Extraction
 
Review on Hand Gesture Recognition
Review on Hand Gesture RecognitionReview on Hand Gesture Recognition
Review on Hand Gesture Recognition
 
Ay4103315317
Ay4103315317Ay4103315317
Ay4103315317
 
Using Watershed Transform for Vision-based Two-Hand Occlusion in an Interacti...
Using Watershed Transform for Vision-based Two-Hand Occlusion in an Interacti...Using Watershed Transform for Vision-based Two-Hand Occlusion in an Interacti...
Using Watershed Transform for Vision-based Two-Hand Occlusion in an Interacti...
 
HUMAN COMPUTER INTERACTION ALGORITHM BASED ON SCENE SITUATION AWARENESS
HUMAN COMPUTER INTERACTION ALGORITHM BASED ON SCENE SITUATION AWARENESSHUMAN COMPUTER INTERACTION ALGORITHM BASED ON SCENE SITUATION AWARENESS
HUMAN COMPUTER INTERACTION ALGORITHM BASED ON SCENE SITUATION AWARENESS
 
Human Computer Interaction Algorithm Based on Scene Situation Awareness
Human Computer Interaction Algorithm Based on Scene Situation Awareness Human Computer Interaction Algorithm Based on Scene Situation Awareness
Human Computer Interaction Algorithm Based on Scene Situation Awareness
 
Gesture Recognition Technology
Gesture Recognition TechnologyGesture Recognition Technology
Gesture Recognition Technology
 
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...
Real Time Vision Hand Gesture Recognition Based Media Control via LAN & Wirel...
 

More from Waqas Tariq

The Use of Java Swing’s Components to Develop a Widget
The Use of Java Swing’s Components to Develop a WidgetThe Use of Java Swing’s Components to Develop a Widget
The Use of Java Swing’s Components to Develop a WidgetWaqas Tariq
 
3D Human Hand Posture Reconstruction Using a Single 2D Image
3D Human Hand Posture Reconstruction Using a Single 2D Image3D Human Hand Posture Reconstruction Using a Single 2D Image
3D Human Hand Posture Reconstruction Using a Single 2D ImageWaqas Tariq
 
Camera as Mouse and Keyboard for Handicap Person with Troubleshooting Ability...
Camera as Mouse and Keyboard for Handicap Person with Troubleshooting Ability...Camera as Mouse and Keyboard for Handicap Person with Troubleshooting Ability...
Camera as Mouse and Keyboard for Handicap Person with Troubleshooting Ability...Waqas Tariq
 
A Proposed Web Accessibility Framework for the Arab Disabled
A Proposed Web Accessibility Framework for the Arab DisabledA Proposed Web Accessibility Framework for the Arab Disabled
A Proposed Web Accessibility Framework for the Arab DisabledWaqas Tariq
 
Real Time Blinking Detection Based on Gabor Filter
Real Time Blinking Detection Based on Gabor FilterReal Time Blinking Detection Based on Gabor Filter
Real Time Blinking Detection Based on Gabor FilterWaqas Tariq
 
Computer Input with Human Eyes-Only Using Two Purkinje Images Which Works in ...
Computer Input with Human Eyes-Only Using Two Purkinje Images Which Works in ...Computer Input with Human Eyes-Only Using Two Purkinje Images Which Works in ...
Computer Input with Human Eyes-Only Using Two Purkinje Images Which Works in ...Waqas Tariq
 
Toward a More Robust Usability concept with Perceived Enjoyment in the contex...
Toward a More Robust Usability concept with Perceived Enjoyment in the contex...Toward a More Robust Usability concept with Perceived Enjoyment in the contex...
Toward a More Robust Usability concept with Perceived Enjoyment in the contex...Waqas Tariq
 
Collaborative Learning of Organisational Knolwedge
Collaborative Learning of Organisational KnolwedgeCollaborative Learning of Organisational Knolwedge
Collaborative Learning of Organisational KnolwedgeWaqas Tariq
 
A PNML extension for the HCI design
A PNML extension for the HCI designA PNML extension for the HCI design
A PNML extension for the HCI designWaqas Tariq
 
An overview on Advanced Research Works on Brain-Computer Interface
An overview on Advanced Research Works on Brain-Computer InterfaceAn overview on Advanced Research Works on Brain-Computer Interface
An overview on Advanced Research Works on Brain-Computer InterfaceWaqas Tariq
 
Exploring the Relationship Between Mobile Phone and Senior Citizens: A Malays...
Exploring the Relationship Between Mobile Phone and Senior Citizens: A Malays...Exploring the Relationship Between Mobile Phone and Senior Citizens: A Malays...
Exploring the Relationship Between Mobile Phone and Senior Citizens: A Malays...Waqas Tariq
 
Principles of Good Screen Design in Websites
Principles of Good Screen Design in WebsitesPrinciples of Good Screen Design in Websites
Principles of Good Screen Design in WebsitesWaqas Tariq
 
Progress of Virtual Teams in Albania
Progress of Virtual Teams in AlbaniaProgress of Virtual Teams in Albania
Progress of Virtual Teams in AlbaniaWaqas Tariq
 
Cognitive Approach Towards the Maintenance of Web-Sites Through Quality Evalu...
Cognitive Approach Towards the Maintenance of Web-Sites Through Quality Evalu...Cognitive Approach Towards the Maintenance of Web-Sites Through Quality Evalu...
Cognitive Approach Towards the Maintenance of Web-Sites Through Quality Evalu...Waqas Tariq
 
USEFul: A Framework to Mainstream Web Site Usability through Automated Evalua...
USEFul: A Framework to Mainstream Web Site Usability through Automated Evalua...USEFul: A Framework to Mainstream Web Site Usability through Automated Evalua...
USEFul: A Framework to Mainstream Web Site Usability through Automated Evalua...Waqas Tariq
 
Robot Arm Utilized Having Meal Support System Based on Computer Input by Huma...
Robot Arm Utilized Having Meal Support System Based on Computer Input by Huma...Robot Arm Utilized Having Meal Support System Based on Computer Input by Huma...
Robot Arm Utilized Having Meal Support System Based on Computer Input by Huma...Waqas Tariq
 
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text Editor
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text EditorDynamic Construction of Telugu Speech Corpus for Voice Enabled Text Editor
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text EditorWaqas Tariq
 
An Improved Approach for Word Ambiguity Removal
An Improved Approach for Word Ambiguity RemovalAn Improved Approach for Word Ambiguity Removal
An Improved Approach for Word Ambiguity RemovalWaqas Tariq
 
Parameters Optimization for Improving ASR Performance in Adverse Real World N...
Parameters Optimization for Improving ASR Performance in Adverse Real World N...Parameters Optimization for Improving ASR Performance in Adverse Real World N...
Parameters Optimization for Improving ASR Performance in Adverse Real World N...Waqas Tariq
 
Interface on Usability Testing Indonesia Official Tourism Website
Interface on Usability Testing Indonesia Official Tourism WebsiteInterface on Usability Testing Indonesia Official Tourism Website
Interface on Usability Testing Indonesia Official Tourism WebsiteWaqas Tariq
 

More from Waqas Tariq (20)

The Use of Java Swing’s Components to Develop a Widget
The Use of Java Swing’s Components to Develop a WidgetThe Use of Java Swing’s Components to Develop a Widget
The Use of Java Swing’s Components to Develop a Widget
 
3D Human Hand Posture Reconstruction Using a Single 2D Image
3D Human Hand Posture Reconstruction Using a Single 2D Image3D Human Hand Posture Reconstruction Using a Single 2D Image
3D Human Hand Posture Reconstruction Using a Single 2D Image
 
Camera as Mouse and Keyboard for Handicap Person with Troubleshooting Ability...
Camera as Mouse and Keyboard for Handicap Person with Troubleshooting Ability...Camera as Mouse and Keyboard for Handicap Person with Troubleshooting Ability...
Camera as Mouse and Keyboard for Handicap Person with Troubleshooting Ability...
 
A Proposed Web Accessibility Framework for the Arab Disabled
A Proposed Web Accessibility Framework for the Arab DisabledA Proposed Web Accessibility Framework for the Arab Disabled
A Proposed Web Accessibility Framework for the Arab Disabled
 
Real Time Blinking Detection Based on Gabor Filter
Real Time Blinking Detection Based on Gabor FilterReal Time Blinking Detection Based on Gabor Filter
Real Time Blinking Detection Based on Gabor Filter
 
Computer Input with Human Eyes-Only Using Two Purkinje Images Which Works in ...
Computer Input with Human Eyes-Only Using Two Purkinje Images Which Works in ...Computer Input with Human Eyes-Only Using Two Purkinje Images Which Works in ...
Computer Input with Human Eyes-Only Using Two Purkinje Images Which Works in ...
 
Toward a More Robust Usability concept with Perceived Enjoyment in the contex...
Toward a More Robust Usability concept with Perceived Enjoyment in the contex...Toward a More Robust Usability concept with Perceived Enjoyment in the contex...
Toward a More Robust Usability concept with Perceived Enjoyment in the contex...
 
Collaborative Learning of Organisational Knolwedge
Collaborative Learning of Organisational KnolwedgeCollaborative Learning of Organisational Knolwedge
Collaborative Learning of Organisational Knolwedge
 
A PNML extension for the HCI design
A PNML extension for the HCI designA PNML extension for the HCI design
A PNML extension for the HCI design
 
An overview on Advanced Research Works on Brain-Computer Interface
An overview on Advanced Research Works on Brain-Computer InterfaceAn overview on Advanced Research Works on Brain-Computer Interface
An overview on Advanced Research Works on Brain-Computer Interface
 
Exploring the Relationship Between Mobile Phone and Senior Citizens: A Malays...
Exploring the Relationship Between Mobile Phone and Senior Citizens: A Malays...Exploring the Relationship Between Mobile Phone and Senior Citizens: A Malays...
Exploring the Relationship Between Mobile Phone and Senior Citizens: A Malays...
 
Principles of Good Screen Design in Websites
Principles of Good Screen Design in WebsitesPrinciples of Good Screen Design in Websites
Principles of Good Screen Design in Websites
 
Progress of Virtual Teams in Albania
Progress of Virtual Teams in AlbaniaProgress of Virtual Teams in Albania
Progress of Virtual Teams in Albania
 
Cognitive Approach Towards the Maintenance of Web-Sites Through Quality Evalu...
Cognitive Approach Towards the Maintenance of Web-Sites Through Quality Evalu...Cognitive Approach Towards the Maintenance of Web-Sites Through Quality Evalu...
Cognitive Approach Towards the Maintenance of Web-Sites Through Quality Evalu...
 
USEFul: A Framework to Mainstream Web Site Usability through Automated Evalua...
USEFul: A Framework to Mainstream Web Site Usability through Automated Evalua...USEFul: A Framework to Mainstream Web Site Usability through Automated Evalua...
USEFul: A Framework to Mainstream Web Site Usability through Automated Evalua...
 
Robot Arm Utilized Having Meal Support System Based on Computer Input by Huma...
Robot Arm Utilized Having Meal Support System Based on Computer Input by Huma...Robot Arm Utilized Having Meal Support System Based on Computer Input by Huma...
Robot Arm Utilized Having Meal Support System Based on Computer Input by Huma...
 
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text Editor
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text EditorDynamic Construction of Telugu Speech Corpus for Voice Enabled Text Editor
Dynamic Construction of Telugu Speech Corpus for Voice Enabled Text Editor
 
An Improved Approach for Word Ambiguity Removal
An Improved Approach for Word Ambiguity RemovalAn Improved Approach for Word Ambiguity Removal
An Improved Approach for Word Ambiguity Removal
 
Parameters Optimization for Improving ASR Performance in Adverse Real World N...
Parameters Optimization for Improving ASR Performance in Adverse Real World N...Parameters Optimization for Improving ASR Performance in Adverse Real World N...
Parameters Optimization for Improving ASR Performance in Adverse Real World N...
 
Interface on Usability Testing Indonesia Official Tourism Website
Interface on Usability Testing Indonesia Official Tourism WebsiteInterface on Usability Testing Indonesia Official Tourism Website
Interface on Usability Testing Indonesia Official Tourism Website
 

Recently uploaded

Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...christianmathematics
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 

Recently uploaded (20)

INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 

Hand Segmentation Techniques to Hand Gesture Recognition for Natural Human Computer Interaction

  • 1. Archana S. Ghotkar & Gajanan K. Kharate International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 15 Hand Segmentation Techniques to Hand Gesture Recognition for Natural Human Computer Interaction Archana S. Ghotkar archana.ghotkar@gmail.com Department of Computer Engineering Pune Institute of Computer Technology University of Pune Pune 411 043, India Gajanan K. Kharate gkkharate@yahoo.co.in Department of Electronics and Telecommunication Engineering Matoshri College of Engineering and Research Centre University of Pune Nasik 422 105, India Abstract This work is the part of vision based hand gesture recognition system for Natural Human Computer Interface. Hand tracking and segmentation are the primary steps for any hand gesture recognition system. The aim of this paper is to develop robust and efficient hand segmentation algorithm where three algorithms for hand segmentation using different color spaces with required morphological processing have were utilized. Hand tracking and segmentation algorithm (HTS) is found to be most efficient to handle the challenges of vision based system such as skin color detection, complex background removal and variable lighting condition. Noise may contain, sometime, in the segmented image due to dynamic background. An edge traversal algorithm was developed and applied on the segmented hand contour for removal of unwanted background noise. Keywords: Human Computer Interface, Hand tracking and Segmentation, Hand Gesture Recognition, Edge Traversal Algorithm. 1. INTRODUCTION Natural Human Computer Interaction (HCI) is the demand of today’s world. Survey and Sign language study shows that from various gesture communications modality, the hand gesture is the most easy and natural way of communication. Real-time vision-based hand gesture recognition is considered to be more and more feasible for Human-Computer Interaction with the help of latest advances in the field of computer vision and pattern recognition [1]. There are various applications using Hand Gesture Recognition. Zhao et al. [2] explained virtual reality system based on hand gesture. Gaussian distribution was used for building complexion model, YCbCr color space was used for segmentation purpose and Fourier descriptor as a feature vector. BP neural network was utilized for recognition and all these resulted in an improved recognition rate. High light and shadow segmentation results were, however, found to be not perfect. Guan and Zheng [3] introduced a novel approach to pointing gesture recognition based on binocular stereo vision, in which user needs to wear special clothes or markers and was found to be suitable for both left and right handed users. Freeman and Weissman [4] explained television control application by hand gesture. Here, the user uses only one gesture: the open hand, facing the camera for controlling the television. Sepehri et al. [5] proposed algorithms and applications for using hand as an interface device in virtual and physical spaces. In Real-time Vision based Hand Gesture recognition system, hand tracking and segmentation are most important and challenging steps towards gesture recognition. Uncontrolled environment,
  • 2. Archana S. Ghotkar & Gajanan K. Kharate International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 16 lighting condition, skin color detection, rapid hand motion and self-occlusions are the challenges need to be considered while capturing and tracking the hand gesture [6]. Various researchers are working on hand tracking and segmentation to make it robust to achieve natural interface with machine. Bao et al. [7] introduced a new robust algorithm called Tower method for hand tracking module where, skin color was considered for hand gesture tracking and recognition. Alon et al. [8] introduced unified framework for gesture recognition and spatiotemporal gesture segmentation applied to American Sign Language (ASL). To recognize manual gestures in video, it is required to do both spatial and temporal gesture segmentations. Spatial gesture segmentation is the problem of determining where the gesturing hand is located in each video frame. Temporal gesture segmentation is the problem of determining when gesture starts and ends. Various gray-level segmentation techniques, such as use of single threshold value, adaptive thresholding, P-tile method, edge pixel method, iterative method and use of fuzzy set are available for object segmentation. Stergiopoulou and Papamarkos [9] proposed hand segmentation by color segmentation using YCbCr color map. Approximation of the hand morphology was accomplished by SGONG (self-growing and self organized neural gas) Network. Algorithm was able to identify finger, palm center, hand center, hand slope as well as finger features for recognition purpose. Probability based classification method was used for gesture classification. Skin color detection and complex background are major challenges in hand gesture recognition. Binary linked objects are groups of pixels that share the same label due to their connectivity in a binary image. Burande et al. [10] implemented Blobs analysis technique for skin color detection under complex background. Kalman filtering, HMM and Graph matching algorithm were used for gesture recognition. Howe et al. [11] had introduced fusion of skin color and motion segmentation. Face and hand of signer were successfully detected by using skin color segmentation. False detection of skin region in the uncontrolled background also occurs due to light variation, so motion segmentation was used to find the difference between the moving foreground object and the stationery background. Hand gestures are spontaneous and powerful communication modality for HCI. Various traditional input devices are available for interaction with computer, such as keyboard, mouse, joystick as well as touch screen; yet these are not considered natural interface. Proposed system will consist of desktop/laptop interface, with the help of hand gesture where users need not to wear any data glove, along with the web camera for capturing the hand image. The primary step toward any hand gesture recognition (HGR) is hand tracking and segmentation. In the present work, three techniques for hand segmentation were explored. The objective of this work is to overcome the vision-based challenges, such as dynamic background removal, skin color detection for natural human computer interface and variable lighting condition. The organization of the paper is as follows. In section 2, system model of hand gesture recognition for desktop/laptop handling operations is described. Color model used in different algorithms are discussed in section 3. In section 4, techniques of hand detection and segmentation with anticipated dataset are introduced. In section 5, experimented results are shown. The results of experimented techniques are compared and discussed in section 6. Conclusion and future work is discussed in section 7. 2. HAND GESTURE RECOGNITION SYSTEM MODEL Let S be a hand gesture recognition system that recognizes hand gesture. S = { I,G,M,F,O } where, I is a set of input hand gestures; G represents a set of single-handed anticipated static gestures; M represents mouse operation such as left click, right click;
  • 3. Archana S. Ghotkar & Gajanan K. Kharate International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 17 F represents feature vector for G; O represents output with application interface (A); G = {G1,G2,..G7 } I = {I1,I2…I5} G I M = {center position (x,y), movement of (x,y) position, left click, right click}; G M F = {f1,f2…f5} O = {A1, A2 …A7} Success of the system will be depend upon when (i) Ii=Fj where Ii € I Fj € F where 1 <= j <=5 Failure of the system when (ii) For a gesture(I) no feature vector is found Ii≠Fj where Ii € I Fj € F where 1 <= j <=5 (iii) For two different gesture (I) same feature vector found Ii=Fj and Ik=Fj where Ii,Ik € I Fj € F where 1 <= j <=5 and 3. COLOR MODELS The aim of the proposed project is to overcome the challenge of skin color detection for natural interface between user and machine. So to detect the skin color under dynamic background the study of various color models was done for pixel based skin detection [12][13][14]. In this paper, three color spaces has been chosen which are commonly used in computer vision applications. • RGB: Three primary colors red(R), green(G), and blue(B) are used. The main advantage of this color space is simplicity. However, it is not perceptually uniform. It does not separate luminance and chrominance, and the R, G, and B components are highly correlated. • HSV (Hue, Saturation, Value): It express Hue with dominant color (such as red, green, purple and yellow)of an area. Saturation measures the colorfulness of an area in proportion to its brightness. The “intensity”, “lightness”, or “Values” is related to the color luminance. This model discriminates luminance from chrominance. This is a more intuitive method for describing colors, and because the intensity is independent of the color information this is very useful model for computer vision. This model gives poor result where the brightness is very low. Other similar color spaces are HSI and HSL(HLS). • CIE –Lab: It defined by the International Commission on Illumination. It separates a luminance variable L from two perceptually uniform chromaticity variable(a,b) 4. HAND SEGMENTATION Since, efficient hand tracking and segmentation is the key of success towards any gesture recognition, due to challenges of vision based methods, such as varying lighting condition, complex background and skin color detection; variation in human skin color complexion required the robust development of algorithm for natural interface. Color is very powerful descriptor for
  • 4. Archana S. Ghotkar & Gajanan K. Kharate International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 18 object detection. So for the segmentation purpose color information was used, which is invariant to rotation and geometric variation of the hand [18]. Human perceives characteristics of color component such as brightness, saturation and hue component than the percentage of primary color red, green, and blue. Color models are useful for to specify a particular color in standard way. It is space-coordinated system within which any specified color represented by single point. Here, three techniques were introduced using different color spaces for robust hand detection and segmentation. Hand tracking and segmentation (HTS) technique using HSV color space is identified for the preprocessing of HGR system. 4.1 Anticipated Static Gesture Set Static gesture is a specific posture assigned with meaning. Following are the static gesture set specified for the proposed system with the specific meaning. Application interface will be provided after recognition of specified posture for action. Simplicity and user frendliness were taken into consideration for the design of anticipated posture set. For the mouse cursor movement the center of the hand gesture window was passed as a mouse cursor. Figure 1. shows anticipated static gestures set with defined task. FIGURE 1: a)Open notepad (b) Open paint (c) Log off (d) Open media player (e) Picture browsing (f) mouse left click (g) mouse right click 4.2 Hand Segmentation Using HSV Color Space and Sampled Storage Approach [16] A Novel Approach for Image segmentation algorithm has been developed and tested for green color glove. In this approach, color based segmentation was attempted using HSV color space. The H, S and V separation was done using following equations. V=max{R,G,B} δ= V-min{R,G,B} S= δ/V To obtain value for hue following are the cases (i) if R=V then H=1/6(G-B)/δ (ii) if G=V then H=1/6(2+(B-R)/δ) (iii) if B=V then H=1/6(4+(R-G)/δ) The input image of green color samples was passed to the algorithm and from H-S histogram the H_range = [0.4 0.55 0.6 0.6] and S_range = [0.2 1.0] were experimented for segmentation. Algorithm could able to subtract dynamic background. Skin color samples needed to be passed to the algorithm for skin color detection. The drawback of this algorithm was training samples of the color need to be stored. It was sensitive to little variation in color brightness. 4.3 Hand Segmentation Using Lab Color Space (HSL) The Input captured RGB image was converted to lab color space. In CIE L* a* b* co-ordinates, where L* defines lightness, a* represent red/green value and b* denotes the blue/yellow color value. a* axis and +a direction shift towards red while along the b* axis +b movement shift toward yellow. Once the image gets converted into a* and b* planes, thresholding was done. Convolution operation was applied on binary images for the segmentation. Morphological processing was done to get the superior hand shape. This algorithm was found to work for skin color detection but it was sensitive for complex background. Figure 2 shows the output with intermediate steps.
  • 5. Archana S. Ghotkar & Gajanan K. Kharate International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 19 4.3.1 HSL Algorithm i) Capture the Image ii) Read the input image iii) Convert RGB image into lab color space iv) Convert the color values in I into color structure specified in cform v) Compute the threshold value. vi) Convert Intensity image into binary image vii) Performing morphological operations such as erosion. FIGURE 2: (a) Input Image (b) rgb2clb (c) Gray Scale (d) Black and white (e) Image after erosion 4.4 Hand Tracking and Segmentation (HTS) Algorithm The prime objective of this algorithm was robust skin color detection and removal of complex background. The limitation of previous two techniques was overcome with the hand tracking algorithm. In this approach, hand detection and segmentation were attempted. Hand tracking was done using mean shift algorithm [17]. Odd frame has been considered for fast processing. For robust performance user’s skin color sample was passed and HSV histogram was created. Experimented threshold value has been used for the segmentation. Algorithm was found to be working for dynamic color tracking under complex background and able to segment required hand image on which image morphological operations were applied to get the contour. CamShift function (a variation on mean shift algorithm) within the OpenCV library is used for tracking and detection. Edge traversal algorithm was applied for getting fine contour of the hand shape. As dynamic background was considered, while capturing the user’s gesture after edge detection, there was a possibility to detect unwanted edges from the background. In an attempt to only identify the boundary of user’s hand edge, traversal algorithm was devised. Figure 3 explains the flow chart of HTS algorithm and Figure 4(a) shows that at the run time, skin color sample is passed to the algorithm. Figure 4(b) shows the color of the hand is tracked, circle is drawn for the extraction purpose and Figure 4(c) shows the segmented result after applying edge traversal algorithm. This algorithm was found to work for skin color tracking including for any color glove hand tracking. 4.4.1 HTS Algorithm i) Capture the image frames from camera. ii) Process odd frames, tracked the hand using CamShift function by providing skin color samples at the run time. iii) HSV histogram is created and the experimented threshold value is passed to the CamShift function for tracking required hand portion. iv) Segment the required hand portion from Image v) Find the edges by using Canny edge detection. vi) Dilate the image.
  • 6. Archana S. Ghotkar & Gajanan K. Kharate International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 20 vii) Erode the image. viii)Apply edge traversal algorithm to get final contour. ix) Stop FIGURE 3: Hand tracking and segmentation (HTS) 4.4.2 Edge Traversal Algorithm i) Take the center of the window reference ii) Traverse to the left of the image till we get the first white pixel and record this pixel. iii) Consider the 3*3 matrix, with the white pixel at the center of the matrix. iv) Find the previous black pixel, which helped to locate the first white pixel. v) Starting from the previous black pixel, traverse the matrix in anti-clock wise direction till the next white pixel is obtained. vi) Compare this white pixel with first white pixel recorded. vii) If new white pixel is same as the first white pixel then go to step (viii) Hand tracking Hand segmentation Edge detection Dilate Image Erode image Capture Image frames Edge traversal Algorithm Cam shift tracking algorithm Learned histogram Frames
  • 7. Archana S. Ghotkar & Gajanan K. Kharate International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 21 viii) else record this white pixel and go to step (iii) ix) Stop FIGURE 4: (a) Learning color histogram (b) Hand tracking FIGURE 4: (c) Hand tracking and final contour 4.5 Mouse Cursor Movement Movement of the mouse cursor is done on the logic where center point of the segmented region is calculated and tracked with respect to x,y position. i) Capture frames from webcam ii) Perform hand segmentation(using HTS algorithm) iii) Centre point detection and tracking iv) After tracking the centre point, pass the centre point coordinates to the SetCursorPos() Function. v) Move the cursor position according to the centre point. vi) In order to perform any operations from mouse, give the appropriate gestures for right and left click. vii) Stop 5. RESULTS HTS algorithm was tested on four users for five gestures. Instances of three to five gestures on same users were tested. Algorithm was tested on green color glove and skin color on 70 samples. It was observed that using green color glove segmentation process is faster than using skin color due the varying lighting condition. Figure 5 shows segmented results using green color gloves and Figure 6 shows segmented results on skin color.
  • 8. Archana S. Ghotkar & Gajanan K. Kharate International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 22 FIGURE 5: Segmentation results on green color glove FIGURE 6: Segmentation results on skin color 5.1 Software/Hardware Used Sample storage (using HSV) and HSL (using Lab) algorithms, was done using MATLAB 2010Ra and HTS algorithm was implemented using OpenCV. It was found that for real time interfacing and object tracking, OpenCV was a good choice. All algorithms were found to be working on low- resolution web camera (2.0 M pixel and more). For constant lighting source night vision, 8 M pixel camera was used for desired results. 6. DISCUSSION There are various approaches are found in survey for hand tracking and segmentation. Different researchers are using different color spaces such as YCbCr[9], HSI[10], YIQ[15] and various techniques, such as gray level segmentation techniques, for getting hand contour [18]. Basically there are two methods for skin detection i) Pixel-Based Segmentation and ii) Region Based Segmentation. Pixel based segmentation uses color based methods. The choice of the color model should consider separability between skin and non skin color and should decrease separability among skin tones. Color distribution has modeled into non parametric and parametric model. However Non parametric Model uses Histogram and Bays classifier for skin color distribution and parametric model derives Gaussian model from training set. In the present study, pixel based non parametric methods were used. Three techniques were implemented and compared. HTS algorithm was giving best result under complex background and skin color detection. It was robust than first two techniques. Using first technique, with HSV color space, the color samples needed to be stored and then threshold value was calculated for segmentation purpose. The limitation of this technique was for the slight variation of the hand color, desired segmentation result could not be achieved. We could segment hand on various skin tone using Lab approach but sometimes result was varying for complex background. Table 1 shows the comparison of discussed techniques with respect to challenging factor. From the comparison between three techniques it was observed that hand tracking with learned histogram is giving better result than other two for skin color detection under complex background. Algorithms were tested for skin as well as non skin color (with color glove).
  • 9. Archana S. Ghotkar & Gajanan K. Kharate International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 23 Techniques Skin color detection Dynamic background subtraction Different lighting condition Storage sampled based technique using HSV working Working but if background is having the same hand/glove color then fail Sensitive Lab based technique working sensitive Sensitive Object Tracking with HSV working working More robust than previous two TABLE 1: Comparisons of three techniques. Since, for the detection of the skin color various methods were presented by various researchers such as Bayesian classification with the histogram techniques using various color spaces[12][13][19] ,Bayesian theorem and Kernel Density estimation[20], Using parametric color modeling using Gaussian Mixture Model [21] ,and using unsupervised learning such as K-mean clustering[22]. However for all the classification method, correct choice of color space is very important. Any real time HCI application requires robustness, accuracy and fast processing, for skin color detection, as color varies with illumination the choice of the color space and classification method is really challenge. 7. CONCLUSION AND FUTURE WORK This is an ongoing project and first phase of the project where we tried to implement and tested various techniques for efficient and robust segmentation. Better results on skin color detection using HTS algorithm were achieved, where for fast hand tracking, odd frames for processing were considered. The next phase of the project is creation of multiple feature vectors for desired classification and recognition accuracy. Geometric features, such as line identification using Hough transform , Fourier descriptor, and Image Hu moments will be used due to the properties of rotation, scale and translation invariant. Genetic algorithm will be used for gesture recognition. Window APIs (Application Program Interface) will be used for specified action after Gesture recognition. Further the system will be extended to manual alphabet Indian sign language Interpretation. ACKNOWLEDGEMENT The authors are thankful to the Department of Science and Technology, Ministry of Science and Technology, New Delhi for supporting this non-commercial research under the Fast Track Scheme for Young Scientists (SR/FTP/ETA-18/08). REFERENCES [1] V. Pavlovis,R. Sharma and T. huang, “Visual Interpretation of Hand Gesture for Human- Computer Interaction: A Review”, IEEE Transaction on pattern Analysis and Machine Intelligence, Vol. 19, No.7, Jul 1997.pp.,677-695. [2] S. Zhao, W. Tan, C. Wu, L. Wen, “A Novel Interactive Method of Virtual Reality System Based on Hand Gesture Recognition”, IEEE-978-1-4244-2723-9/09,pp., 5879-5882,2009. [3] Y. Guan, M. Zheng, “Real-time 3D pointing gesture recognition for natural HCI”, Proceedings of the world congress on Intilligent Control and Automation, China, pp, .2433-2436.,2008.
  • 10. Archana S. Ghotkar & Gajanan K. Kharate International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 24 [4] W. Freeman, C. Weissman, “Television control by hand gesture”, IEEE international workshop on Automatic Face and Gesture Recognition, Zurich, 1995. [5] A. Sepehri, Y. Yacoob, L. Davis, “Employing the Hand as an Interface Device”, Journal of Multimedia, Vol. 1, No.7, pp., 18-2, 2006. [6] A. Erol, G. Bebis, M. Nicolescu, R.Boyle and X.Twombly, “Vision-based hand pose estimation: A review”, Science Direct, Computer Vision and Image Understanding 108,pp., 52-73,2007. [7] P. Bao, N. Binh, T. Khoa, “A new Approach To Hand Tracking and Gesture Recognition By A New Feature Type And HMM”, International Conference on Fuzzy Systems and Knowledge Discovery, IEEE Computer Society, 2009. [8] J. Alon, V. Athitsos, Q. Yuan, S. Sclaroff, “A Unified Framework for Gesture Recognition and Spatiotemporal Gesture Segmentation”, IEEE Transaction of Pattern Analysis and Machine Intelligence,2008. [9] E. Stergiopoulou, N. Papamarkos, “A New Technique for Hand Gesture Recognition”,IEEE-ICIP,pp., 2657-2660,2006. [10] C. Burande,R. Tugnayat, N. Choudhary, “Advanced Recognition Techniques for Human Computer Interaction”, IEEE, Vol 2 pp., 480-483,2010 [11] L. Howe, F. Wong,A. Chekima, “Comparison of Hand Segmentation Methodologies for Hand Gesture Recognition”,IEEE-978-4244-2328-6,2008 [12] V. Vezhnevets, V. Sazonov. and A. Andreeva, “ A Survey on Pixel-Based Skin color Detection Techniques” [13] S. Phung, A. Bouzerdoum and D. Chai, “ Shin Segmentation Using Color Pixel Classification: Analysis and Comparision” IEEE Transaction on Pattern Analysis and Machine Intelligence, Vol.27, No. 1,pp., 148-154,2005. [14] A. Elgammal, C. Muang and D. Hu, “Skin Detection – a Short Tutorial”, Encyclopedia of Biometrics , Springer-Verlag Berlin Heidelberg, 2009. [15] R. Rokade, D. ,Kokare,“ Gesture Recognition by Thinning Method”, International Conference on Digital Image Processing, IEEE Computer Society, pp., 284-287,2009. [16] A. Ghotkar, “A Novel Approach for Image Segmentation in Real Time Hand Gesture Recognition for HCI”, International Conference(ICSCI-2011),Pentagram Research, Hyderabad ,Jan-2011. [17] D. Comaniciu, V. Ramesh, and P. Meer, “Real-time tracking of non-rigid objects using mean shift” Computer Vision and Pattern Recognition, 2000.Proceddings. IEEE Conference on, 2:142-149 vol.2,2000. [18] A. Martin and S. Tosunoglu, “Image Processing Techniques for Machine Vision” [19] C.Jung, C.Kim, S.Chae, and S. Oh, “Unsupervised Segmentation of Overlapped Nuclei Using Bayesian Classification”, IEEE Transaction on Biomedical Engineering, Vol. 57, No.12,2010.
  • 11. Archana S. Ghotkar & Gajanan K. Kharate International Journal of Human Computer Interaction (IJHCI), Volume (3) : Issue (1) : 2012 25 [20] H. Rahimizadeh,, M. Marhaban, R. Kamil, and N. Ismail, “Color Image Segmentation Based on Bayesian Theorem and Kernel Density Estimation”, European Journal of Scientific Research, ISSN 1450-216 vol.26 No.3, pp., 430-436,2009. [21] R. Hassanpour, A. Shahbahrami, and S. Wong, “Adaptive Guassian Mixture Model for Skin Color Segmentation”, World Academy of science, Engineering and Technology 41, 2008. [22] A. Chitade, S. Katiyar, “Color Based Image Segmentation Using K-means Clustering”, International Journal of Engineering Science and Technology, Vol.2(10), pp., 5319- 5325,2010.