This is from point grey. Check the manual for instructions. More...
#include <triclops.h>
Go to the source code of this file.
Classes | |
struct | TriclopsImage3d |
struct | TriclopsPoint3d |
struct | TriclopsTransform |
Typedefs | |
typedef struct TriclopsImage3d | TriclopsImage3d |
typedef struct TriclopsPoint3d | TriclopsPoint3d |
Functions | |
TriclopsError | triclopsCreateImage3d (TriclopsContext context, TriclopsImage3d **ppimage) |
void | triclopsDestroyImage3d (TriclopsImage3d **ppimage) |
TriclopsError | triclopsExtractImage3d (TriclopsContext context, TriclopsImage3d *pimage) |
TriclopsError | triclopsExtractWorldImage3d (TriclopsContext context, TriclopsImage3d *pimage) |
TriclopsError | triclopsGetTransformFromFile (char *fileName, TriclopsTransform *transform) |
TriclopsError | triclopsGetTriclopsToWorldTransform (TriclopsContext context, TriclopsTransform *transform) |
TriclopsError | triclopsRCD16ToWorldXYZ (TriclopsContext context, int row, int col, unsigned short disp, float *x, float *y, float *z) |
TriclopsError | triclopsRCD16ToXYZ (TriclopsContext context, int row, int col, unsigned short disp, float *x, float *y, float *z) |
TriclopsError | triclopsRCD8ToWorldXYZ (TriclopsContext context, int row, int col, unsigned char disp, float *x, float *y, float *z) |
TriclopsError | triclopsRCD8ToXYZ (TriclopsContext context, int row, int col, unsigned char disp, float *x, float *y, float *z) |
TriclopsError | triclopsRCDFloatToWorldXYZ (TriclopsContext context, float row, float col, float disp, float *x, float *y, float *z) |
TriclopsError | triclopsRCDFloatToXYZ (TriclopsContext context, float row, float col, float disp, float *x, float *y, float *z) |
TriclopsError | triclopsRCDMappedToWorldXYZ (TriclopsContext context, int row, int col, unsigned char disp, float *x, float *y, float *z) |
TriclopsError | triclopsRCDMappedToXYZ (TriclopsContext context, int row, int col, unsigned char disp, float *x, float *y, float *z) |
TriclopsError | triclopsRCDToWorldXYZ (TriclopsContext context, float row, float col, float disp, float *x, float *y, float *z) |
TriclopsError | triclopsRCDToXYZ (TriclopsContext context, float row, float col, float disp, float *x, float *y, float *z) |
TriclopsError | triclopsSetTriclopsToWorldTransform (TriclopsContext context, TriclopsTransform transform) |
TriclopsError | triclopsWorldXYZToRCD (TriclopsContext context, float x, float y, float z, float *row, float *col, float *disp) |
TriclopsError | triclopsWriteTransformToFile (char *fileName, TriclopsTransform *transform) |
TriclopsError | triclopsXYZToRCD (TriclopsContext context, float x, float y, float z, float *row, float *col, float *disp) |
This is from point grey. Check the manual for instructions.
Definition in file triclops3d.h.
typedef struct TriclopsImage3d TriclopsImage3d |
typedef struct TriclopsPoint3d TriclopsPoint3d |
TriclopsError triclopsCreateImage3d | ( | TriclopsContext | context, | |
TriclopsImage3d ** | ppimage | |||
) |
void triclopsDestroyImage3d | ( | TriclopsImage3d ** | ppimage | ) |
TriclopsError triclopsExtractImage3d | ( | TriclopsContext | context, | |
TriclopsImage3d * | pimage | |||
) |
TriclopsError triclopsExtractWorldImage3d | ( | TriclopsContext | context, | |
TriclopsImage3d * | pimage | |||
) |
TriclopsError triclopsGetTransformFromFile | ( | char * | fileName, | |
TriclopsTransform * | transform | |||
) |
TriclopsError triclopsGetTriclopsToWorldTransform | ( | TriclopsContext | context, | |
TriclopsTransform * | transform | |||
) |
TriclopsError triclopsRCD16ToWorldXYZ | ( | TriclopsContext | context, | |
int | row, | |||
int | col, | |||
unsigned short | disp, | |||
float * | x, | |||
float * | y, | |||
float * | z | |||
) |
TriclopsError triclopsRCD16ToXYZ | ( | TriclopsContext | context, | |
int | row, | |||
int | col, | |||
unsigned short | disp, | |||
float * | x, | |||
float * | y, | |||
float * | z | |||
) |
TriclopsError triclopsRCD8ToWorldXYZ | ( | TriclopsContext | context, | |
int | row, | |||
int | col, | |||
unsigned char | disp, | |||
float * | x, | |||
float * | y, | |||
float * | z | |||
) |
TriclopsError triclopsRCD8ToXYZ | ( | TriclopsContext | context, | |
int | row, | |||
int | col, | |||
unsigned char | disp, | |||
float * | x, | |||
float * | y, | |||
float * | z | |||
) |
TriclopsError triclopsRCDFloatToWorldXYZ | ( | TriclopsContext | context, | |
float | row, | |||
float | col, | |||
float | disp, | |||
float * | x, | |||
float * | y, | |||
float * | z | |||
) |
TriclopsError triclopsRCDFloatToXYZ | ( | TriclopsContext | context, | |
float | row, | |||
float | col, | |||
float | disp, | |||
float * | x, | |||
float * | y, | |||
float * | z | |||
) |
TriclopsError triclopsRCDMappedToWorldXYZ | ( | TriclopsContext | context, | |
int | row, | |||
int | col, | |||
unsigned char | disp, | |||
float * | x, | |||
float * | y, | |||
float * | z | |||
) |
TriclopsError triclopsRCDMappedToXYZ | ( | TriclopsContext | context, | |
int | row, | |||
int | col, | |||
unsigned char | disp, | |||
float * | x, | |||
float * | y, | |||
float * | z | |||
) |
TriclopsError triclopsRCDToWorldXYZ | ( | TriclopsContext | context, | |
float | row, | |||
float | col, | |||
float | disp, | |||
float * | x, | |||
float * | y, | |||
float * | z | |||
) |
TriclopsError triclopsRCDToXYZ | ( | TriclopsContext | context, | |
float | row, | |||
float | col, | |||
float | disp, | |||
float * | x, | |||
float * | y, | |||
float * | z | |||
) |
TriclopsError triclopsSetTriclopsToWorldTransform | ( | TriclopsContext | context, | |
TriclopsTransform | transform | |||
) |
TriclopsError triclopsWorldXYZToRCD | ( | TriclopsContext | context, | |
float | x, | |||
float | y, | |||
float | z, | |||
float * | row, | |||
float * | col, | |||
float * | disp | |||
) |
TriclopsError triclopsWriteTransformToFile | ( | char * | fileName, | |
TriclopsTransform * | transform | |||
) |
TriclopsError triclopsXYZToRCD | ( | TriclopsContext | context, | |
float | x, | |||
float | y, | |||
float | z, | |||
float * | row, | |||
float * | col, | |||
float * | disp | |||
) |