2.1 三维空间刚体(Rigid Body)变换和相似(Similarity)变换 3D Rigid Body and Similarity Transformations
三维空间刚体变换 3D Rigid Body Transformations.
A 3D rigid body transform denotes rotation and translation in 3D, i.e. is defined by
三维空间的刚体变换 (在欧氏空间求解,译者额外添加备注)( 矩阵) ,定义了3D空间(位姿的)旋转和平移的转换关系,即公式(1)
During optimization, a minimal representation for the camera pose is required, which is given by the corresponding element of the associated Lie-algebra.
在(通常的姿态图)优化过程中,相机位姿(最少)需要用到刚体变换 李群对应的李代数 计算,即:(使用六维向量) 。
Elements are mapped to by the exponential , its inverse being denoted by .
和 的转换关系如下:使用指数映射关系(exponential map) , 就可以把六维向量 从李代数 映射到刚体变换李群 上(从而获得刚体变换矩阵 ),反之,使用对数映射关系 ,就可以把 上的刚体变换矩阵 映射成在李代数 上的六维向量 。
With a slight abuse of notation, we consistently use elements of to represent poses, which we directly write as vector .
这里我们约定(当然不太严谨),使用 的六维向量 (对时间算了微分才算是三个方向上的角速度和线速度组成前三个数表示平移 translation, 后三个数表示旋转 Rotation , 见参考书: Timothy D. Barfoot【STATE ESTIMATION FOR ROBOTICS】第217页)来表示位姿(变换),即: 。
(公式摘录自Timothy D. Barfoot—STATE ESTIMATION FOR ROBOTICS 7.1.2小节Lie Algebras 第217页,译者额外添加备注)(感谢范帝楷的指点~~)
The transformation moving a point from frame to frame is written as .
一个(图像)点从图像帧 到图像帧 的变换,被记作: 。
For convenience, we define the pose concatenation operator
为了方便起见,我们定义位姿(变换)的结合律运算符,序连运算子(concatenation operator)◦ 即:se(3) × se(3) → se(3) ,见公式(2)
为了方便起见,我们在上定义一个乘法 (concatenation operator),即: ,见公式(2)。
Further, we define the 3D projective warp function , which projects an image point and its inverse depth into a by transformed camera frame
此外,我们还定义一个三维投影函数 (图像坐标到相机坐标系的投影函数),即:把图像上的某一点 和这点的逆深度值 ,投影到由( 李代数下的六维向量) 转换的相机坐标系下,公式(3)。
三维空间相似变换 3D Similarity Transformations.
A 3D similarity transform denotes rotation, scaling and translation, i.e. is defined by
三维空间(相似变换空间里,不是欧式空间,译者额外添加备注)的相似变换( )矩阵 (相似变换空间)定义了旋转,尺度和平移的转换关系,即公式(4)。
As for rigid body transformations, a minimal representation is given by elements of the associated Lie-algebra , which now have an additional degree of freedom, that is .
如同上述三维空间刚体变换,相似变换空间用对应的李代数 表示,还要在向量 里额外加上一个自由度(即:尺度因子,译者额外添加备注),记作: (七维向量,三个数表示旋转,三个数表示平移,一个数表示尺度因子,译者额外添加备注)。
The exponential and logarithmic map, pose concatenation and a projective warp function can be defined analogously to the case, for further details see [23].
和 之间的转换关系(即:指数映射和对数映射),位姿结合律运算符,序连运算子乘法(concatenation operator)
和投影函数 ,与上述 的数学表达式相似,更多详情,请参考文献[23]。