UZ-SLAMLab / ORB_SLAM3

ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM
GNU General Public License v3.0
6.44k stars 2.53k forks source link

Dose Stereo-image can reconstruct dense point cloud? #892

Open hplegend opened 4 months ago

hplegend commented 4 months ago

For help. I just want to known that there is any solution using stereo-image construct dense map?

WFram commented 3 months ago

ORB-SLAM doesn't construct dense maps; check densification approaches, like OpenMVS. (one camera is enough). ORB-SLAM3 can provide good enough poses to run OpenMVS (especially in Stereo-Inertial mode).

hplegend commented 2 months ago

ORB-SLAM doesn't construct dense maps; check densification approaches, like OpenMVS. (one camera is enough). ORB-SLAM3 can provide good enough poses to run OpenMVS (especially in Stereo-Inertial mode).

Can you provide some examples? I try to export ORB-SLAM camera pose and mapPoints as input of OpenMVS,but it failed to obtain dense point cloud.