![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
Structure holding camera parameters, including image size, projection matrix and lens distortion parameters. More...
#include <param.h>
Public Attributes | |
int | xsize |
The width in pixels of images returned by arVideoGetImage() for the camera. More... | |
int | ysize |
The height in pixels of images returned by arVideoGetImage() for the camera. More... | |
ARdouble | mat [3][4] |
The projection matrix for the calibrated camera parameters. This can be converted to an OpenGL projection matrix by the function arglCameraFrustumRHf(). More... | |
ARdouble | dist_factor [AR_DIST_FACTOR_NUM_MAX] |
See function arParamObserv2Ideal() for discussion. More... | |
int | dist_function_version |
See function arParamObserv2Ideal() for discussion. Must be last field in structure (as will not be written to disk). More... | |
Structure holding camera parameters, including image size, projection matrix and lens distortion parameters.
artoolkitX's tracking depends on accurate knowledge of the properties of the imaging system used to acquire input images. This structure holds the properties of an imaging system for internal use in artoolkitX. This information is used throughout the entire artoolkitX pipeline, including knowing the size of images being returned by the video library, marker detection and pose estimation, and warping of camera images for video-see-through registration.
ARdouble ARParam::dist_factor[AR_DIST_FACTOR_NUM_MAX] |
See function arParamObserv2Ideal() for discussion.
int ARParam::dist_function_version |
See function arParamObserv2Ideal() for discussion. Must be last field in structure (as will not be written to disk).
ARdouble ARParam::mat[3][4] |
The projection matrix for the calibrated camera parameters. This can be converted to an OpenGL projection matrix by the function arglCameraFrustumRHf().
int ARParam::xsize |
The width in pixels of images returned by arVideoGetImage() for the camera.
int ARParam::ysize |
The height in pixels of images returned by arVideoGetImage() for the camera.