Go to the source code of this file.
Classes | |
| struct | _KLT_FloatImageRec |
Typedefs | |
| typedef struct _KLT_FloatImageRec * | _KLT_FloatImage |
Functions | |
| _KLT_FloatImage | _KLTCreateFloatImage (int ncols, int nrows) |
| void | _KLTFreeFloatImage (_KLT_FloatImage) |
| void | _KLTPrintSubFloatImage (_KLT_FloatImage floatimg, int x0, int y0, int width, int height) |
| void | _KLTWriteFloatImageToPGM (_KLT_FloatImage img, char *filename) |
| typedef struct _KLT_FloatImageRec * _KLT_FloatImage |
| _KLT_FloatImage _KLTCreateFloatImage | ( | int | ncols, | |
| int | nrows | |||
| ) |
| void _KLTFreeFloatImage | ( | _KLT_FloatImage | ) |
| void _KLTPrintSubFloatImage | ( | _KLT_FloatImage | floatimg, | |
| int | x0, | |||
| int | y0, | |||
| int | width, | |||
| int | height | |||
| ) |
| void _KLTWriteFloatImageToPGM | ( | _KLT_FloatImage | img, | |
| char * | filename | |||
| ) |
1.5.1