lessthanoptimal / BoofCV

Fast computer vision library for SFM, calibration, fiducials, tracking, image processing, and more.
http://boofcv.org
1.05k stars 259 forks source link

Real Time SLAM capabilities update #380

Open GeorvityLabs opened 1 year ago

GeorvityLabs commented 1 year ago

hi @lessthanoptimal ,

love all the new updates to boofcv. is there any update in regards to the localization and mapping capabilities. are you working on anything in this regard in the backend?

it would be great to have a VIO working on an android device , that lets you map , store map etc.

lessthanoptimal commented 1 year ago

A minimal SLAM implementation might make its way in at some point. Shouldn't be too difficult, mostly just going through the motions. I've develop commercial products that use SLAM on Android using BoofCV but can't release those.

If I get some downtime I'll look into it.