Classes | Macros | Typedefs | Functions
pnm.h File Reference
#include <stdint.h>
Include dependency graph for pnm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  pnm
 

Macros

#define PNM_FORMAT_BINARY   4
 
#define PNM_FORMAT_GRAY   5
 
#define PNM_FORMAT_RGB   6
 

Typedefs

typedef struct pnm pnm_t
 

Functions

pnm_tpnm_create_from_file (const char *path)
 
void pnm_destroy (pnm_t *pnm)
 

Macro Definition Documentation

#define PNM_FORMAT_BINARY   4

Definition at line 42 of file pnm.h.

#define PNM_FORMAT_GRAY   5

Definition at line 43 of file pnm.h.

#define PNM_FORMAT_RGB   6

Definition at line 44 of file pnm.h.

Typedef Documentation

typedef struct pnm pnm_t

Definition at line 48 of file pnm.h.

Function Documentation

pnm_t* pnm_create_from_file ( const char *  path)

Definition at line 40 of file pnm.c.

void pnm_destroy ( pnm_t pnm)

Definition at line 153 of file pnm.c.



apriltags2
Author(s): Danylo Malyuta
autogenerated on Fri Oct 19 2018 04:02:33