|
| TriclopsBool | freeImage (TriclopsImage *pimage) |
| |
| TriclopsBool | freeImage16 (TriclopsImage16 *pimage) |
| |
| TriclopsBool | freeInput (TriclopsInput *input) |
| |
| TriclopsBool | pgmRead3ToTriclopsInput (const char *redFileName, const char *bluFileName, const char *greFileName, TriclopsInput *pInput) |
| |
| TriclopsBool | pgmReadToTriclopsImage (const char *filename, TriclopsImage *image) |
| |
| TriclopsBool | pgmReadToTriclopsImage16 (const char *filename, TriclopsImage16 *image) |
| |
| TriclopsBool | pgmReadToTriclopsInput (const char *filename, TriclopsInput *input) |
| |
| TriclopsBool | pgmWrite3FromTriclopsInput (const char *redFilename, const char *greFilename, const char *bluFilename, TriclopsInput *input) |
| |
| TriclopsBool | pgmWrite3FromTriclopsInputWithComment (const char *redFilename, const char *greFilename, const char *bluFilename, const char *comment, TriclopsInput *input) |
| |
| TriclopsBool | pgmWriteFromTriclopsImage (const char *filename, TriclopsImage *image) |
| |
| TriclopsBool | pgmWriteFromTriclopsImage16 (const char *filename, TriclopsImage16 *image) |
| |
| TriclopsBool | pgmWriteFromTriclopsInput (const char *filename, TriclopsInput *input, int nCameras) |
| |
| TriclopsBool | pgmWriteFromTriclopsInputWithComment (const char *filename, const char *comment, TriclopsInput *input, int nCameras=3) |
| |
| TriclopsBool | ppmReadToTriclopsInput (const char *filename, TriclopsInput *input) |
| |
| TriclopsBool | ppmReadToTriclopsInputRGB (const char *filename, TriclopsInput *input) |
| |
| TriclopsBool | ppmWriteFromTriclopsColorImage (const char *filename, TriclopsColorImage *image) |
| |
| TriclopsBool | ppmWriteFromTriclopsInput (const char *filename, TriclopsInput *input) |
| |
| TriclopsBool | ppmWriteFromTriclopsInputWithComment (const char *filename, const char *comment, TriclopsInput *input) |
| |
This is from point grey. Check the manual for instructions.
Definition in file pnmutils.h.