Skip to content

Commit

Permalink
DQT - distance description documentation
Browse files Browse the repository at this point in the history
-Added description of distance calculation in the readme file
-Updated destination explanation in DQT

Tracked on: DSO-8086
  • Loading branch information
belkinirena committed Jul 10, 2018
1 parent e73f02b commit 1c37d71
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/depth-quality/depth-quality-model.cpp
Expand Up @@ -617,7 +617,7 @@ namespace rs2
ImGui::Text("Distance:");
if (ImGui::IsItemHovered())
{
ImGui::SetTooltip("Estimated distance to the wall in mm");
ImGui::SetTooltip("Estimated distance to an average within the ROI of the target (wall) in mm");
}
ImGui::SameLine(); ImGui::SetCursorPosX(col1);
ImGui::Text("%.2f mm", _metrics_model.get_last_metrics().distance);
Expand Down
7 changes: 7 additions & 0 deletions tools/depth-quality/readme.md
Expand Up @@ -38,6 +38,13 @@ You should be able to easily get and interpret several of the depth quality metr
### Fill Rate
the percentage of valid (non-zero) pixels within the user-defined Region of Interest (ROI) area.

### Distance To Target
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)

![](./res/distance.gif)

### Plane Fit RMS Error
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).
Expand Down
Binary file added tools/depth-quality/res/distance.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1c37d71

Please sign in to comment.