Hand Gesturevrecognization Seminar
Hand Gesturevrecognization Seminar
Hand Gesturevrecognization Seminar
• The key parameter in the thresholding process is the choice of the threshold
value.
• Several different methods for choosing a threshold exist,
– Users can manually choose a threshold value, or
– A thresholding algorithm can compute a value automatically, which is known as
automatic thresholding.
FRAME DIFFERENCING
INTRODUCTION TO GAUSSIANS:
• Each pixel is characterized by its intensity in the RGB color space.
• The probability of observing the current pixel value is considered given by
the following formula
K determined by the available memory and computational power. Stauffer and Grimson
proposed to set K from 3 to 5
MIXTURE OF GAUSSIANS:
• sum of wi = 1
• The contour of hand is a series of points which are the boundary pixels of the
hand area.
• After obtaining the contour, the gesture and its
shape then can be detected and recognized by
using contours analysis
Here we use Canny edge detection method to
extract the contour of hand gesture
CANNY EDGE DETECTION ALGORITHM:
• Then, the magnitude G and the slope θ of the gradient are calculated as
follow:
NON-MAXIMUM SUPPRESSION
• The convex hull of hand gesture contour is the convex polygon surrounded by
all the convex vertices in gesture contour,
CONVEXITY DEFECTS:
• The convex defect is defined as the difference between gesture convex hull and
contour.
• The convex defect is defined as the difference
between gesture convex hull and contour.
• The data structure of each of the convex
defects contains three components:
start contour point, end contour point and
concave contour point.
• Therefore, it is possible to detect the fingertips by using hand gesture contour
and convex defects.
• The count and position of fingertips can be determined as following:
1) Conduct noise elimination on the obtained convex defects.
Based on the physiological structure of human hand and large numbers of experiments,
the 1/5 and 1/2 of the height of hand gesture contour respectively, and the height of
hand gesture contour is defined as the length of the quadrilateral formed by points
2) Scan filtered convex defects clockwise, take the start contour point of the first convex defect and the end contour point
of the last convex defect as the first and last fingertip respectively.
3) Take use of the average position of the end contour point of current convex defect and the start contour point of next
convex defect as the position of current fingertip.
FEATURES EXTRACTION
• The tightness of hand gesture contour to its convex hull is defined as the gesture
convexity, which is denoted by δ, its value is the area ratio of gesture contour and
convex hull.
• Where, hullArea is the area of convex hull, contourArea is the area of gesture
contour.
• we can get according to the image that hullArea > contourArea, so δ ϵ (0,1), and the
bigger the value, the tighter the gesture contour to convex hull.
RELATIVE ANGLES OF FINGERS:
• Different gestures can be distinguished by the relative position of fingertips,
which is composed of two values of α and β.
• α is the summation of angles with centroid as vertex, lines from centroid to the
first fingertip and other fingertips as edges, and β is the value of the angle
with centroid as vertex, lines from centroid to the first fingertip and last
fingertip as edges
RESULTS AND CONCLUSION