
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| unsigned char * | readMarkerFile (const char *nFileName, int nMarkerWidth, int nMarkerHeight) |
| bool | readNumber (FILE *fp, char *buffer, int maxLen) |
| char | skipSpaces (FILE *fp) |
| bool | writePPM (const char *fileName, unsigned char *data, int width, int height) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 103 of file tools/PATT_to_PPM/src/main.cpp.
| unsigned char* readMarkerFile | ( | const char * | nFileName, |
| int | nMarkerWidth, | ||
| int | nMarkerHeight | ||
| ) |
Definition at line 70 of file tools/PATT_to_PPM/src/main.cpp.
| bool readNumber | ( | FILE * | fp, |
| char * | buffer, | ||
| int | maxLen | ||
| ) |
Definition at line 33 of file tools/PATT_to_PPM/src/main.cpp.
| char skipSpaces | ( | FILE * | fp | ) |
Definition at line 21 of file tools/PATT_to_PPM/src/main.cpp.
| bool writePPM | ( | const char * | fileName, |
| unsigned char * | data, | ||
| int | width, | ||
| int | height | ||
| ) |
Definition at line 51 of file tools/PATT_to_PPM/src/main.cpp.