Skip to content

Commit 23e562f

Browse files
authored
Merge pull request #2030 from belkinirena/documentation
DQT - distance description documentation
2 parents e73f02b + 1c37d71 commit 23e562f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

tools/depth-quality/depth-quality-model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ namespace rs2
617617
ImGui::Text("Distance:");
618618
if (ImGui::IsItemHovered())
619619
{
620-
ImGui::SetTooltip("Estimated distance to the wall in mm");
620+
ImGui::SetTooltip("Estimated distance to an average within the ROI of the target (wall) in mm");
621621
}
622622
ImGui::SameLine(); ImGui::SetCursorPosX(col1);
623623
ImGui::Text("%.2f mm", _metrics_model.get_last_metrics().distance);

tools/depth-quality/readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ You should be able to easily get and interpret several of the depth quality metr
3838
### Fill Rate
3939
the percentage of valid (non-zero) pixels within the user-defined Region of Interest (ROI) area.
4040

41+
### Distance To Target
42+
estimated distance to an average within the ROI of the target (wall) in mm.
43+
_N_ - Normal of the fitted plane
44+
_P_ - Center of ROI(centroid)
45+
46+
![](./res/distance.gif)
47+
4148
### Plane Fit RMS Error
4249
the metrics represents depth pixels deviation from the calculated Plane Fit.
4350
_Dist<sub>i</sub>_ - Distance from depth pixel coordinates to the Plane Fit (mm).
648 Bytes
Loading

0 commit comments

Comments
 (0)