Skip to content

Commit 1f20b5a

Browse files
author
robotvision
committed
documentation update
1 parent b272bb1 commit 1f20b5a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.txt

+13-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,19 @@ downward looking camera. In the end, several loop closure constraints
2020
are identified and 7 DoF optimisation is performed.
2121

2222

23-
Version 1.0 of RobotVision offers "Bundle Adjustment" (bundle_adjuster.h)
24-
and "Pose-graph Optimisation" (graph_optimizer.h) among other things.
23+
Version 1.0 of RobotVision offers Bundle Adjustment (BA) (bundle_adjuster.h)
24+
pose-graph optimisation (graph_optimizer.h) and 2D/3D visualisation among
25+
other things.
26+
27+
In order to get to know the BundleAdjuster and 3D visualisation, please have a look at
28+
the BA toy example: "ba_demo.cpp".
29+
30+
Try out the following:
31+
- "./ba_demo 0.5 0.0 0" - BA problem with no spurious matches
32+
- "./ba_demo 0.5 0.05 0" - BA problem with 5% of spurious matches
33+
(this should fail!)
34+
- "./ba_demo 0.5 0.05 1" - BA problem with 5% of spurious matches, but
35+
using a robust kernel (this should work!)
2536

2637
The core code of BundleAdjuster is in the method "calcFull". This method is
2738
rather complex because of the exploitation of its underlying sparseness.

0 commit comments

Comments
 (0)