zed-sdk icon indicating copy to clipboard operation
zed-sdk copied to clipboard

External disparity calculation interface to ZED SDK

Open katsunori-waragai opened this issue 5 months ago • 0 comments

Preliminary Checks

  • [X] This issue is not a duplicate. Before opening a new issue, please search existing issues.
  • [X] This issue is not a question, bug report, or anything other than a feature request directly related to this project.

Proposal

Create an interface to make it a ZED SDK depth, point cloud using parallax with a different algorithm than provided in the ZED SDK,

It is just like the code below with the detections_to_custom_box().

            # ZED CustomBox format (with inverse letterboxing tf applied)
            detections = detections_to_custom_box(det, image_net)

/

Use-Case

Then you can use the new depth calculation algorithm in combination with the ZED SDK. The ZED SDK offers several advantages, such as the ability to use the IMU information of the ZED camera to get a point cloud in world coordinates. Combined with this, the ZED SDK can be made more attractive.

Library of stereo calculations converted into a library https://github.com/katsunori-waragai/libIGEVStereo The author's original code can be found in README.md.

Anything else?

This figure is from https://github.com/gangweiX/IGEV

demo-imgs-1

katsunori-waragai avatar Sep 25 '24 02:09 katsunori-waragai