ARX  1.0
The next-generation open source augmented reality toolkit.
Loading...
Searching...
No Matches
Functions
ar3DUtil.c File Reference
#include <stdlib.h>
#include <math.h>
#include <ARX/AR/ar.h>
#include <ARX/AR/icp.h>
Include dependency graph for ar3DUtil.c:

Functions

ARdouble arGetStereoMatchingErrorSquare (AR3DStereoHandle *handle, ARMarkerInfo *marker_infoL, ARMarkerInfo *marker_infoR)
 
ARdouble arGetStereoMatchingError (AR3DStereoHandle *handle, ARdouble pos2dL[2], ARdouble pos2dR[2])
 
int arGetStereoMatching (AR3DStereoHandle *handle, ARdouble pos2dL[2], ARdouble pos2dR[2], ARdouble pos3d[3])
 

Function Documentation

◆ arGetStereoMatching()

int arGetStereoMatching ( AR3DStereoHandle handle,
ARdouble  pos2dL[2],
ARdouble  pos2dR[2],
ARdouble  pos3d[3] 
)
Here is the call graph for this function:

◆ arGetStereoMatchingError()

ARdouble arGetStereoMatchingError ( AR3DStereoHandle handle,
ARdouble  pos2dL[2],
ARdouble  pos2dR[2] 
)
Here is the call graph for this function:

◆ arGetStereoMatchingErrorSquare()

ARdouble arGetStereoMatchingErrorSquare ( AR3DStereoHandle handle,
ARMarkerInfo marker_infoL,
ARMarkerInfo marker_infoR 
)
Here is the call graph for this function: