View my account

[D455] The change of distance between two points

Comments

2 comments

  • MartyG

    Hi Nguyenduyduc14  If you are aligning depth to color and then using deprojection to convert 2D pixel coordinates to 3D world coordinates then a certain amount of error in measurements is to be expected and is caused by the alignment process. 

    The alternative method of generating a 3D point cloud with pc.calculate and obtaining the XYZ coordinates from the point cloud's vertices is more accurate.  The two approaches are compared at the link below

     

    https://github.com/IntelRealSense/librealsense/issues/4315

     

    Having said that, if you are only experiencing a 4 to 5 mm difference compared to the actual real-world measured distance between the boxes then that could be said to be a good result and you may not need to change your approach.

    0
    Comment actions Permalink
  • Steve Steve

    Fixed Camera I assume?
    If the Bounding box is 2demensional based on what the camera finds.
    (Rather than 3demensional and identifying the front/side of the box independently)

    Then the boxes will appear to change size as you move the table left/right, and that will throw off the measurements?

    0
    Comment actions Permalink

Please sign in to leave a comment.