You are on page 1of 5

CONTENTS

Chapter Title Page No.


Vision and Mission of the department ii
Abstract iii
List Of Figures iv
List Of Abbreviations v
1 Introduction 1
1.1 Gesture recognition 1
1.2 Hand gesture recognition using image processing 2
1.3 Devices used for gesture recognition 4
2 Contour tracing algorithms 6
2.1 Square tracing algorithm 7
2.1.1 Algorithm 8
2.2 Moore neighbour tracing 9
2.2.1 Algorithm 10
3 Pavlidis algorithm 13
3.1 Algorithm 15
3.2 Analysis 17
4 Application of hand gesture recognition 19
5 Challenges 21
6 Conclusion 22
References 23
Appendix

i
VISION AND MISSION OF THE DEPARTMENT

Vision
To be recognized at national and international level for excellence in Education
and Research in Electronics and Communication Engineering.

Mission
 Inculcating leadership qualities, adaptability and ethical values.
 Imparting quality education in the field of electronics, communication and related
areas to meet the challenges in industry, academia and research.
 Nurture the growth of each individual by providing a dynamic and conducive
learning environment.

ii
ABSTRACT

Image processing is a method to perform some operations on an image, in order


to get an enhanced image or to extract some useful information from it. It is a type of
signal processing in which input is an image and output may be image or
characteristics/features associated with that image. Nowadays, image processing is
among rapidly growing technologies. It forms core research area within engineering and
computer science disciplines too.

There are two types of methods used for image processing namely, analogue and
digital image processing. Analogue image processing can be used for the hard copies like
printouts and photographs. Image analysts use various fundamentals of interpretation
while using these visual techniques. Digital image processing techniques help in
manipulation of the digital images by using computers. The three general phases that all
types of data have to undergo while using digital technique are pre-processing,
enhancement, and display, information extraction .Here we are using pavilidis algorithm
for hand gesture recognition .

LIST OF FIGURES
iii
Figure Name Page No.
2.1 Pattern of letter A 6
2.2 Contour traced 7
2.3 Contour traced by pavlidis algorithm 7
2.4 Square tracing pattern 8
2.5 Given pattern for moore neighbor tracing 9
2.6 Moore neighbor tracing 10
3.1 Pattern for pavlidis algorithm 14
3.2 Path towards p1 14
3.3 Path towards p2 15
3.4 Path towards p3 15
3.5 8 connected pattern 18

LIST OF ABBREVIATIONS

iv
Abbreviation Explanation

GUI Graphical User Interfaces

HGR Hand Gesture Recognition

HCI Human Computer Interfaces

You might also like