ARToolkit OpenGL utilities subroutines. More...
#include <AR/param.h>
Go to the source code of this file.
Functions | |
void | argUtilCalibHMD (int targetId, int thresh2, void(*postFunc)(ARParam *lpara, ARParam *rpara)) |
utility function for calibrate an HMD. |
ARToolkit OpenGL utilities subroutines.
Complement routines of gsub module.
History :
Definition in file gsubUtil.h.
void argUtilCalibHMD | ( | int | targetId, | |
int | thresh2, | |||
void(*)(ARParam *lpara, ARParam *rpara) | postFunc | |||
) |
utility function for calibrate an HMD.
This function offers a full calibration run-time routines for an optical HMD (mono or stereo). It is useful for estimate transformation between user eye position and camera position. You will find more informations on the calibration routine on opticalcalibration.html .This function modify gsub state of left and right camera intrinsic parameters.
targetId | the target used for the calibration step. | |
thresh2 | lighting threshold value to use | |
postFunc | a callback function used to analysis computed internal camera parameters. if your application is mono display, only lpara contains a value. lpara and rpara are NULL if the calibration failed. |
Definition at line 57 of file gsubUtil.c.