|
| TriclopsError | triclopsGetBaseline (TriclopsContext context, float *base) |
| |
| TriclopsError | triclopsGetFocalLength (const TriclopsContext context, float *focallength) |
| |
| TriclopsError | triclopsGetImageCenter (TriclopsContext context, float *centerRow, float *centerCol) |
| |
| TriclopsError | triclopsGetLowpass (const TriclopsContext context, TriclopsBool *on) |
| |
| TriclopsError | triclopsGetRectify (const TriclopsContext context, TriclopsBool *on) |
| |
| TriclopsError | triclopsGetRectImgQuality (TriclopsContext context, TriclopsRectImgQuality *quality) |
| |
| TriclopsError | triclopsGetResolution (const TriclopsContext context, int *nrows, int *ncols) |
| |
| TriclopsError | triclopsGetSourceResolution (const TriclopsContext context, int *nSrcRows, int *nSrcCols) |
| |
| TriclopsError | triclopsPreprocess (TriclopsContext context, TriclopsInput *input) |
| |
| TriclopsError | triclopsRectifyColorImage (TriclopsContext context, TriclopsCamera nCamera, TriclopsInput *input, TriclopsColorImage *output) |
| |
| TriclopsError | triclopsRectifyPackedColorImage (TriclopsContext context, TriclopsCamera nCamera, TriclopsInput *input, TriclopsPackedColorImage *output) |
| |
| TriclopsError | triclopsRectifyPixel (const TriclopsContext context, TriclopsCamera camera, float rowIn, float colIn, float *rowOut, float *colOut) |
| |
| TriclopsError | triclopsSetLowpass (TriclopsContext context, TriclopsBool on) |
| |
| TriclopsError | triclopsSetRectify (TriclopsContext context, TriclopsBool on) |
| |
| TriclopsError | triclopsSetRectImgQuality (TriclopsContext context, TriclopsRectImgQuality quality) |
| |
| TriclopsError | triclopsSetResolution (TriclopsContext context, int nrows, int ncols) |
| |
| TriclopsError | triclopsSetResolutionAndPrepare (TriclopsContext context, int nrows, int ncols, int nInputRows, int nInputCols) |
| |
| TriclopsError | triclopsSetSourceResolution (TriclopsContext context, int nSrcRows, int nSrcCols) |
| |
| TriclopsError | triclopsUnrectifyPixel (const TriclopsContext context, TriclopsCamera camera, float rowIn, float colIn, float *rowOut, float *colOut) |
| |
This is from point grey. Check the manual for instructions.
Definition in file triclopsrectify.h.