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

Monocular vision #1

Open
GoldenWings opened this issue Oct 8, 2017 · 1 comment
Open

Monocular vision #1

GoldenWings opened this issue Oct 8, 2017 · 1 comment

Comments

@GoldenWings
Copy link

I am working on similar project as my graduation project, but i was thinking to use lidar for measuring distances but the idea you use which called monocular sounds interesting besides lidars are pretty expensive, do you have any resources to read more about it?
Because the obstacles detection part i was thinking of using tf object detection api so i dont know if the calibration technique would work eith that.

@sidroopdaska
Copy link
Owner

@GoldenWings From what I understand, you will still need to calibrate your camera to be able to perform the distance measurement. Distance measurement will take place in succession to the tf object detection api (as you would have identified your target object).

I would read the following articles to get a better intuition and detailed guidance on implementing monocular distance measurement and performing the camera calibration:

Monocular distance measurement

Camera Calibration

Hope this helps :)

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