/home/laradmin/lar/sensors/camera/xb3/triclops/include/triclopsimageio.h File Reference
This is from point grey. Check the manual for instructions.
More...
#include <triclops.h>
Go to the source code of this file.
Classes |
struct | DisparityImageInfo |
struct | EdgeImageInfo |
struct | RectifiedImageInfo |
struct | TriclopsImageInfo |
Functions |
TriclopsError | triclopsReadImage16Extra (char *filename, TriclopsImage16 *triclopsImage16, TriclopsImageInfo *imageInfo) |
TriclopsError | triclopsReadImageExtra (char *filename, TriclopsImage *triclopsImage, TriclopsImageInfo *imageInfo) |
TriclopsError | triclopsSaveColorImage (TriclopsColorImage *image, char *filename) |
TriclopsError | triclopsSaveImage16Extra (const TriclopsContext context, TriclopsImage16Type image16Type, TriclopsCamera camera, char *filename) |
TriclopsError | triclopsSaveImageExtra (const TriclopsContext context, TriclopsImageType imageType, TriclopsCamera camera, char *filename) |
TriclopsError | triclopsSavePackedColorImage (TriclopsPackedColorImage *image, char *filename) |
Detailed Description
This is from point grey. Check the manual for instructions.
Definition in file triclopsimageio.h.
Function Documentation