SlideShare a Scribd company logo
Automatic User State
Recognition
for Hand Gesture Based Low-
Cost
Television Control System
Martina Thampan
S7c
28
CONTENTS
 INTRODUCTION
 HAND FREE CONTROL SYSTEM
 PROPOSED SYSTEM
 COMPONENTS OF AUSR SYSTEM
 USER STATE DEFINITION
 USER STATE INITIALIZATION
 USER STATE TRANSITION
 HAND GESTURE RECOGNITION
 EXPERIMENT RESULTS
 CONCLUSION
 REFERENCES
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
2
INTRODUCTION
Innovation in TV display screen
TV controller remains unchanged
Fitt's Law
Hand Free control system
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
3
HAND FREE CONTROL SYSTEM
Voice controlled devices
Hand gesture control system
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
4
PROPOSED SYSTEM
 Low cost hand gesture in automatic manner
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
5
PROPOSED SYSTEM(contd..)
Automatic user state recognition(AUSR)
Ultra sonic distance array and camera
module
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
6
IMPLEMENTATION OF THE SYSTEM
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
7
COMPONENTS OF AUSR SYSTEM
Hardware
TV
set-top box
sensors(RGB or depth cameras)
 ultrasonic distance array
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
8
COMPONENTS OF AUSR(contd…)
Embedded software components
connects sensors with TV
Process the sensor data
Drive the TV control process
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
9
USER STATE DEFINITION
Classification of user state
Absent
Other action
Controlling
Watching
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
10
USER STATE DEFINITION (contd..)
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
11
USER STATE INITIALIZATION
 Action detection
 Distance detection
 Movement detection
 Single sensor based & sensor array based
action decision.
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
12
USER STATE INITIALIZATION (contd..)
 L(t)=C.T(t)/2
L(t)=distance between object and sensor
C=sonic speed in air(340 m/s).
T(t)=time between the sensor emits and
receives the ultrasonic waves.
 ∆Lt =|L(t+P)-L(t)|
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
13
USER STATE INITIALIZATION (contd..)
 At = 0, ∆Lt <R (considering the threshold)
1,∆Lt ≥ R
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
14
USER STATE INITIALIZATION (contd..)
Considering action sequence :
St=[∆ Lt-k+1 ,∆Lt-k+2 ,..., ∆Lt-1, ∆Lt ]
Based on threshold R for non intentional
movements
SRt =[At-k+1 ,At-k+2 ,..,At-1 , At ]
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
15
USER STATE INITIALIZATION (contd..)
 Action status
A= 0, SUM(SRt )< Q
1, SUM(SRt )≥ Q
 SUM(SRt )=∑ i=0
K-1 At-i
 S=2.√2.r=2√2.D.tgθ
 Action decision will be according to
A= 0, max [A0 ,A1 ,A2 ,A3 ]=0
1, max [A0 ,A1 ,A2 ,A3 ]=1
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
16
USER STATE INITIALIZATION (contd..)
 Presentation detection
 Face detection
Horizontal view angle α
α= arctg(W/2L)
 arctg- inverse trigonometric function
 W- width of tv screen
 L-distance between user eye and TV screen.
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
17
USER STATE INITIALIZATION (contd..)
 Vertical view angle β
Β = arctg(H/2L)
H- height of TV screen
 Roll angle[φ]
 Lf ={F|-α≤Fh ≤α, -β ≤Fv ≤β and –φ ≤ Fr ≤φ }
 B= o, if the face is not detected
1, if the face is detected
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
18
USER STATE INITIALIZATION
(contd..)
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
19
USER STATE INITIALIZATION (contd..)
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
20
USER STATE INITIALIZATION (contd..)
User state decision
decided from results of action detection
and presentation detection.
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
21
USER STATE INITIALIZATION (contd..)
ALGORITHIM OF DECISION OF USER STATE
If (the intentional motion is detected)
If (the face watching TV is detected)
Set (A=1,B=1) - Controlling
Else
Set (A=1,B=0) - Other Action
Else if (the face watching TV is detected)
Set (A=0,B=1) - Watching
Else
Set (A=0,B=0) - Absent
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
22
USER STATE INITIALIZATION (contd..)
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
23
USER STATE TRANSITION
If (the intentional motion is detected)
If (A=1 and B=1)
Detect hand gestures
Else if (A=0 and B=0)
Set (A=1,B=0)
Else if (A=1 and B=0)
If (the face watching TV is detected)
Set (A=1,B=1)
Else
If (the face watching TV is detected)
Set (A=1,B=1)
Else if (the intentional motion is not detected for a long time)
If (A=1,B=0)
Set (A=0,B=0)
Else if(A=1,B=1)
Set (A=0,B=1)
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
24
USER STATE TRANSITION(contd..)
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
25
HAND GESTURE RECOGNITION
 Hand gesture recognition module & camera
activated when user state is controlling.
 Gesture continuously detected in Tf
 Tf is the threshold for restrict the time period
permitted for the user to do hand gestures
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
26
EXPERIMENTAL RESULTS
 User study
 Out of 6 people 2young,2middle age and 2 old users
are considered
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
27
EXPERIMENTAL RESULTS (contd..)
 Automatic user state recognition
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
28
EXPERIMENTAL RESULTS (contd..)
 Computational cost and power consumption
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
29
CONCLUSIONS
 TV user’s states are defined according to finite state
machine.
 Camera system and gesture recognition is activated or
closed by recognised user state.
 Reduction in computational cost and power consumption
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
30
REFERENCES
 [1]Shiguo Lian, Member, IEEE, Wei Hu, Kai Wang,” Automatic User State
Recognition for Hand Gesture Based Low-Cost Television Control System”,
IEEE Transactions on Consumer Electronics, Vol. 60, No. 1, February 2014.
 [2]I. S. Mackenzie and W. Buxton, "Extending fitts' law to two dimensional
tasks," in Proceedings of CHI'92, pp. 219-226, May 1992.
 [3]S. K. Kim, G. H. Park, S. H. Yim, S. M. Choi, and S. J. Choi, “Gesture
recognizing hand-held interface with vibrotactile feedback for 3D
interaction,” IEEE Trans. Consumer Electronics, vol. 55, no. 3, pp.1169-1177,
Aug. 2009.
 [4]H. Heo, E. C. Lee, K. R. Park, C. J. Kim, and M. C. Whang, “A realistic
game system using multi-modal user interfaces,” IEEE Trans. Consumer
Electronics, vol. 56, no. 3, pp. 1364-1372, Aug. 2010.
 [5]D. W. Lee, J. M. Lim, S. W. John, I. Y. Cho, and C. H. Lee, “Actual remote
control: a universal remote control using hand motions on a virtual menu,”
IEEE Trans. Consumer Electronics, vol. 55, no. 3, pp.1439-1446, Aug. 2009
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
31
Questions please??
AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM
32
THANK YOU

More Related Content

Viewers also liked

Gesture recognition
Gesture recognitionGesture recognition
Gesture recognition
PrachiWadekar
 
Hand Gesture recognition
Hand Gesture recognitionHand Gesture recognition
Hand Gesture recognition
Nimishan Sivaraj
 
Movement Tracking in Real-time Hand Gesture Recognition
Movement Tracking in Real-time Hand Gesture RecognitionMovement Tracking in Real-time Hand Gesture Recognition
Movement Tracking in Real-time Hand Gesture Recognition
Pranav Kulkarni
 
Hand gesture recognition
Hand gesture recognitionHand gesture recognition
Hand gesture recognition
Muhammed M. Mekki
 
Gesture Recognition Technology
Gesture Recognition TechnologyGesture Recognition Technology
Gesture Recognition Technology
Nikith Kumar Reddy
 
Hand Gesture Recognition
Hand Gesture RecognitionHand Gesture Recognition
Hand Gesture Recognition
Shounak Katyayan
 
My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! 
My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! 
My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! 
Chris Gledhill
 
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
Nithinkumar P
 
Gesture control bot
Gesture control botGesture control bot
Gesture control bot
Akshay Jirafe
 
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
Manoj Harsule
 
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 Base Device: Savannah J. 2
Gesture Base Device: Savannah J. 2Gesture Base Device: Savannah J. 2
Gesture Base Device: Savannah J. 2savannah32
 
Tips on how best to use Word Press
Tips on how best to use Word Press Tips on how best to use Word Press
Tips on how best to use Word Press
Tomo360, LLC
 
How to create your own word press website
How to create your own word press websiteHow to create your own word press website
How to create your own word press website
Jess Fisher-Robertson
 
Building Your Website with WordPress Seminar
Building Your Website with WordPress Seminar Building Your Website with WordPress Seminar
Building Your Website with WordPress Seminar
Tomo360, LLC
 
non verbal handoff
non verbal handoffnon verbal handoff
non verbal handoff
Mohit Varma
 
Gesture control algorithm for personal computers
Gesture control algorithm for personal computersGesture control algorithm for personal computers
Gesture control algorithm for personal computers
eSAT Journals
 
Part 1 - Gesture Recognition Technology
Part   1 - Gesture Recognition TechnologyPart   1 - Gesture Recognition Technology
Part 1 - Gesture Recognition Technology
Patel Saunak
 

Viewers also liked (20)

Gesture recognition
Gesture recognitionGesture recognition
Gesture recognition
 
Hand Gesture recognition
Hand Gesture recognitionHand Gesture recognition
Hand Gesture recognition
 
Movement Tracking in Real-time Hand Gesture Recognition
Movement Tracking in Real-time Hand Gesture RecognitionMovement Tracking in Real-time Hand Gesture Recognition
Movement Tracking in Real-time Hand Gesture Recognition
 
Hand gesture recognition
Hand gesture recognitionHand gesture recognition
Hand gesture recognition
 
Gesture Recognition Technology
Gesture Recognition TechnologyGesture Recognition Technology
Gesture Recognition Technology
 
Hand Gesture Recognition
Hand Gesture RecognitionHand Gesture Recognition
Hand Gesture Recognition
 
Gesture Recognition
Gesture RecognitionGesture Recognition
Gesture Recognition
 
My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! 
My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! 
My old 2002 Thesis on Hand Gesture Recognition using a Web Cam! 
 
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
 
Gesture control bot
Gesture control botGesture control bot
Gesture control bot
 
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 system(FYP REPORT)
Hand gesture recognition system(FYP REPORT)Hand gesture recognition system(FYP REPORT)
Hand gesture recognition system(FYP REPORT)
 
Gesture Base Device: Savannah J. 2
Gesture Base Device: Savannah J. 2Gesture Base Device: Savannah J. 2
Gesture Base Device: Savannah J. 2
 
Tips on how best to use Word Press
Tips on how best to use Word Press Tips on how best to use Word Press
Tips on how best to use Word Press
 
How to create your own word press website
How to create your own word press websiteHow to create your own word press website
How to create your own word press website
 
Building Your Website with WordPress Seminar
Building Your Website with WordPress Seminar Building Your Website with WordPress Seminar
Building Your Website with WordPress Seminar
 
FINAL REVIEW
FINAL REVIEWFINAL REVIEW
FINAL REVIEW
 
non verbal handoff
non verbal handoffnon verbal handoff
non verbal handoff
 
Gesture control algorithm for personal computers
Gesture control algorithm for personal computersGesture control algorithm for personal computers
Gesture control algorithm for personal computers
 
Part 1 - Gesture Recognition Technology
Part   1 - Gesture Recognition TechnologyPart   1 - Gesture Recognition Technology
Part 1 - Gesture Recognition Technology
 

Similar to Automatic user state recognition for hand gesture based low cost television control system

TELEVISION CONTROL WITH SENSORS
TELEVISION CONTROL WITH SENSORS TELEVISION CONTROL WITH SENSORS
TELEVISION CONTROL WITH SENSORS
jayasuthan7
 
RADAR SYSTEM
RADAR SYSTEMRADAR SYSTEM
RADAR SYSTEM
VikashKumar1509
 
5107368.ppt
5107368.ppt5107368.ppt
5107368.ppt
yibe5
 
A Novel Extended Adaptive Thresholding for Industrial Alarm Systems
A Novel Extended Adaptive Thresholding for Industrial Alarm SystemsA Novel Extended Adaptive Thresholding for Industrial Alarm Systems
A Novel Extended Adaptive Thresholding for Industrial Alarm Systems
Koorosh Aslansefat
 
Datasheet Metrel MI 3100 SE. Hubungi PT. Siwali Swantika 021-45850618
Datasheet Metrel MI 3100 SE. Hubungi PT. Siwali Swantika 021-45850618Datasheet Metrel MI 3100 SE. Hubungi PT. Siwali Swantika 021-45850618
Datasheet Metrel MI 3100 SE. Hubungi PT. Siwali Swantika 021-45850618
PT. Siwali Swantika
 
Ono sokki Laser Doppler Vibrometer lv1800e_4_denkei
Ono sokki Laser Doppler Vibrometer lv1800e_4_denkeiOno sokki Laser Doppler Vibrometer lv1800e_4_denkei
Ono sokki Laser Doppler Vibrometer lv1800e_4_denkei
NIHON DENKEI SINGAPORE
 
Noise and vibration report
Noise and vibration reportNoise and vibration report
Noise and vibration report
Toastmaster International
 
Real time atomization of agriculture system for the modernization of indian ...
Real time atomization of  agriculture system for the modernization of indian ...Real time atomization of  agriculture system for the modernization of indian ...
Real time atomization of agriculture system for the modernization of indian ...
SHAMEER C M
 
Pid controller
Pid controllerPid controller
Pid controller
Sangramjit Sarkar
 
[D08.00015] ROBUST AND OPTIMAL CONTROL FOR SUPERCONDUCTING QUBITS, 2-QUBIT G...
[D08.00015] ROBUST AND OPTIMAL CONTROL FOR  SUPERCONDUCTING QUBITS, 2-QUBIT G...[D08.00015] ROBUST AND OPTIMAL CONTROL FOR  SUPERCONDUCTING QUBITS, 2-QUBIT G...
[D08.00015] ROBUST AND OPTIMAL CONTROL FOR SUPERCONDUCTING QUBITS, 2-QUBIT G...
HarrisonBall1
 
Robust Presentation on h ifiinity based full state feedback controller design...
Robust Presentation on h ifiinity based full state feedback controller design...Robust Presentation on h ifiinity based full state feedback controller design...
Robust Presentation on h ifiinity based full state feedback controller design...
VivekKumar265461
 
Signal conditioning & condition monitoring using LabView by Prof. shakeb ahm...
Signal conditioning & condition monitoring  using LabView by Prof. shakeb ahm...Signal conditioning & condition monitoring  using LabView by Prof. shakeb ahm...
Signal conditioning & condition monitoring using LabView by Prof. shakeb ahm...
mayank agarwal
 
Ag Cideas Oscillation Control
Ag Cideas Oscillation ControlAg Cideas Oscillation Control
Ag Cideas Oscillation Control
spguy62
 
Lecture Slide 1.pptx
Lecture Slide 1.pptxLecture Slide 1.pptx
Lecture Slide 1.pptx
MuhammadAbdullahShou2
 
Big Bang- Big Crunch Optimization in Second Order Sliding Mode Control
Big Bang- Big Crunch Optimization in Second Order Sliding Mode ControlBig Bang- Big Crunch Optimization in Second Order Sliding Mode Control
Big Bang- Big Crunch Optimization in Second Order Sliding Mode Control
IJMTST Journal
 
QMI 2014 Instrumentation Catalog
QMI 2014 Instrumentation CatalogQMI 2014 Instrumentation Catalog
QMI 2014 Instrumentation CatalogImaginos NDE
 
Slide for ATD --- Tiansong Wang
Slide for ATD --- Tiansong WangSlide for ATD --- Tiansong Wang
Slide for ATD --- Tiansong WangTiansong Wang
 

Similar to Automatic user state recognition for hand gesture based low cost television control system (20)

TELEVISION CONTROL WITH SENSORS
TELEVISION CONTROL WITH SENSORS TELEVISION CONTROL WITH SENSORS
TELEVISION CONTROL WITH SENSORS
 
RADAR SYSTEM
RADAR SYSTEMRADAR SYSTEM
RADAR SYSTEM
 
5107368.ppt
5107368.ppt5107368.ppt
5107368.ppt
 
A Novel Extended Adaptive Thresholding for Industrial Alarm Systems
A Novel Extended Adaptive Thresholding for Industrial Alarm SystemsA Novel Extended Adaptive Thresholding for Industrial Alarm Systems
A Novel Extended Adaptive Thresholding for Industrial Alarm Systems
 
Final Poster
Final PosterFinal Poster
Final Poster
 
Datasheet Metrel MI 3100 SE. Hubungi PT. Siwali Swantika 021-45850618
Datasheet Metrel MI 3100 SE. Hubungi PT. Siwali Swantika 021-45850618Datasheet Metrel MI 3100 SE. Hubungi PT. Siwali Swantika 021-45850618
Datasheet Metrel MI 3100 SE. Hubungi PT. Siwali Swantika 021-45850618
 
Ono sokki Laser Doppler Vibrometer lv1800e_4_denkei
Ono sokki Laser Doppler Vibrometer lv1800e_4_denkeiOno sokki Laser Doppler Vibrometer lv1800e_4_denkei
Ono sokki Laser Doppler Vibrometer lv1800e_4_denkei
 
Noise and vibration report
Noise and vibration reportNoise and vibration report
Noise and vibration report
 
Real time atomization of agriculture system for the modernization of indian ...
Real time atomization of  agriculture system for the modernization of indian ...Real time atomization of  agriculture system for the modernization of indian ...
Real time atomization of agriculture system for the modernization of indian ...
 
Pid controller
Pid controllerPid controller
Pid controller
 
[D08.00015] ROBUST AND OPTIMAL CONTROL FOR SUPERCONDUCTING QUBITS, 2-QUBIT G...
[D08.00015] ROBUST AND OPTIMAL CONTROL FOR  SUPERCONDUCTING QUBITS, 2-QUBIT G...[D08.00015] ROBUST AND OPTIMAL CONTROL FOR  SUPERCONDUCTING QUBITS, 2-QUBIT G...
[D08.00015] ROBUST AND OPTIMAL CONTROL FOR SUPERCONDUCTING QUBITS, 2-QUBIT G...
 
Robust Presentation on h ifiinity based full state feedback controller design...
Robust Presentation on h ifiinity based full state feedback controller design...Robust Presentation on h ifiinity based full state feedback controller design...
Robust Presentation on h ifiinity based full state feedback controller design...
 
project report
project reportproject report
project report
 
Signal conditioning & condition monitoring using LabView by Prof. shakeb ahm...
Signal conditioning & condition monitoring  using LabView by Prof. shakeb ahm...Signal conditioning & condition monitoring  using LabView by Prof. shakeb ahm...
Signal conditioning & condition monitoring using LabView by Prof. shakeb ahm...
 
Ag Cideas Oscillation Control
Ag Cideas Oscillation ControlAg Cideas Oscillation Control
Ag Cideas Oscillation Control
 
Lecture Slide 1.pptx
Lecture Slide 1.pptxLecture Slide 1.pptx
Lecture Slide 1.pptx
 
P73
P73P73
P73
 
Big Bang- Big Crunch Optimization in Second Order Sliding Mode Control
Big Bang- Big Crunch Optimization in Second Order Sliding Mode ControlBig Bang- Big Crunch Optimization in Second Order Sliding Mode Control
Big Bang- Big Crunch Optimization in Second Order Sliding Mode Control
 
QMI 2014 Instrumentation Catalog
QMI 2014 Instrumentation CatalogQMI 2014 Instrumentation Catalog
QMI 2014 Instrumentation Catalog
 
Slide for ATD --- Tiansong Wang
Slide for ATD --- Tiansong WangSlide for ATD --- Tiansong Wang
Slide for ATD --- Tiansong Wang
 

Recently uploaded

digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
drwaing
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
Divyam548318
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.pptPROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
bhadouriyakaku
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
dxobcob
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Soumen Santra
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
anoopmanoharan2
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
nooriasukmaningtyas
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
symbo111
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
ssuser36d3051
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
zwunae
 

Recently uploaded (20)

digital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdfdigital fundamental by Thomas L.floydl.pdf
digital fundamental by Thomas L.floydl.pdf
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
bank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdfbank management system in java and mysql report1.pdf
bank management system in java and mysql report1.pdf
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.pptPROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
PROJECT FORMAT FOR EVS AMITY UNIVERSITY GWALIOR.ppt
 
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
一比一原版(Otago毕业证)奥塔哥大学毕业证成绩单如何办理
 
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTSHeap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
Heap Sort (SS).ppt FOR ENGINEERING GRADUATES, BCA, MCA, MTECH, BSC STUDENTS
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
PPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testingPPT on GRP pipes manufacturing and testing
PPT on GRP pipes manufacturing and testing
 
A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...A review on techniques and modelling methodologies used for checking electrom...
A review on techniques and modelling methodologies used for checking electrom...
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
Building Electrical System Design & Installation
Building Electrical System Design & InstallationBuilding Electrical System Design & Installation
Building Electrical System Design & Installation
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
sieving analysis and results interpretation
sieving analysis and results interpretationsieving analysis and results interpretation
sieving analysis and results interpretation
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
一比一原版(UMich毕业证)密歇根大学|安娜堡分校毕业证成绩单专业办理
 

Automatic user state recognition for hand gesture based low cost television control system

  • 1. Automatic User State Recognition for Hand Gesture Based Low- Cost Television Control System Martina Thampan S7c 28
  • 2. CONTENTS  INTRODUCTION  HAND FREE CONTROL SYSTEM  PROPOSED SYSTEM  COMPONENTS OF AUSR SYSTEM  USER STATE DEFINITION  USER STATE INITIALIZATION  USER STATE TRANSITION  HAND GESTURE RECOGNITION  EXPERIMENT RESULTS  CONCLUSION  REFERENCES AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 2
  • 3. INTRODUCTION Innovation in TV display screen TV controller remains unchanged Fitt's Law Hand Free control system AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 3
  • 4. HAND FREE CONTROL SYSTEM Voice controlled devices Hand gesture control system AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 4
  • 5. PROPOSED SYSTEM  Low cost hand gesture in automatic manner AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 5
  • 6. PROPOSED SYSTEM(contd..) Automatic user state recognition(AUSR) Ultra sonic distance array and camera module AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 6
  • 7. IMPLEMENTATION OF THE SYSTEM AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 7
  • 8. COMPONENTS OF AUSR SYSTEM Hardware TV set-top box sensors(RGB or depth cameras)  ultrasonic distance array AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 8
  • 9. COMPONENTS OF AUSR(contd…) Embedded software components connects sensors with TV Process the sensor data Drive the TV control process AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 9
  • 10. USER STATE DEFINITION Classification of user state Absent Other action Controlling Watching AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 10
  • 11. USER STATE DEFINITION (contd..) AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 11
  • 12. USER STATE INITIALIZATION  Action detection  Distance detection  Movement detection  Single sensor based & sensor array based action decision. AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 12
  • 13. USER STATE INITIALIZATION (contd..)  L(t)=C.T(t)/2 L(t)=distance between object and sensor C=sonic speed in air(340 m/s). T(t)=time between the sensor emits and receives the ultrasonic waves.  ∆Lt =|L(t+P)-L(t)| AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 13
  • 14. USER STATE INITIALIZATION (contd..)  At = 0, ∆Lt <R (considering the threshold) 1,∆Lt ≥ R AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 14
  • 15. USER STATE INITIALIZATION (contd..) Considering action sequence : St=[∆ Lt-k+1 ,∆Lt-k+2 ,..., ∆Lt-1, ∆Lt ] Based on threshold R for non intentional movements SRt =[At-k+1 ,At-k+2 ,..,At-1 , At ] AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 15
  • 16. USER STATE INITIALIZATION (contd..)  Action status A= 0, SUM(SRt )< Q 1, SUM(SRt )≥ Q  SUM(SRt )=∑ i=0 K-1 At-i  S=2.√2.r=2√2.D.tgθ  Action decision will be according to A= 0, max [A0 ,A1 ,A2 ,A3 ]=0 1, max [A0 ,A1 ,A2 ,A3 ]=1 AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 16
  • 17. USER STATE INITIALIZATION (contd..)  Presentation detection  Face detection Horizontal view angle α α= arctg(W/2L)  arctg- inverse trigonometric function  W- width of tv screen  L-distance between user eye and TV screen. AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 17
  • 18. USER STATE INITIALIZATION (contd..)  Vertical view angle β Β = arctg(H/2L) H- height of TV screen  Roll angle[φ]  Lf ={F|-α≤Fh ≤α, -β ≤Fv ≤β and –φ ≤ Fr ≤φ }  B= o, if the face is not detected 1, if the face is detected AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 18
  • 19. USER STATE INITIALIZATION (contd..) AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 19
  • 20. USER STATE INITIALIZATION (contd..) AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 20
  • 21. USER STATE INITIALIZATION (contd..) User state decision decided from results of action detection and presentation detection. AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 21
  • 22. USER STATE INITIALIZATION (contd..) ALGORITHIM OF DECISION OF USER STATE If (the intentional motion is detected) If (the face watching TV is detected) Set (A=1,B=1) - Controlling Else Set (A=1,B=0) - Other Action Else if (the face watching TV is detected) Set (A=0,B=1) - Watching Else Set (A=0,B=0) - Absent AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 22
  • 23. USER STATE INITIALIZATION (contd..) AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 23
  • 24. USER STATE TRANSITION If (the intentional motion is detected) If (A=1 and B=1) Detect hand gestures Else if (A=0 and B=0) Set (A=1,B=0) Else if (A=1 and B=0) If (the face watching TV is detected) Set (A=1,B=1) Else If (the face watching TV is detected) Set (A=1,B=1) Else if (the intentional motion is not detected for a long time) If (A=1,B=0) Set (A=0,B=0) Else if(A=1,B=1) Set (A=0,B=1) AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 24
  • 25. USER STATE TRANSITION(contd..) AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 25
  • 26. HAND GESTURE RECOGNITION  Hand gesture recognition module & camera activated when user state is controlling.  Gesture continuously detected in Tf  Tf is the threshold for restrict the time period permitted for the user to do hand gestures AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 26
  • 27. EXPERIMENTAL RESULTS  User study  Out of 6 people 2young,2middle age and 2 old users are considered AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 27
  • 28. EXPERIMENTAL RESULTS (contd..)  Automatic user state recognition AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 28
  • 29. EXPERIMENTAL RESULTS (contd..)  Computational cost and power consumption AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 29
  • 30. CONCLUSIONS  TV user’s states are defined according to finite state machine.  Camera system and gesture recognition is activated or closed by recognised user state.  Reduction in computational cost and power consumption AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 30
  • 31. REFERENCES  [1]Shiguo Lian, Member, IEEE, Wei Hu, Kai Wang,” Automatic User State Recognition for Hand Gesture Based Low-Cost Television Control System”, IEEE Transactions on Consumer Electronics, Vol. 60, No. 1, February 2014.  [2]I. S. Mackenzie and W. Buxton, "Extending fitts' law to two dimensional tasks," in Proceedings of CHI'92, pp. 219-226, May 1992.  [3]S. K. Kim, G. H. Park, S. H. Yim, S. M. Choi, and S. J. Choi, “Gesture recognizing hand-held interface with vibrotactile feedback for 3D interaction,” IEEE Trans. Consumer Electronics, vol. 55, no. 3, pp.1169-1177, Aug. 2009.  [4]H. Heo, E. C. Lee, K. R. Park, C. J. Kim, and M. C. Whang, “A realistic game system using multi-modal user interfaces,” IEEE Trans. Consumer Electronics, vol. 56, no. 3, pp. 1364-1372, Aug. 2010.  [5]D. W. Lee, J. M. Lim, S. W. John, I. Y. Cho, and C. H. Lee, “Actual remote control: a universal remote control using hand motions on a virtual menu,” IEEE Trans. Consumer Electronics, vol. 55, no. 3, pp.1439-1446, Aug. 2009 AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 31
  • 32. Questions please?? AUSR FOR HAND GESTURE BASED LOW COST TV CONTROL SYSTEM 32