constraint_app
cam_getExpectedObservations

Functions

void mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])

Function Documentation

void mexFunction ( int  nlhs,
mxArray *  plhs[],
int  nrhs,
const mxArray *  prhs[] 
)
Parameters:
ptrhandle returned by cam_initialize()
xmatrix of NxM states where each of the N rows represents an M-element state.
observationIdsPx1 cell array of strings indicating which observations are to be returned. This will often be the result returned from cam_getObservations().
Returns:
the Nx3P expected observations. Note that each observation consist of [x,y,z] measurements (hence the 3P).
Remarks:
Matlab example: z = cam_getExpectedObservations(ptr, x, observationIds)

Definition at line 17 of file cam_getExpectedObservations.cpp.

 All Classes Files Functions Variables Typedefs