![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
Functions | |
int | arPattSave (ARUint8 *image, int xsize, int ysize, int pixelFormat, ARParamLTf *paramLTf, int imageProcMode, ARMarkerInfo *marker_info, ARdouble pattRatio, int pattSize, const char *filename) |
Save a pattern to a pattern file. More... | |
int arPattSave | ( | ARUint8 * | image, |
int | xsize, | ||
int | ysize, | ||
int | pixelFormat, | ||
ARParamLTf * | paramLTf, | ||
int | imageProcMode, | ||
ARMarkerInfo * | marker_info, | ||
ARdouble | pattRatio, | ||
int | pattSize, | ||
const char * | filename | ||
) |
Save a pattern to a pattern file.
This function is used by the make_patt utility. See the sourcecode to mk_patt for usage.
image | (description) |
xsize | (description) |
ysize | (description) |
pixelFormat | (description) |
paramLTf | (description) |
imageProcMode | (description) |
marker_info | (description) |
pattRatio | A value between 0.0 and 1.0, representing the proportion of the marker width which constitutes the pattern. In earlier versions, this value was fixed at 0.5. |
pattSize | The number of rows and columns to create in the pattern. Normally AR_PATT_SIZE1. |
filename | (description) |