What is the accuracy of the Kinect sensor?
How accurate is the depth map of the Kinect sensor?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
How accurate is the depth map of the Kinect sensor?
The accuracy regresses quadratically with the distance measurement. This wiki page gives more information.
The ultimate accuracy is going to be determined by the range resolution. The range resolution for triangulation based range sensing is given by:
delta_r = r^2/b*K_d
Where r is range, b is baseline, K_d is some constant based on the disparity resolution (focal length * disparity resolution for standard stereo).
I did some tests today and found that for our Kinect, using delta_r = r^2*0.0075 works pretty well.
answered 2011-06-25 00:05:41 -0600
This post is a wiki. Anyone with karma >75 is welcome to improve it.
I found your graph really what is the value of "disparity resolution for standard stereo"? Is the error in cm then?
Asked: 2011-03-08 13:20:12 -0600
Seen: 2,860 times
Last updated: Jun 25 '11
VSLAM based navigation with Kinect, where do I begin?
Problems with python when trying to control a Nao robot with a Kinect
Problem pertaining to DepthGenerator
How to add Kinect sensor input to a URDF model?
How do I change the resolution of the kinect? [closed]
What effect does calibrating the Kinect have?