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

Semi-Dense Visual Odometry for smartphones #70

Closed
ghost opened this issue Mar 30, 2016 · 1 comment
Closed

Semi-Dense Visual Odometry for smartphones #70

ghost opened this issue Mar 30, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 30, 2016

Hi guys,

Hope you are doing all well !

I was wondering if Rtabmap could run on CPU/smartphone(iOS/Android) to enable a function of mesh collision detection compatible with any C++ based game engine.
Please see the video (car example starts at 01:10): https://www.youtube.com/watch?v=X0hx2vxxTMg

What are the most suitable Visual Odometry libraries/algorithms for mobile devices ? In the idea of keeping the battery lifetime but keep a good accuracy for such mesh collision detection.

For making a proof of concept, I was thinking to create a port of Find-Object and Rtabmap to two OpenFrameworks addons. But if u have any inputs or advices to share, that would be great :-)

Cheers,
Luc

@matlabbe
Copy link
Member

Hi Luc,

RTAB-Map doesn't work with a single camera. It works on Google Tango Tablet/Phone (https://www.youtube.com/watch?v=BE8kMkrCeuA) because there is a depth camera. Maybe you could try Find-Object with LSD-SLAM (which is open source too) for this kind of application. ORB-SLAM works also with a single camera, but I don't think a mesh could be created from its features map.

You may want to look at some Google Tango demos that are similar to you referred video (they have an API already compatible with Unity). However, it is not a consumer phone/tablet, maybe in the future, with all augmented/virtual reality stuff coming out this year.

cheers,
Mathieu

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

1 participant