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

Can be used for measuring distance,if can, how long range can detect ? #2

Closed
Mediumcore opened this issue Nov 24, 2021 · 2 comments
Closed

Comments

@Mediumcore
Copy link

Mediumcore commented Nov 24, 2021

Very cool project, thanks for sharing.
And I wander this project can be used for measuring distance,if can,I want to use for detecting object and measuring distance, how long range can detect ?
And any general monocular camera can be usable for your project ?
Thanks very much.

@lkskstlr
Copy link
Contributor

Hi @Mediumcore,

Thank you for your interest.

Camera:
The tracking is photometric and thus a global shutter camera is necessary. Additionally, good geometric calibration is required but we will release a README on how we did the calibration for the realsense D455.

Distance Measurement:
This depends on a number of factors. First, this method works for static environments, so the object would have to be static. Second, it requires the object to be somewhat Lambertian, e.g. not specular. This property should hold for many objects, but would not hold for shiny metal or glass. Third, the camera motion needs to be suitable. The best motion is a translation perpendicular to the axis that connects the camera and the object, but other motions work as well. However, a purely rotational motion would not give any information about the distance to the object. In such cases, a mono-to-depth network would be more appropriate.

Kind regards,
Lukas

@Mediumcore
Copy link
Author

Thank you for the awesome work. Thank you for reply~

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

No branches or pull requests

2 participants