File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff 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" get_last_metrics ().distance );
Original file line number Diff line number Diff line change @@ -38,6 +38,13 @@ You should be able to easily get and interpret several of the depth quality metr
3838### Fill Rate  
3939the 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  
4249the 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).  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments