![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
Structure holding camera parameters, in lookup table form. More...
#include <param.h>
Public Attributes | |
ARParam | param |
A copy of original ARParam from which the lookup table was calculated. More... | |
ARParamLTf | paramLTf |
The lookup table. More... | |
Structure holding camera parameters, in lookup table form.
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.
This version of the structure contains a pre-calculated lookup table of values covering the camera image width and height, plus a padded border.
ARParamLTf ARParamLT::paramLTf |
The lookup table.