|
| ICPHandleT * | icpCreateHandle (const ARdouble matXc2U[3][4]) |
| |
| int | icpDeleteHandle (ICPHandleT **handle) |
| |
| int | icpSetMatXc2U (ICPHandleT *handle, const ARdouble matXc2U[3][4]) |
| |
| int | icpSetMaxLoop (ICPHandleT *handle, int maxLoop) |
| |
| int | icpSetBreakLoopErrorThresh (ICPHandleT *handle, ARdouble breakLoopErrorThresh) |
| |
| int | icpSetBreakLoopErrorRatioThresh (ICPHandleT *handle, ARdouble breakLoopErrorRatioThresh) |
| |
| int | icpSetBreakLoopErrorThresh2 (ICPHandleT *handle, ARdouble breakLoopErrorThresh2) |
| |
| int | icpGetMatXc2U (ICPHandleT *handle, ARdouble matXc2U[3][4]) |
| |
| int | icpGetMaxLoop (ICPHandleT *handle, int *maxLoop) |
| |
| int | icpGetBreakLoopErrorThresh (ICPHandleT *handle, ARdouble *breakLoopErrorThresh) |
| |
| int | icpGetBreakLoopErrorRatioThresh (ICPHandleT *handle, ARdouble *breakLoopErrorRatioThresh) |
| |
| int | icpGetBreakLoopErrorThresh2 (ICPHandleT *handle, ARdouble *breakLoopErrorThresh2) |
| |
| int | icpSetInlierProbability (ICPHandleT *handle, ARdouble inlierProb) |
| |
| int | icpGetInlierProbability (ICPHandleT *handle, ARdouble *inlierProb) |
| |