Top Banner
Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ International Conference on 1
36

Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

Jan 17, 2016

Download

Documents

Dennis Hood
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

1

Fingertip Detection with Morphology and

Geometric Calculation

Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon

Intelligent Robots and Systems, 2009. IEEE/RSJ International Conference on

Page 2: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

2

Outline

Introduction

Related Work

Proposed Method

Experimental Results

Conclusion

Introduction

Page 3: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

3

Introduction

Human computer interaction (HCI) systems are popular.

Voice

Gesture: detection, recognition

Gesture recognition system

Trajectories of hand motion

Hand configuration

Page 4: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

4

Introduction

Goal:

Extract hands using depth and color information.

Detect fingertips using morphology and geometric calculation.

The hand and expected position of fingertips.

Page 5: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

5

Outline

Introduction

Related Work

Proposed Method

Experimental Results

Conclusion

Page 6: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

6

Related Work (1/2)

How to recognize hands?Shape [2,5,6]

Color [11,14]

Entropy analysis on videos [7]

Color better than shapeShape can be recovered from skin region

???

Page 7: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

7

Related Work (2/2)

How to detection fingers?Learning based (contour...)[7,3,14]

Analyzing hand structure (Gabor feature…)[9,10]

No feature (Shape)

Boundary Shape[8]

Five outside and four inside fingertips[5]

Curvature[2]

Page 8: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

8

Reference [2] W. Chen, R. Fujiki, D. Arita, and R. ichiro Taniguchi. Real-time 3d hand shape estimation based on image

feature analysis and inverse kinematics. In Proc. of the 14th International Conference on Image Analysis and Processing (ICIAP), pages 247–252, Washington, DC, USA, 2007. IEEE Computer Society.

[3] Y.-T. Chen and K.-T. Tsengn. Developing a multiple-angle hand gesture recognition system for human machine interactions. 33rd Annual Conference of the IEEE Industrial Electronics Society (IECON), pages 489–492, 2007.

[5] X. Jiang, W. Xu, L. Sweeney, Y. Li, R. Gross, and D. Yurovsky. New directions in contact free hand recognition. In International Conference on Image Processing (ICIP), volume 2, pages 389–392, 2007.

[6] C. Kerdvibulvech and H. Saito. Vision-based detection of guitar players’ fingertips without markers. In Proc. of the Computer Graphics, Imaging and Visualisation (CGIV), pages 419–428. IEEE Computer Society, 2007.

[7] J. Lee, Y. Lee, E. Lee, and S. Hong. Hand region extraction and gesture recognition from video stream with complex background through entropy analysis. Proc. of the 26th Annual International Conference of the IEEE EMBS, 2004.

[8] Y. Ma, F. Pollick, and W. T. Hewitt. Using b-spline curves for hand recognition. In Proc. of 17th International Conference on the Pattern Recognition (ICPR), volume 3, pages 274–277, Washington, DC, USA, 2004. IEEE Computer Society.

[11] S. Schmugge, M. A. Zaffar, L. V. Tsap, and M. C. Shin. Task-based evaluation of skin detection for communication and perceptual interfaces. Journal of Visual Communication and Image Representation (JVCIR), 18(6):487–495, 2007.

[14] Y. Wu and T. S. Huang. View-independent recognition of hand postures. In Proc. of IEEE Conf. on Computer Vision and Pattern Recognition (CVPR), volume 2, pages 88–94, 2000.

Page 9: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

9

Outline

Introduction

Related Work

Proposed Method

Experimental Results

Conclusion

Page 10: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

10

Proposed Method

Page 11: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

11

• Mixture of Gaussian model• Experiment

Page 12: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

12

Skin Segmentation

Skin color distribution based on Mixture-of-Gaussian [13]

k : number of components

: weight factors of each component

[13] V. Vezhnevets, V. Sazonov, and A. Andreeva. A survey on pixelbased skin color detection techniques. In Proc. of 13th International Conference of Computer Graphics and Visualization Graphicon, 2003.

Page 13: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

13

Skin Segmentation

Page 14: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

14

Skin Segmentation

Skin color distribution based on Mixture-of-Gaussian [13]

k : number of components

: weight factors of each component

Color similarity based on Mahalanobis distance

Skin : less than a specified threshold

(experiment = 3)

(experiment = 55)

Page 15: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

15

• Skin region using morphology• Disparity constraint

Page 16: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

16

Skin Objects

Skin objects by morphology to reduce noises

: Skin image ; : Binary image from skin image

and : kernel windows for erode and dilate operator

Disparity of objects

: Disparity image ;

Disparity range = [55;155]

erodedilate

http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Filters-Pixel.html

Page 17: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

17

Hand Detection

Evaluation function 1.

k: number of criteria

: weight factor associated with

: similarity; : difference size; : disparity

Claim two hands

Page 18: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

18

Hand Detection

Evaluation function 2.

1) Arrange objects in descending order of area size.

2) Reject small and large objects

3) Reject objects which are not in the range given by

4) Filter candidates: choose the three largest objects in range [a;b]. They are the head and two hands.

5) Reject the human head: the head can be eliminated by checking the relative position and size compared to other objects. The two remaining objects are hands.

Page 19: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

19

Hand Detection

Page 20: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

20

• Using morphology• Edge detector

Page 21: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

21

Finger Detection

Finger characteristic ?

Long and thin

Morphology on gray images

: Opening =>

: Gaussian kernel with deviation

: Morphology window size defined by disparity

http://www.dspguide.com/ch25/4.htm

Page 22: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

22

Finger Detection

Page 23: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

23

Finger Detection

Subtraction result and Finger Response function

: edge image detected from the hand patch

: threshold function (75%)

Page 24: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

24

Proposed Method

Page 25: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

25

• Geometric calculation • Angle and length

Page 26: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

26

Relocate Finger Position

Estimate average point of fingers

Center of hand palm

: weight factor

: major axis length; : minor axis length

: ratio between major and minor axis

𝑿𝒆𝒂𝒇

𝑿𝒆

𝑿𝟎

𝑿

Page 27: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

27

Relocate Finger Position

Classify open or closed finger

vector of finger center to hand center

angle of the ith finger

= distance between finger center and hand center

Open finger

length >

Close finger

length

𝑿 𝒊

𝑿𝒆

Page 28: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

28

Fingertip

Open:

Close:

Page 29: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

29

Proposed Method

Skin segmentationMixture of Gaussian model (Experiment)

Hand detectionMorphology with skin and disparity information

Finger detectionMorphology and edge detector

Relocating finger positionGeometric calculation

Page 30: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

30

Outline

Introduction

Related Work

Proposed Method

Experimental Results

Conclusion

Page 31: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

31

Experimental Results

Device : CPU AMD Althlon 4800+

Stereo resolution : 640x480

Runtime

Page 32: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

32

Experimental Results

Page 33: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

33

Experimental Results

Page 34: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

34

Experimental Results

Recognition rate (120 frames)Open fingers: 90-95%

Closed fingers: 10-20%

Reason: image quality and morphology operator

Page 35: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

35

Outline

Introduction

Related Work

Proposed Method

Experimental Results

Conclusion

Page 36: Fingertip Detection with Morphology and Geometric Calculation Dung Duc Nguyen ; Thien Cong Pham ; Jae Wook Jeon Intelligent Robots and Systems, 2009. IEEE/RSJ.

36

Conclusion

Proposed a simple and effective method to detect fingertips.

Noise tolerance

Good performance of run-time

Depend on experiment too much

Future work

Improve finger response function

Gradient and texture information

Adaptive skin detector