tools/depth-quality/readme.md
This application allows you to test the camera’s depth quality, including: Z-Accuracy, Sub-Pixel, Z RMS errors (spatial noise), Fill Rate and Temporal Noise. You should be able to easily get and interpret several of the depth quality metrics, or record and save the data for offline analysis.
Please refer to RealSense DepthQualityTesting White Paper for further information.
the percentage of valid (non-zero) pixels within the user-defined Region of Interest (ROI) area.
estimated distance to an average within the ROI of the target (wall) in mm.
N - Normal of the fitted plane
P - Center of ROI(centroid)
the metrics represents depth pixels deviation from the calculated Plane Fit.
Dist<sub>i</sub> - Distance from depth pixel coordinates to the Plane Fit (mm).
Z<sub>i</sub> - Depth value of i-th pixel in the ROI (mm)
ZP<sub>i</sub> - Depth value of the i-th pixel projected onto the plane fit (mm)
BL - Stereoscopic Baseline (mm)
FL -Focal Length as a multiple of pixel width (pixels)
D<sub>i</sub> - Disparity value of i-th pixel in the ROI (pixel)
DP<sub>i</sub> - Disparity value of i-th plane-projected pixel (pixel)
RotationPivot<sub>x,y,z</sub> - Intersection point between the center of the depth censor's ROI and the Fitted Plane
PlanesOffset<sub>mm</sub> - Distance (signed) from the Fitted to the Ground Truth planes (mm)
D<sub>i</sub> - Distance (signed) from a depth vertex to the Fitted Plane (mm)
D'<sub>i</sub> - Z-error: Distance (signed) from the rotated D<sub>i</sub> coordinate to the Ground Truth Plane (mm)
GT - Ground Truth distance to the wall (mm)
STD<sub>n</sub> - Matrix of Standard deviation calculated per pixel over N images (N is set to 40 images).
Median<sub>n</sub> - Matrix of Median calculated per pixel over N images.
Division - Matrix consist of Division of STD<sub>n</sub> by Median<sub>n</sub> per pixel.
Temporal Noise (%) is calculated as the median of the Division matrix, multiplied by 100 to get the percentage.