Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

External disparity calculation interface to ZED SDK #652

Open
2 tasks done
katsunori-waragai opened this issue Sep 25, 2024 · 0 comments
Open
2 tasks done

External disparity calculation interface to ZED SDK #652

katsunori-waragai opened this issue Sep 25, 2024 · 0 comments

Comments

@katsunori-waragai
Copy link

Preliminary Checks

  • This issue is not a duplicate. Before opening a new issue, please search existing issues.
  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant