We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07215bb commit 09a98c8Copy full SHA for 09a98c8
symbolic/README.md
@@ -0,0 +1,8 @@
1
+# Symbolic
2
+
3
+This folder contains a SymPy script that computes the Jacobians and projection function
4
+for bundle adjustment. Pose is expressed as a translation vector plus the vector
5
+part of a unit quaternion, the `vector` method of the `UnitQuaternion` class.
6
7
+This code is generated as `camera_derivatives.py` which is wrapped by the `derivatives`
8
+method of the `CentralCamera` class.
0 commit comments