|
ICPStereoHandleT * | icpStereoCreateHandle (const ARdouble matXcl2Ul[3][4], const ARdouble matXcr2Ur[3][4], const ARdouble matC2L[3][4], const ARdouble matC2R[3][4]) |
|
int | icpStereoDeleteHandle (ICPStereoHandleT **handle) |
|
int | icpStereoSetMatXcl2Ul (ICPStereoHandleT *handle, ARdouble matXcl2Ul[3][4]) |
|
int | icpStereoSetMatXcr2Ur (ICPStereoHandleT *handle, ARdouble matXcr2Ur[3][4]) |
|
int | icpStereoSetMatC2L (ICPStereoHandleT *handle, ARdouble matC2L[3][4]) |
|
int | icpStereoSetMatC2R (ICPStereoHandleT *handle, ARdouble matC2R[3][4]) |
|
int | icpStereoSetMaxLoop (ICPStereoHandleT *handle, int maxLoop) |
|
int | icpStereoSetBreakLoopErrorThresh (ICPStereoHandleT *handle, ARdouble breakLoopErrorThresh) |
|
int | icpStereoSetBreakLoopErrorRatioThresh (ICPStereoHandleT *handle, ARdouble breakLoopErrorRatioThresh) |
|
int | icpStereoGetMatXcl2Ul (ICPStereoHandleT *handle, ARdouble matXcl2Ul[3][4]) |
|
int | icpStereoGetMatXcr2Ur (ICPStereoHandleT *handle, ARdouble matXcr2Ur[3][4]) |
|
int | icpStereoGetMatC2L (ICPStereoHandleT *handle, ARdouble matC2L[3][4]) |
|
int | icpStereoGetMatC2R (ICPStereoHandleT *handle, ARdouble matC2R[3][4]) |
|
int | icpStereoGetMaxLoop (ICPStereoHandleT *handle, int *maxLoop) |
|
int | icpStereoGetBreakLoopErrorThresh (ICPStereoHandleT *handle, ARdouble *breakLoopErrorThresh) |
|
int | icpStereoGetBreakLoopErrorRatioThresh (ICPStereoHandleT *handle, ARdouble *breakLoopErrorRatioThresh) |
|
int | icpStereoGetInlierProbability (ICPStereoHandleT *handle, ARdouble *inlierProb) |
|
int | icpStereoSetInlierProbability (ICPStereoHandleT *handle, ARdouble inlierProb) |
|