![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
Structure holding camera parameters, in lookup table form; floating point version. More...
#include <param.h>
Public Attributes | |
float * | i2o |
Ideal-to-observed; for the location in the array corresponding to the idealised location, gives the location in the observed image. More... | |
float * | o2i |
Observed-to-ideal; for the location in the array corresponding to the observed location, gives the location in the idealised image. More... | |
int | xsize |
The number of pixels in the array's x dimension, including the offset areas on the left and right sides, i.e. ARParam.xsize + xOff*2. More... | |
int | ysize |
The number of pixels in the array's x dimension, including the offset areas on the top and bottom.xsize, i.e. ARParam.ysize + yOff*2. More... | |
int | xOff |
The number of pixels from the left edge of the array to column zero of the input. More... | |
int | yOff |
The number of pixels from the top edge of the array to row zero of the input. More... | |
Structure holding camera parameters, in lookup table form; floating point version.
float* ARParamLTf::i2o |
Ideal-to-observed; for the location in the array corresponding to the idealised location, gives the location in the observed image.
float* ARParamLTf::o2i |
Observed-to-ideal; for the location in the array corresponding to the observed location, gives the location in the idealised image.
int ARParamLTf::xOff |
The number of pixels from the left edge of the array to column zero of the input.
int ARParamLTf::xsize |
The number of pixels in the array's x dimension, including the offset areas on the left and right sides, i.e. ARParam.xsize + xOff*2.
int ARParamLTf::yOff |
The number of pixels from the top edge of the array to row zero of the input.
int ARParamLTf::ysize |
The number of pixels in the array's x dimension, including the offset areas on the top and bottom.xsize, i.e. ARParam.ysize + yOff*2.