... | ... | @@ -20,7 +20,7 @@ regulator : |
|
|
## Finding the rotation axis of table
|
|
|
The rotation axis can be found when we put the calibration chessboard on the table and collect some images with different rotations. Thus, we can find transformations between these boards and camera and determine the rotation axis of table.
|
|
|
|
|
|
We are looking for axis described as direction vector  and translation vector .
|
|
|
We are looking for axis described as a direction vector  and a translation vector .
|
|
|
|
|
|
On following image we can see some basic relations between our coordinate systems. All we know are [R|t] transformations between camera coordinates and both board coordinates (green and red).
|
|
|
|
... | ... | @@ -69,7 +69,7 @@ Previous equation is over-determined so we can't use casual inversion. Therefore |
|
|
|
|
|
### Translation and direction vector in camera
|
|
|
|
|
|
To transform both direction vector  and translation vector , we use equation:
|
|
|
To transform both the direction vector  and the translation vector , we use equation:
|
|
|
|
|
|
,
|
|
|
|
... | ... | |