isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.37k stars 2.29k forks source link

Pose graph optimiaztion with landmark detection? #2191

Closed szx0112 closed 4 years ago

szx0112 commented 4 years ago

Hi, open3d is a great tool for rgbd-based 3d reconstruction. Currently, the pose graph contain the odometry and loop closure nodes. However, in my application (survey a tunnel through a single pass), loop closure is not existed. And we known camera poses estimated only through odometry will drift.

An alternative solution is to use landmarks. The tunnel contains connections at fixed intervals (like every 10 meters), and we can detect them in the images. I am wondering if it is possible to add those landmarks into the pose graph in order to improve the camera pose estimation results? If yes, how can I do it?

Any comment is appreciated.

theNded commented 4 years ago

Our pose graph is limited and does not support landmarks. I would like to redirect you to