SlideShare a Scribd company logo
1 of 7
Download to read offline
E-ISSN: 2321–9637
Volume 2, Issue 1, January 2014
International Journal of Research in Advent Technology
Available Online at: http://www.ijrat.org
21
HAND GESTURE RECOGNITION SYSTEM FOR
THE UNDERPRIVILEGED
Ms. Prerna Raikwar1
, Prof. Mrs. Vandana Khobragade2
“Department of Electronics & Telecommunication, Mumbai University (India)”
prerna2302@gmail.com1
vandanamotghare@gmail.com2
ABSTARCT:
User’s Hand Gesture is captured and a salient feature set is extracted; these features are associated with
the user identity and stored as a template in a database. User’s gesture is captured and the extracted
feature set is compared with either (i) all the templates in the database (identification), or (ii) the
templates associated with a claimed identity (verification). The hand gesture recognition technique based
on the pattern of the human hand is well suited to be applied to access control and provides strong
security. In this paper we focus on an efficient methodology for identification and verification for gesture
detection, even when the images have obstructions, visual noise.etc. Efficiency is acquired from gesture
detection and recognition when its performance evaluation is accurate. In this paper we will discuss few
hand gesture recognition methods that are currently being practised, out of those which are the efficient
techniques.
Keywords: Image Capturing; Pre-Processing; Gesture Recognition; Pattern Recognition; Image segmentation.
1. INTRODUCTION
Interaction with computers is not a comfortable experience even in the present time. Computers should
communicate with people with body language. Gesture recognition can be seen as a way for computers to begin
to understand human body language, thus building a richer bridge between machines and humans than primitive
text user interfaces or even GUIs (graphical user interfaces), which still limit the majority of input to keyboard
and mouse. Hand gesture recognition becomes important .Interactive human-machine interface and virtual
environment is the need of effective means of communication between human-machine. The Proposed Block
Diagram for the Hand Gesture Recognition system is shown in the Figure1
Figure 1 Proposed block diagram of hand recognition system
E-ISSN: 2321–9637
Volume 2, Issue 1, January 2014
International Journal of Research in Advent Technology
Available Online at: http://www.ijrat.org
22
2. IMAGE CAPTURE
Hand gesture is a form of non verbal communication found to be reliable and accurate means of human-
machine communication. Hand gesture recognition systems have been previously described. US Patent No.
4,988,981 (Zimmerman et. al) teaches how a glove based device using three sensors could be used as a
computer data entry apparatus. This has been expanded upon and several papers, such as [1] & [2]. Paper [3]
has shown that multiple sensors, such as cameras, can be used to find the 3D position of the object, such as a
hand. These systems have the disadvantage that they require multiple sensors, which increase the costs of the
system, and also mean that complex processes must be performed to integrate the information from these
multiple sensors. Reference paper [3] has shown how it is possible to construct 3D images using a single
sensor by moving the sensor to different positions and viewing the object. However, this also has the
disadvantage that complex data processing is required, as well as a mechanism to move the sensor. It also
has the disadvantage that tracking fast moving objects, such as hands, would require that the sensor move at
an even faster speed.
3. PRE PROCESSING
Pre-processing is a common name for operations with images at the lowest level of abstraction -- both input and
output are intensity The aim of pre-processing is an improvement of the image dataοimages. that suppresses
unwanted distortions or enhances some image features important for further processing. Four categories of
image pre-processing methods according to the size of the pixel neighborhood that is used for the calculation of
a new pixel brightness, pixel brightness transformations, geometric transformations, pre-processing methods
that use a local neighborhoodνtransformations, image restoration that requires knowledgeνof the processed
pixel, and Other classifications of image pre-processingοabout the entire image methods exist. Image pre-
processing methods use the considerable redundancy in images. Neighboring pixels that are corresponding to
considerable redundancy in images. One object in real images have essentially the same or similar. Thus,
distorted pixel can often be restored as anοbrightness value. Average value of neighboring pixels. Gray Scale
Transformations: Grey scale transformations do not depend on the position of the pixel in the image, Grey scale
transformations are mostly used if the result is viewed by a human brightness transform. Negative
transformation b – contrast enhancement (between p1and p2).
4. IMAGE SEGMENTATION
Image Segmentation is the process of partitioning a digital image into multiple segments (sets of pixels, also
known as super pixels). The goal of segmentation is to simplify and/or change the representation of an image
into something that is more meaningful and easier to analyse. Image segmentation is typically used to locate
objects and boundaries (lines, curves, etc.) in images. More precisely, image segmentation is the process of
assigning a label to every pixel in an image such that pixels with the same label share certain visual
characteristics.Thresholding: The simplest method of image segmentation is called the thresholding method.
This method is based on a clip-level (or a threshold value) to turn a gray-scale image into a binary image. The
key of this method is to select the threshold value (or values when multiple-levels are selected). [3]A new hand
gesture recognition method based on Input– Output Hidden Markov Models is presented. This method deals
with the dynamic aspects of gestures. Gestures are extracted from a sequence of video images by tracking the
Skin–color blobs corresponding to the hand into a body–Face space centered on the face of the user [4]. In
thresholding, pixels are allocated to categories according to the range of values in which a pixel lies. Fig 3.
Shows boundaries which were obtained by thresholding the muscle fibers image. Pixels with values less than
128 have been placed in one category, and the rest have been placed in the other category. The boundaries
between adjacent pixels in different categories have been superimposed in white on the original image. It can be
seen that the threshold has successfully segmented the image into the two predominant Fiber types.
E-ISSN: 2321–9637
Volume 2, Issue 1, January 2014
International Journal of Research in Advent Technology
Available Online at: http://www.ijrat.org
23
Figure 2. Thresholding Image Segmentation
In edge-based segmentation, an edge filter is applied to the image, pixels are classified as edge or non-edge
depending on the filter output, and pixels which are not separated by an edge are allocated to the same category.
Fig4. Shows the boundaries of connected regions after applying Prewitt's filter and eliminating all non-border
segments containing fewer than 500 pixels.
Figure 3. Edge-based segmentation
To overcome the noise sensitiveness of conventional fuzzy c-means (FCM) clustering algorithm, a novel
extended FCM algorithm for image segmentation is presented in this paper. The algorithm is developed by
modifying the objective function of the standard FCM algorithm with a penalty term that takes into account the
influence of the neighboring pixels on the centre pixels. The penalty term acts as a regularizer in this algorithm,
which is inspired from the neighborhood expectation maximization algorithm and is modified in order to satisfy
the criterion of the FCM algorithm. The performance of our algorithm is discussed and compared to those of
many derivatives of FCM algorithm. Experimental results on segmentation of synthetic and real images
demonstrate that the proposed algorithm is effective and Robust.
5. COLOR SPACE
A colour space is a mathematical representation of a set of colours. The most popular colour models are 1.RGB
(used in computer graphics); 2.YIQ, YUV, or YCbCr (used in video systems); 3. CMYK (used in colour
printing). However, none of these colour spaces are directly related to the intuitive notions of hue, saturation,
and brightness. All colour spaces can be derived from the RGB information supplied by devices such as cameras
and scanners
5.1 RGB Colour Space
The red, green and blue (RGB) colour space is widely used throughout computer graphics. Red, green and blue
are three primary additive colours: individual components are added together to form a desired colour and are
represented by a three dimensional, Cartesian coordinate system as shown in Figure5.
E-ISSN: 2321–9637
Volume 2, Issue 1, January 2014
International Journal of Research in Advent Technology
Available Online at: http://www.ijrat.org
24
Figure 4. RGB Colour Cube.
5.2 YCbCr Color Space
YCbCr is a family of colour spaces used in video systems. Y is the luma component and Cb and Cr are the
chroma components. The YCbCr colour space is a scaled and an offset version of the YUV colour space. Y is
defined to have a range of 16– 235; Cb and Cr are defined to have a nominal range of 16–240 [5]. The basic
equations to convert between RGB and YCbCr are:
Y = 0.257R+ 0.504G + 0.098B + 16
Cb = –0.148R – 0.291G+ 0.439B + 128
Cr = 0.439R – 0.368G – 0.071B + 128
The above equations have been used to generate the logic used in the colour conversion module.
Figure 5. RGB Color Model
6. GESTURE RECOGNITION
It mainly includes Sign Language. The two main elements of gesture recognition are (i)Low and simple level
signed alphabet, mimics the letters of the native spoken language.(ii)Higher level signed language, using actions
to mimic the meaning or description of the sign. The following figure 4. is American Standard hand gestures for
English alphabets.
E-ISSN: 2321–9637
Volume 2, Issue 1, January 2014
International Journal of Research in Advent Technology
Available Online at: http://www.ijrat.org
25
Figure 6: Hand gestures for English alphabets.
Figure 7: Input / Output image1 in YCbCr colour space.
No. of Images Miss False Alarms Detection rate(High/Low)
Image1 0 ~4% 84.0%
Image2 0 ~2% 92.0%
Table 1: Skin colour classification rate for YCbCr colour space.
Based on Table[1] we assume that the skin colour is determined mostly by its chrominance components Cb and
Cr so the luminance component depends only on lightning conditions. There is also assumption that the skin
colour of various human individuals and also human skin colour types is the same in its chrominance
components. The difference is only according to the luminance parameter variation. This implicates that there is
no need to trace luminance component probability function in skin colour detection in YCbCr colour space.
Advantage of this method is its simplicity and minor computational costs. The method described in this paper
finds it difficult to differentiate when background colour of image is similar to skin colour (red).
7. APPLICATION
E-ISSN: 2321–9637
Volume 2, Issue 1, January 2014
International Journal of Research in Advent Technology
Available Online at: http://www.ijrat.org
26
• Entrance time and attendance control, banking service, PC security.
• Traffic control systems
• Video surveillance
• Brake light detection
• Image controlling & Scaling
• To control Mouse(3D mouse)
• Sign Language Recognition
• Gaming Interface
• Robot Control
• Controlling Machines
• In mobile phone e.g. Samsung Galaxy S4
Figure 8..Gesture Recognition in Samsung Galaxy S4
8. FUTURE SCOPE
• National border controls: the hand gesture & iris recognition as a living passport
• Computer login: a particular gesture as a living password
• Cell phone and other wireless-device-based authentication
• Human-Machine Communication- Enable deaf people to lead a normal life.
• Access to machines using gestures for under privileged
• Secure access to bank accounts at cash machines
• Ticketless travel; authentication of rights to services
• Premises access control (home, office, laboratory, etc)
• Driving licenses; other personal certificates
• Entitlements and benefits authorization
• Forensics; birth certificates; tracing missing or wanted persons
• Credit-card authentication
• Automobile ignition and unlocking; anti-theft devices
• Anti-terrorism (e.g. Security screening at airports)
• Secure financial transactions (electronic commerce, banking)
• Internet security; control of access to privileged information
• "Biometric-Key Cryptography" (stable keys from unstable templates) any existing use of keys, cards,
pins, or passwords
E-ISSN: 2321–9637
Volume 2, Issue 1, January 2014
International Journal of Research in Advent Technology
Available Online at: http://www.ijrat.org
27
9. CONCLUSIONS
Proposed algorithm focus on the algorithm for rapid and accurate hand gesture recognition. People, who are
physically disabled, sometimes are unable to use other forms of man-machine communication. In that case
persons hand gestures recognition plays important role. Systems like this, gesture recognition is very much
useful for all physically disabled people.
References
[1] Hand Gesture Recognition System Using Multiple Camera (Utsumi et. al), Proceedings ICPR '96, Vienna; Real-Time Self-Calibrating
Stereo Person Tracking Using 3-D Shape Estimation from Blob Features (Azerbaijani et. al), Proceedings ICPR '96, Vienna;
[2] Real-Time Hand Shape Recognition Using Pipe-line Image Processor (Ishibuchi et. al) IEEE Int. Workshop on Robot and Human
Communication 1992.
[3] Hand Gesture Recognition using Input–Output Hidden Markov Models Sebastian Marcel, Olivier Bernier, Jean–Emmanuel Viallet and
Daniel Collobert France Telecom CNET 2 avenue Pierre Marzin 22307 Lannion, FRANCE sebastien.marcel,
olivier.bernier,jeanemmanuel.viallet,
[4] http://www.bioss.ac.uk/people/chris/ch4.pdf
[5] Image segmentation by fuzzy c-means Clustering algorithm with a novel. Penalty term Yong yang, School of information management
Jiangxi university of finance and economics, Nanchang 330013, p.r. china, manuscript 3 February 2005; revised 9 June 2006

More Related Content

What's hot

Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...IOSR Journals
 
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...IRJET Journal
 
Frequency Domain Blockiness and Blurriness Meter for Image Quality Assessment
Frequency Domain Blockiness and Blurriness Meter for Image Quality AssessmentFrequency Domain Blockiness and Blurriness Meter for Image Quality Assessment
Frequency Domain Blockiness and Blurriness Meter for Image Quality AssessmentCSCJournals
 
A survey on efficient no reference blur estimation methods
A survey on efficient no reference blur estimation methodsA survey on efficient no reference blur estimation methods
A survey on efficient no reference blur estimation methodseSAT Journals
 
A survey on efficient no reference blur estimation
A survey on efficient no reference blur estimationA survey on efficient no reference blur estimation
A survey on efficient no reference blur estimationeSAT Publishing House
 
Blending of Images Using Discrete Wavelet Transform
Blending of Images Using Discrete Wavelet TransformBlending of Images Using Discrete Wavelet Transform
Blending of Images Using Discrete Wavelet Transformrahulmonikasharma
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...eSAT Journals
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachEditor IJMTER
 
Retrieving Of Color Images Using SDS Technique
Retrieving Of Color Images Using SDS TechniqueRetrieving Of Color Images Using SDS Technique
Retrieving Of Color Images Using SDS TechniqueEditor IJMTER
 
Fingerprint Image Compression using Sparse Representation and Enhancement wit...
Fingerprint Image Compression using Sparse Representation and Enhancement wit...Fingerprint Image Compression using Sparse Representation and Enhancement wit...
Fingerprint Image Compression using Sparse Representation and Enhancement wit...Editor IJCATR
 
Digital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationDigital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationMostafa G. M. Mostafa
 
Comprehensive Study of the Work Done In Image Processing and Compression Tech...
Comprehensive Study of the Work Done In Image Processing and Compression Tech...Comprehensive Study of the Work Done In Image Processing and Compression Tech...
Comprehensive Study of the Work Done In Image Processing and Compression Tech...IRJET Journal
 
Mislaid character analysis using 2-dimensional discrete wavelet transform for...
Mislaid character analysis using 2-dimensional discrete wavelet transform for...Mislaid character analysis using 2-dimensional discrete wavelet transform for...
Mislaid character analysis using 2-dimensional discrete wavelet transform for...IJMER
 
Gesture Recognition Based Mouse Events
Gesture Recognition Based Mouse EventsGesture Recognition Based Mouse Events
Gesture Recognition Based Mouse Eventsijcsit
 
22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)IAESIJEECS
 
Medical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformMedical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformIJERA Editor
 
IRJET- Comparison and Simulation based Analysis of an Optimized Block Mat...
IRJET-  	  Comparison and Simulation based Analysis of an Optimized Block Mat...IRJET-  	  Comparison and Simulation based Analysis of an Optimized Block Mat...
IRJET- Comparison and Simulation based Analysis of an Optimized Block Mat...IRJET Journal
 

What's hot (20)

Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
Design of Gabor Filter for Noise Reduction in Betel Vine leaves Disease Segme...
 
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...IRJET -  	  Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
IRJET - Computer-Assisted ALL, AML, CLL, CML Detection and Counting for D...
 
Frequency Domain Blockiness and Blurriness Meter for Image Quality Assessment
Frequency Domain Blockiness and Blurriness Meter for Image Quality AssessmentFrequency Domain Blockiness and Blurriness Meter for Image Quality Assessment
Frequency Domain Blockiness and Blurriness Meter for Image Quality Assessment
 
A survey on efficient no reference blur estimation methods
A survey on efficient no reference blur estimation methodsA survey on efficient no reference blur estimation methods
A survey on efficient no reference blur estimation methods
 
A survey on efficient no reference blur estimation
A survey on efficient no reference blur estimationA survey on efficient no reference blur estimation
A survey on efficient no reference blur estimation
 
Blending of Images Using Discrete Wavelet Transform
Blending of Images Using Discrete Wavelet TransformBlending of Images Using Discrete Wavelet Transform
Blending of Images Using Discrete Wavelet Transform
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...A comparison of image segmentation techniques, otsu and watershed for x ray i...
A comparison of image segmentation techniques, otsu and watershed for x ray i...
 
Review of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging ApproachReview of Image Segmentation Techniques based on Region Merging Approach
Review of Image Segmentation Techniques based on Region Merging Approach
 
M.sc.iii sem digital image processing unit v
M.sc.iii sem digital image processing unit vM.sc.iii sem digital image processing unit v
M.sc.iii sem digital image processing unit v
 
Retrieving Of Color Images Using SDS Technique
Retrieving Of Color Images Using SDS TechniqueRetrieving Of Color Images Using SDS Technique
Retrieving Of Color Images Using SDS Technique
 
Fingerprint Image Compression using Sparse Representation and Enhancement wit...
Fingerprint Image Compression using Sparse Representation and Enhancement wit...Fingerprint Image Compression using Sparse Representation and Enhancement wit...
Fingerprint Image Compression using Sparse Representation and Enhancement wit...
 
Digital Image Processing: Image Segmentation
Digital Image Processing: Image SegmentationDigital Image Processing: Image Segmentation
Digital Image Processing: Image Segmentation
 
Jc3515691575
Jc3515691575Jc3515691575
Jc3515691575
 
Comprehensive Study of the Work Done In Image Processing and Compression Tech...
Comprehensive Study of the Work Done In Image Processing and Compression Tech...Comprehensive Study of the Work Done In Image Processing and Compression Tech...
Comprehensive Study of the Work Done In Image Processing and Compression Tech...
 
Mislaid character analysis using 2-dimensional discrete wavelet transform for...
Mislaid character analysis using 2-dimensional discrete wavelet transform for...Mislaid character analysis using 2-dimensional discrete wavelet transform for...
Mislaid character analysis using 2-dimensional discrete wavelet transform for...
 
Gesture Recognition Based Mouse Events
Gesture Recognition Based Mouse EventsGesture Recognition Based Mouse Events
Gesture Recognition Based Mouse Events
 
22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)22 29 dec16 8nov16 13272 28268-1-ed(edit)
22 29 dec16 8nov16 13272 28268-1-ed(edit)
 
Medical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet TransformMedical Image Fusion Using Discrete Wavelet Transform
Medical Image Fusion Using Discrete Wavelet Transform
 
IRJET- Comparison and Simulation based Analysis of an Optimized Block Mat...
IRJET-  	  Comparison and Simulation based Analysis of an Optimized Block Mat...IRJET-  	  Comparison and Simulation based Analysis of an Optimized Block Mat...
IRJET- Comparison and Simulation based Analysis of an Optimized Block Mat...
 

Viewers also liked

Paper id 36201527
Paper id 36201527Paper id 36201527
Paper id 36201527IJRAT
 
Paper id 24201472
Paper id 24201472Paper id 24201472
Paper id 24201472IJRAT
 
Paper id 2120148
Paper id 2120148Paper id 2120148
Paper id 2120148IJRAT
 
Paper id 35201501
Paper id 35201501Paper id 35201501
Paper id 35201501IJRAT
 
Paper id 36201528
Paper id 36201528Paper id 36201528
Paper id 36201528IJRAT
 
Paper id 21201433
Paper id 21201433Paper id 21201433
Paper id 21201433IJRAT
 
Paper id 24201427
Paper id 24201427Paper id 24201427
Paper id 24201427IJRAT
 
Paper id 312201516
Paper id 312201516Paper id 312201516
Paper id 312201516IJRAT
 
Paper id 212014116
Paper id 212014116Paper id 212014116
Paper id 212014116IJRAT
 
Paper id 24201491
Paper id 24201491Paper id 24201491
Paper id 24201491IJRAT
 
Paper id 2820149
Paper id 2820149Paper id 2820149
Paper id 2820149IJRAT
 
Paper id 36201506
Paper id 36201506Paper id 36201506
Paper id 36201506IJRAT
 
Paper id 26201494
Paper id 26201494Paper id 26201494
Paper id 26201494IJRAT
 
Paper id 252014103
Paper id 252014103Paper id 252014103
Paper id 252014103IJRAT
 
Paper id 252014156
Paper id 252014156Paper id 252014156
Paper id 252014156IJRAT
 
Paper id 24201441
Paper id 24201441Paper id 24201441
Paper id 24201441IJRAT
 
Paper id 28201425
Paper id 28201425Paper id 28201425
Paper id 28201425IJRAT
 
Paper id 25201445
Paper id 25201445Paper id 25201445
Paper id 25201445IJRAT
 
Paper id 37201535
Paper id 37201535Paper id 37201535
Paper id 37201535IJRAT
 
Paper id 2520144
Paper id 2520144Paper id 2520144
Paper id 2520144IJRAT
 

Viewers also liked (20)

Paper id 36201527
Paper id 36201527Paper id 36201527
Paper id 36201527
 
Paper id 24201472
Paper id 24201472Paper id 24201472
Paper id 24201472
 
Paper id 2120148
Paper id 2120148Paper id 2120148
Paper id 2120148
 
Paper id 35201501
Paper id 35201501Paper id 35201501
Paper id 35201501
 
Paper id 36201528
Paper id 36201528Paper id 36201528
Paper id 36201528
 
Paper id 21201433
Paper id 21201433Paper id 21201433
Paper id 21201433
 
Paper id 24201427
Paper id 24201427Paper id 24201427
Paper id 24201427
 
Paper id 312201516
Paper id 312201516Paper id 312201516
Paper id 312201516
 
Paper id 212014116
Paper id 212014116Paper id 212014116
Paper id 212014116
 
Paper id 24201491
Paper id 24201491Paper id 24201491
Paper id 24201491
 
Paper id 2820149
Paper id 2820149Paper id 2820149
Paper id 2820149
 
Paper id 36201506
Paper id 36201506Paper id 36201506
Paper id 36201506
 
Paper id 26201494
Paper id 26201494Paper id 26201494
Paper id 26201494
 
Paper id 252014103
Paper id 252014103Paper id 252014103
Paper id 252014103
 
Paper id 252014156
Paper id 252014156Paper id 252014156
Paper id 252014156
 
Paper id 24201441
Paper id 24201441Paper id 24201441
Paper id 24201441
 
Paper id 28201425
Paper id 28201425Paper id 28201425
Paper id 28201425
 
Paper id 25201445
Paper id 25201445Paper id 25201445
Paper id 25201445
 
Paper id 37201535
Paper id 37201535Paper id 37201535
Paper id 37201535
 
Paper id 2520144
Paper id 2520144Paper id 2520144
Paper id 2520144
 

Similar to Paper id 21201419

IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...cscpconf
 
Hand gesture recognition using support vector machine
Hand gesture recognition using support vector machineHand gesture recognition using support vector machine
Hand gesture recognition using support vector machinetheijes
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET Journal
 
Evaluation Of Proposed Design And Necessary Corrective Action
Evaluation Of Proposed Design And Necessary Corrective ActionEvaluation Of Proposed Design And Necessary Corrective Action
Evaluation Of Proposed Design And Necessary Corrective ActionSandra Arveseth
 
Gesture Recognition Review: A Survey of Various Gesture Recognition Algorithms
Gesture Recognition Review: A Survey of Various Gesture Recognition AlgorithmsGesture Recognition Review: A Survey of Various Gesture Recognition Algorithms
Gesture Recognition Review: A Survey of Various Gesture Recognition AlgorithmsIJRES Journal
 
Importance of Dimensionality Reduction in Image Processing
Importance of Dimensionality Reduction in Image ProcessingImportance of Dimensionality Reduction in Image Processing
Importance of Dimensionality Reduction in Image Processingrahulmonikasharma
 
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...IJEEE
 
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...IRJET Journal
 
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIntensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIRJET Journal
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...IRJET Journal
 
A Biometric Approach to Encrypt a File with the Help of Session Key
A Biometric Approach to Encrypt a File with the Help of Session KeyA Biometric Approach to Encrypt a File with the Help of Session Key
A Biometric Approach to Encrypt a File with the Help of Session KeySougata Das
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET Journal
 
2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)moemi1
 
Ear Biometrics shritosh kumar
Ear Biometrics shritosh kumarEar Biometrics shritosh kumar
Ear Biometrics shritosh kumarshritosh kumar
 
General Review Of Algorithms Presented For Image Segmentation
General Review Of Algorithms Presented For Image SegmentationGeneral Review Of Algorithms Presented For Image Segmentation
General Review Of Algorithms Presented For Image SegmentationMelissa Moore
 
Automatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone FractureAutomatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone FractureIRJET Journal
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesIIRindia
 
IRJET- Analysing Wound Area Measurement using Android App
IRJET- Analysing Wound Area Measurement using Android AppIRJET- Analysing Wound Area Measurement using Android App
IRJET- Analysing Wound Area Measurement using Android AppIRJET Journal
 

Similar to Paper id 21201419 (20)

IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
IMPROVING IMAGE RESOLUTION THROUGH THE CRA ALGORITHM INVOLVED RECYCLING PROCE...
 
Hand gesture recognition using support vector machine
Hand gesture recognition using support vector machineHand gesture recognition using support vector machine
Hand gesture recognition using support vector machine
 
Cc4301455457
Cc4301455457Cc4301455457
Cc4301455457
 
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
IRJET - Symmetric Image Registration based on Intensity and Spatial Informati...
 
Evaluation Of Proposed Design And Necessary Corrective Action
Evaluation Of Proposed Design And Necessary Corrective ActionEvaluation Of Proposed Design And Necessary Corrective Action
Evaluation Of Proposed Design And Necessary Corrective Action
 
Gesture Recognition Review: A Survey of Various Gesture Recognition Algorithms
Gesture Recognition Review: A Survey of Various Gesture Recognition AlgorithmsGesture Recognition Review: A Survey of Various Gesture Recognition Algorithms
Gesture Recognition Review: A Survey of Various Gesture Recognition Algorithms
 
Importance of Dimensionality Reduction in Image Processing
Importance of Dimensionality Reduction in Image ProcessingImportance of Dimensionality Reduction in Image Processing
Importance of Dimensionality Reduction in Image Processing
 
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...
A Flexible Scheme for Transmission Line Fault Identification Using Image Proc...
 
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
Automatic License Plate Detection in Foggy Condition using Enhanced OTSU Tech...
 
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding TechniqueIntensity Enhancement in Gray Level Images using HSV Color Coding Technique
Intensity Enhancement in Gray Level Images using HSV Color Coding Technique
 
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...IRJET- 	  Comparative Study of Artificial Neural Networks and Convolutional N...
IRJET- Comparative Study of Artificial Neural Networks and Convolutional N...
 
A Biometric Approach to Encrypt a File with the Help of Session Key
A Biometric Approach to Encrypt a File with the Help of Session KeyA Biometric Approach to Encrypt a File with the Help of Session Key
A Biometric Approach to Encrypt a File with the Help of Session Key
 
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...IRJET-  	  Image based Approach for Indian Fake Note Detection by Dark Channe...
IRJET- Image based Approach for Indian Fake Note Detection by Dark Channe...
 
2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)2015.basicsof imageanalysischapter2 (1)
2015.basicsof imageanalysischapter2 (1)
 
Ear Biometrics shritosh kumar
Ear Biometrics shritosh kumarEar Biometrics shritosh kumar
Ear Biometrics shritosh kumar
 
Ijebea14 276
Ijebea14 276Ijebea14 276
Ijebea14 276
 
General Review Of Algorithms Presented For Image Segmentation
General Review Of Algorithms Presented For Image SegmentationGeneral Review Of Algorithms Presented For Image Segmentation
General Review Of Algorithms Presented For Image Segmentation
 
Automatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone FractureAutomatic Detection of Radius of Bone Fracture
Automatic Detection of Radius of Bone Fracture
 
Image Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI ImagesImage Segmentation Based Survey on the Lung Cancer MRI Images
Image Segmentation Based Survey on the Lung Cancer MRI Images
 
IRJET- Analysing Wound Area Measurement using Android App
IRJET- Analysing Wound Area Measurement using Android AppIRJET- Analysing Wound Area Measurement using Android App
IRJET- Analysing Wound Area Measurement using Android App
 

More from IJRAT

96202108
9620210896202108
96202108IJRAT
 
97202107
9720210797202107
97202107IJRAT
 
93202101
9320210193202101
93202101IJRAT
 
92202102
9220210292202102
92202102IJRAT
 
91202104
9120210491202104
91202104IJRAT
 
87202003
8720200387202003
87202003IJRAT
 
87202001
8720200187202001
87202001IJRAT
 
86202013
8620201386202013
86202013IJRAT
 
86202008
8620200886202008
86202008IJRAT
 
86202005
8620200586202005
86202005IJRAT
 
86202004
8620200486202004
86202004IJRAT
 
85202026
8520202685202026
85202026IJRAT
 
711201940
711201940711201940
711201940IJRAT
 
711201939
711201939711201939
711201939IJRAT
 
711201935
711201935711201935
711201935IJRAT
 
711201927
711201927711201927
711201927IJRAT
 
711201905
711201905711201905
711201905IJRAT
 
710201947
710201947710201947
710201947IJRAT
 
712201907
712201907712201907
712201907IJRAT
 
712201903
712201903712201903
712201903IJRAT
 

More from IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

Paper id 21201419

  • 1. E-ISSN: 2321–9637 Volume 2, Issue 1, January 2014 International Journal of Research in Advent Technology Available Online at: http://www.ijrat.org 21 HAND GESTURE RECOGNITION SYSTEM FOR THE UNDERPRIVILEGED Ms. Prerna Raikwar1 , Prof. Mrs. Vandana Khobragade2 “Department of Electronics & Telecommunication, Mumbai University (India)” prerna2302@gmail.com1 vandanamotghare@gmail.com2 ABSTARCT: User’s Hand Gesture is captured and a salient feature set is extracted; these features are associated with the user identity and stored as a template in a database. User’s gesture is captured and the extracted feature set is compared with either (i) all the templates in the database (identification), or (ii) the templates associated with a claimed identity (verification). The hand gesture recognition technique based on the pattern of the human hand is well suited to be applied to access control and provides strong security. In this paper we focus on an efficient methodology for identification and verification for gesture detection, even when the images have obstructions, visual noise.etc. Efficiency is acquired from gesture detection and recognition when its performance evaluation is accurate. In this paper we will discuss few hand gesture recognition methods that are currently being practised, out of those which are the efficient techniques. Keywords: Image Capturing; Pre-Processing; Gesture Recognition; Pattern Recognition; Image segmentation. 1. INTRODUCTION Interaction with computers is not a comfortable experience even in the present time. Computers should communicate with people with body language. Gesture recognition can be seen as a way for computers to begin to understand human body language, thus building a richer bridge between machines and humans than primitive text user interfaces or even GUIs (graphical user interfaces), which still limit the majority of input to keyboard and mouse. Hand gesture recognition becomes important .Interactive human-machine interface and virtual environment is the need of effective means of communication between human-machine. The Proposed Block Diagram for the Hand Gesture Recognition system is shown in the Figure1 Figure 1 Proposed block diagram of hand recognition system
  • 2. E-ISSN: 2321–9637 Volume 2, Issue 1, January 2014 International Journal of Research in Advent Technology Available Online at: http://www.ijrat.org 22 2. IMAGE CAPTURE Hand gesture is a form of non verbal communication found to be reliable and accurate means of human- machine communication. Hand gesture recognition systems have been previously described. US Patent No. 4,988,981 (Zimmerman et. al) teaches how a glove based device using three sensors could be used as a computer data entry apparatus. This has been expanded upon and several papers, such as [1] & [2]. Paper [3] has shown that multiple sensors, such as cameras, can be used to find the 3D position of the object, such as a hand. These systems have the disadvantage that they require multiple sensors, which increase the costs of the system, and also mean that complex processes must be performed to integrate the information from these multiple sensors. Reference paper [3] has shown how it is possible to construct 3D images using a single sensor by moving the sensor to different positions and viewing the object. However, this also has the disadvantage that complex data processing is required, as well as a mechanism to move the sensor. It also has the disadvantage that tracking fast moving objects, such as hands, would require that the sensor move at an even faster speed. 3. PRE PROCESSING Pre-processing is a common name for operations with images at the lowest level of abstraction -- both input and output are intensity The aim of pre-processing is an improvement of the image dataοimages. that suppresses unwanted distortions or enhances some image features important for further processing. Four categories of image pre-processing methods according to the size of the pixel neighborhood that is used for the calculation of a new pixel brightness, pixel brightness transformations, geometric transformations, pre-processing methods that use a local neighborhoodνtransformations, image restoration that requires knowledgeνof the processed pixel, and Other classifications of image pre-processingοabout the entire image methods exist. Image pre- processing methods use the considerable redundancy in images. Neighboring pixels that are corresponding to considerable redundancy in images. One object in real images have essentially the same or similar. Thus, distorted pixel can often be restored as anοbrightness value. Average value of neighboring pixels. Gray Scale Transformations: Grey scale transformations do not depend on the position of the pixel in the image, Grey scale transformations are mostly used if the result is viewed by a human brightness transform. Negative transformation b – contrast enhancement (between p1and p2). 4. IMAGE SEGMENTATION Image Segmentation is the process of partitioning a digital image into multiple segments (sets of pixels, also known as super pixels). The goal of segmentation is to simplify and/or change the representation of an image into something that is more meaningful and easier to analyse. Image segmentation is typically used to locate objects and boundaries (lines, curves, etc.) in images. More precisely, image segmentation is the process of assigning a label to every pixel in an image such that pixels with the same label share certain visual characteristics.Thresholding: The simplest method of image segmentation is called the thresholding method. This method is based on a clip-level (or a threshold value) to turn a gray-scale image into a binary image. The key of this method is to select the threshold value (or values when multiple-levels are selected). [3]A new hand gesture recognition method based on Input– Output Hidden Markov Models is presented. This method deals with the dynamic aspects of gestures. Gestures are extracted from a sequence of video images by tracking the Skin–color blobs corresponding to the hand into a body–Face space centered on the face of the user [4]. In thresholding, pixels are allocated to categories according to the range of values in which a pixel lies. Fig 3. Shows boundaries which were obtained by thresholding the muscle fibers image. Pixels with values less than 128 have been placed in one category, and the rest have been placed in the other category. The boundaries between adjacent pixels in different categories have been superimposed in white on the original image. It can be seen that the threshold has successfully segmented the image into the two predominant Fiber types.
  • 3. E-ISSN: 2321–9637 Volume 2, Issue 1, January 2014 International Journal of Research in Advent Technology Available Online at: http://www.ijrat.org 23 Figure 2. Thresholding Image Segmentation In edge-based segmentation, an edge filter is applied to the image, pixels are classified as edge or non-edge depending on the filter output, and pixels which are not separated by an edge are allocated to the same category. Fig4. Shows the boundaries of connected regions after applying Prewitt's filter and eliminating all non-border segments containing fewer than 500 pixels. Figure 3. Edge-based segmentation To overcome the noise sensitiveness of conventional fuzzy c-means (FCM) clustering algorithm, a novel extended FCM algorithm for image segmentation is presented in this paper. The algorithm is developed by modifying the objective function of the standard FCM algorithm with a penalty term that takes into account the influence of the neighboring pixels on the centre pixels. The penalty term acts as a regularizer in this algorithm, which is inspired from the neighborhood expectation maximization algorithm and is modified in order to satisfy the criterion of the FCM algorithm. The performance of our algorithm is discussed and compared to those of many derivatives of FCM algorithm. Experimental results on segmentation of synthetic and real images demonstrate that the proposed algorithm is effective and Robust. 5. COLOR SPACE A colour space is a mathematical representation of a set of colours. The most popular colour models are 1.RGB (used in computer graphics); 2.YIQ, YUV, or YCbCr (used in video systems); 3. CMYK (used in colour printing). However, none of these colour spaces are directly related to the intuitive notions of hue, saturation, and brightness. All colour spaces can be derived from the RGB information supplied by devices such as cameras and scanners 5.1 RGB Colour Space The red, green and blue (RGB) colour space is widely used throughout computer graphics. Red, green and blue are three primary additive colours: individual components are added together to form a desired colour and are represented by a three dimensional, Cartesian coordinate system as shown in Figure5.
  • 4. E-ISSN: 2321–9637 Volume 2, Issue 1, January 2014 International Journal of Research in Advent Technology Available Online at: http://www.ijrat.org 24 Figure 4. RGB Colour Cube. 5.2 YCbCr Color Space YCbCr is a family of colour spaces used in video systems. Y is the luma component and Cb and Cr are the chroma components. The YCbCr colour space is a scaled and an offset version of the YUV colour space. Y is defined to have a range of 16– 235; Cb and Cr are defined to have a nominal range of 16–240 [5]. The basic equations to convert between RGB and YCbCr are: Y = 0.257R+ 0.504G + 0.098B + 16 Cb = –0.148R – 0.291G+ 0.439B + 128 Cr = 0.439R – 0.368G – 0.071B + 128 The above equations have been used to generate the logic used in the colour conversion module. Figure 5. RGB Color Model 6. GESTURE RECOGNITION It mainly includes Sign Language. The two main elements of gesture recognition are (i)Low and simple level signed alphabet, mimics the letters of the native spoken language.(ii)Higher level signed language, using actions to mimic the meaning or description of the sign. The following figure 4. is American Standard hand gestures for English alphabets.
  • 5. E-ISSN: 2321–9637 Volume 2, Issue 1, January 2014 International Journal of Research in Advent Technology Available Online at: http://www.ijrat.org 25 Figure 6: Hand gestures for English alphabets. Figure 7: Input / Output image1 in YCbCr colour space. No. of Images Miss False Alarms Detection rate(High/Low) Image1 0 ~4% 84.0% Image2 0 ~2% 92.0% Table 1: Skin colour classification rate for YCbCr colour space. Based on Table[1] we assume that the skin colour is determined mostly by its chrominance components Cb and Cr so the luminance component depends only on lightning conditions. There is also assumption that the skin colour of various human individuals and also human skin colour types is the same in its chrominance components. The difference is only according to the luminance parameter variation. This implicates that there is no need to trace luminance component probability function in skin colour detection in YCbCr colour space. Advantage of this method is its simplicity and minor computational costs. The method described in this paper finds it difficult to differentiate when background colour of image is similar to skin colour (red). 7. APPLICATION
  • 6. E-ISSN: 2321–9637 Volume 2, Issue 1, January 2014 International Journal of Research in Advent Technology Available Online at: http://www.ijrat.org 26 • Entrance time and attendance control, banking service, PC security. • Traffic control systems • Video surveillance • Brake light detection • Image controlling & Scaling • To control Mouse(3D mouse) • Sign Language Recognition • Gaming Interface • Robot Control • Controlling Machines • In mobile phone e.g. Samsung Galaxy S4 Figure 8..Gesture Recognition in Samsung Galaxy S4 8. FUTURE SCOPE • National border controls: the hand gesture & iris recognition as a living passport • Computer login: a particular gesture as a living password • Cell phone and other wireless-device-based authentication • Human-Machine Communication- Enable deaf people to lead a normal life. • Access to machines using gestures for under privileged • Secure access to bank accounts at cash machines • Ticketless travel; authentication of rights to services • Premises access control (home, office, laboratory, etc) • Driving licenses; other personal certificates • Entitlements and benefits authorization • Forensics; birth certificates; tracing missing or wanted persons • Credit-card authentication • Automobile ignition and unlocking; anti-theft devices • Anti-terrorism (e.g. Security screening at airports) • Secure financial transactions (electronic commerce, banking) • Internet security; control of access to privileged information • "Biometric-Key Cryptography" (stable keys from unstable templates) any existing use of keys, cards, pins, or passwords
  • 7. E-ISSN: 2321–9637 Volume 2, Issue 1, January 2014 International Journal of Research in Advent Technology Available Online at: http://www.ijrat.org 27 9. CONCLUSIONS Proposed algorithm focus on the algorithm for rapid and accurate hand gesture recognition. People, who are physically disabled, sometimes are unable to use other forms of man-machine communication. In that case persons hand gestures recognition plays important role. Systems like this, gesture recognition is very much useful for all physically disabled people. References [1] Hand Gesture Recognition System Using Multiple Camera (Utsumi et. al), Proceedings ICPR '96, Vienna; Real-Time Self-Calibrating Stereo Person Tracking Using 3-D Shape Estimation from Blob Features (Azerbaijani et. al), Proceedings ICPR '96, Vienna; [2] Real-Time Hand Shape Recognition Using Pipe-line Image Processor (Ishibuchi et. al) IEEE Int. Workshop on Robot and Human Communication 1992. [3] Hand Gesture Recognition using Input–Output Hidden Markov Models Sebastian Marcel, Olivier Bernier, Jean–Emmanuel Viallet and Daniel Collobert France Telecom CNET 2 avenue Pierre Marzin 22307 Lannion, FRANCE sebastien.marcel, olivier.bernier,jeanemmanuel.viallet, [4] http://www.bioss.ac.uk/people/chris/ch4.pdf [5] Image segmentation by fuzzy c-means Clustering algorithm with a novel. Penalty term Yong yang, School of information management Jiangxi university of finance and economics, Nanchang 330013, p.r. china, manuscript 3 February 2005; revised 9 June 2006