gaoxiang12 / slambook-en

The English version of 14 lectures on visual SLAM.
GNU General Public License v3.0
1.41k stars 255 forks source link

Rephrasing needed (maybe) #46

Closed abougouffa closed 2 years ago

abougouffa commented 3 years ago

First, I would like to thank you for this book, it is really a very good resource in the subject.

I didn't understand this phrase (in chapter 5, p105)

Screenshot_20210616_181043

https://github.com/gaoxiang12/slambook-en/blob/ba3a4e2072d31a0bc3a2ee3e15c0ffacba468674/chapters/nonlinearOptimization.tex#L37

gaoxiang12 commented 3 years ago

Hi @abougouffa ,

The symbols are slightly different but the meaning is the same.

On the left side of (5.2), s is a scalar, and z_{k,j} is a 3D vector like [u,v,1]^T. When multiplying them together, we get a vector [su, sv, s]^T. One the right side, K(Ry+t) also gives a 3D vector. By comparing them, we see s is exactly the third element of K(Ry+t).