Ask Your Question
0

Fingertip Pose Estimation

asked 2016-08-21 09:50:09 -0600

supertramp-sid gravatar image

What method should I use to do fingertip pose estimation if I cannot use checker-board.

I was reading about SLAM methods, but failed to understand how to use it to do fingertip pose estimation.

I read about FastSLAM, EKF-based SLAM and LSD-SLAM . what should I use to do pose estimation of my hand and also calculate the camera matrix.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2016-08-21 12:36:54 -0600

SLAM is simultaneous localization and mapping, it has nothing to do with finger/hand tracking. Most SLAM implementations assume a static scene and humans are anything but static. Your best bet is to get 3D data either via stereo cameras or a 'depth camera' like the Kinect or an Intel offering (both are stereo with structured light, though some versions are time-of-flight). Then with both 2D and 3D information, train a detector/segmentor and then a pose estimator. The pose estimator will require synthetic data as ground truth cannot be obtained any other way (except maybe form an existing system). This is no small feat, so as a first approach, I recommend skin-color segmentation and convexity defects analysis as much can be found on this approach.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-08-21 09:50:09 -0600

Seen: 365 times

Last updated: Aug 21 '16