讀書心得 Computer Vision: Algorithms and Applications (2-1) Homogeneous Coordinates
本文出自 Computer Vision: Algorithms and Applications (2010) Richard Szeliski
Chp2. Image formation
考慮一個二維的向量:
$$\boldsymbol{x}=(x,y)\in \textit{R}^{2}$$用矩陣之形式表示二維的向量:
$$\boldsymbol{x} = \begin{bmatrix} x \\ y \end{bmatrix}$$在 homogeneous coordinates 表示二維的向量:
$$\boldsymbol{\widetilde{x}} = (x,y,w)$$其中 w 表示座標軸的遠近參數,通常設為1,如果要用來表示遠近感,則會設定為距離的倒數(0 為無窮遠)
留言
張貼留言