Explicit Jacobian for Pose3::between
parent
620583f3c3
commit
e0958c7bf9
|
@ -4728,7 +4728,10 @@ between
|
||||||
in its first argument,
|
in its first argument,
|
||||||
\begin_inset Formula
|
\begin_inset Formula
|
||||||
\[
|
\[
|
||||||
\frac{\partial\left(T_{1}^{^{-1}}T_{2}\right)}{\partial\xi_{1}}=-\Ad{T_{2}^{^{-1}}T_{1}}
|
\frac{\partial\left(T_{1}^{^{-1}}T_{2}\right)}{\partial\xi_{1}}=-\Ad{T_{2}^{^{-1}}T_{1}}=\left[\begin{array}{cc}
|
||||||
|
-R_{2}^{T}R_{1} & 0\\
|
||||||
|
R_{2}^{T}\left[t_{2}-t_{1}\right]_{\times}R_{1} & -R_{2}^{T}R_{1}
|
||||||
|
\end{array}\right]
|
||||||
\]
|
\]
|
||||||
|
|
||||||
\end_inset
|
\end_inset
|
||||||
|
@ -5177,7 +5180,7 @@ Aligning 3D Scans
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
Below is the explanaition underlying Pose3.align, i.e.
|
Below is the explanation underlying Pose3.align, i.e.
|
||||||
aligning two point clouds using SVD.
|
aligning two point clouds using SVD.
|
||||||
Inspired but modified from CVOnline...
|
Inspired but modified from CVOnline...
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
BIN
doc/math.pdf
BIN
doc/math.pdf
Binary file not shown.
Loading…
Reference in New Issue