Functions
tools/PPM_to_PATT/src/main.cpp File Reference
#include <stdio.h>
#include <assert.h>
#include <stdlib.h>
#include <memory.h>
Include dependency graph for tools/PPM_to_PATT/src/main.cpp:

Go to the source code of this file.

Functions

void convert2BGR (unsigned char *data, int width, int height)
 
int main (int argc, char **argv)
 
bool readPPM (const char *fileName, unsigned char **data, int *width, int *height)
 
void rotate (unsigned char *data, int width, int height)
 
void skipComments (FILE *fp, char *word)
 
bool writeMarkerFile (const char *fileName, unsigned char *data, int width, int height)
 

Function Documentation

void convert2BGR ( unsigned char *  data,
int  width,
int  height 
)

Definition at line 156 of file tools/PPM_to_PATT/src/main.cpp.

int main ( int  argc,
char **  argv 
)

Definition at line 172 of file tools/PPM_to_PATT/src/main.cpp.

bool readPPM ( const char *  fileName,
unsigned char **  data,
int *  width,
int *  height 
)

Definition at line 40 of file tools/PPM_to_PATT/src/main.cpp.

void rotate ( unsigned char *  data,
int  width,
int  height 
)

Definition at line 95 of file tools/PPM_to_PATT/src/main.cpp.

void skipComments ( FILE *  fp,
char *  word 
)

Definition at line 20 of file tools/PPM_to_PATT/src/main.cpp.

bool writeMarkerFile ( const char *  fileName,
unsigned char *  data,
int  width,
int  height 
)

Definition at line 115 of file tools/PPM_to_PATT/src/main.cpp.



tuw_artoolkitplus
Author(s): Markus Bader
autogenerated on Sun Sep 4 2016 03:24:33