![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
Functions | |
| int | arParamDisp (const ARParam *param) |
| int | arParamDispExt (ARdouble trans[3][4]) |
| Print camera extrinsic matrix to stdout. | |
| int | arParamDispOptical (const ARdouble fovy, const ARdouble aspect, const ARdouble m[16]) |
| int arParamDisp | ( | const ARParam * | param | ) |
| int arParamDispExt | ( | ARdouble | para[3][4] | ) |
Print camera extrinsic matrix to stdout.
| para | A 3x4 matrix in row-major order, specifying the camera extrinsic transform. (This corresponds to the first 3 rows of a 4x4 homogenous coordinate transform matrix, where the fourth row is assumed to be {0.0, 0.0, 0.0, 1.0}.) |
1.9.6