Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/depth-quality/depth-quality-model.cpp
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.