FaceRecognitionLib
Classes | Macros | Typedefs | Functions
pgm.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  RGB_INT
 
struct  PGMstructure
 

Macros

#define MAX   800
 

Typedefs

typedef struct PGMstructure PGMImage
 

Functions

void getPGMfile (const char *filename, PGMImage *img)
 
void savePGMfile (const char *filename, PGMImage *img)
 

Macro Definition Documentation

#define MAX   800

Typedef Documentation

typedef struct PGMstructure PGMImage

Function Documentation

void getPGMfile ( const char *  filename,
PGMImage img 
)
void savePGMfile ( const char *  filename,
PGMImage img 
)