Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | mirrorMarkerFile (const char *nInName, const char *nOutName, int nMarkerWidth, int nMarkerHeight) |
void | readLine (FILE *fp, char *line) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 66 of file tools/MirrorPatt/src/main.cpp.
void mirrorMarkerFile | ( | const char * | nInName, |
const char * | nOutName, | ||
int | nMarkerWidth, | ||
int | nMarkerHeight | ||
) |
Definition at line 29 of file tools/MirrorPatt/src/main.cpp.
void readLine | ( | FILE * | fp, |
char * | line | ||
) |
Definition at line 18 of file tools/MirrorPatt/src/main.cpp.