ARX  1.0
The next-generation open source augmented reality toolkit.
Loading...
Searching...
No Matches
Classes | Macros | Functions
icpCalib.h File Reference
#include <ARX/AR/icpCore.h>
Include dependency graph for icpCalib.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ICPCalibDataT
 

Macros

#define ICP_CALIB_STEREO_MAX_LOOP   100
 
#define ICP_CALIB_STEREO_BREAK_LOOP_ERROR_THRESH   0.001
 
#define ICP_CALIB_STEREO_BREAK_LOOP_ERROR_RATIO_THRESH   0.99
 

Functions

int icpCalibStereo (ICPCalibDataT data[], int num, ARdouble matXcl2Ul[3][4], ARdouble matXcr2Ur[3][4], ARdouble initTransL2R[3][4], ARdouble matTransL2R[3][4], ARdouble *err)
 

Macro Definition Documentation

◆ ICP_CALIB_STEREO_BREAK_LOOP_ERROR_RATIO_THRESH

#define ICP_CALIB_STEREO_BREAK_LOOP_ERROR_RATIO_THRESH   0.99

◆ ICP_CALIB_STEREO_BREAK_LOOP_ERROR_THRESH

#define ICP_CALIB_STEREO_BREAK_LOOP_ERROR_THRESH   0.001

◆ ICP_CALIB_STEREO_MAX_LOOP

#define ICP_CALIB_STEREO_MAX_LOOP   100

Function Documentation

◆ icpCalibStereo()

int icpCalibStereo ( ICPCalibDataT  data[],
int  num,
ARdouble  matXcl2Ul[3][4],
ARdouble  matXcr2Ur[3][4],
ARdouble  initTransL2R[3][4],
ARdouble  matTransL2R[3][4],
ARdouble err 
)
Here is the call graph for this function: