/home/laradmin/lar/sensors/camera/xb3/triclops/include/pnmutils.h File Reference
This is from point grey. Check the manual for instructions.
More...
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "triclops.h"
#include <triclops3d.h>
#include <triclopsbuffer.h>
#include <triclopscontext.h>
#include <triclopsvalidation.h>
#include <triclopsrectify.h>
#include <triclopsstereo.h>
#include <triclopsimageio.h>
Go to the source code of this file.
Functions |
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) |
Detailed Description
This is from point grey. Check the manual for instructions.
Definition in file pnmutils.h.
Function Documentation
TriclopsBool pgmRead3ToTriclopsInput |
( |
const char * |
redFileName, |
|
|
const char * |
bluFileName, |
|
|
const char * |
greFileName, |
|
|
TriclopsInput * |
pInput | |
|
) |
| | |
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 pgmWriteFromTriclopsInputWithComment |
( |
const char * |
filename, |
|
|
const char * |
comment, |
|
|
TriclopsInput * |
input, |
|
|
int |
nCameras = 3 | |
|
) |
| | |