Functions
image_u8x4.h File Reference
#include <stdint.h>
#include "common/image_types.h"
Include dependency graph for image_u8x4.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

image_u8x4_timage_u8x4_copy (const image_u8x4_t *in)
 
image_u8x4_timage_u8x4_create (unsigned int width, unsigned int height)
 
image_u8x4_timage_u8x4_create_alignment (unsigned int width, unsigned int height, unsigned int alignment)
 
image_u8x4_timage_u8x4_create_from_pam (const char *path)
 
image_u8x4_timage_u8x4_create_from_pnm (const char *path)
 
void image_u8x4_destroy (image_u8x4_t *im)
 
void image_u8x4_write_pam (const image_u8x4_t *im, const char *path)
 
int image_u8x4_write_pnm (const image_u8x4_t *im, const char *path)
 

Function Documentation

image_u8x4_t* image_u8x4_copy ( const image_u8x4_t in)

Definition at line 57 of file image_u8x4.c.

image_u8x4_t* image_u8x4_create ( unsigned int  width,
unsigned int  height 
)

Definition at line 35 of file image_u8x4.c.

image_u8x4_t* image_u8x4_create_alignment ( unsigned int  width,
unsigned int  height,
unsigned int  alignment 
)

Definition at line 40 of file image_u8x4.c.

image_u8x4_t* image_u8x4_create_from_pam ( const char *  path)

Definition at line 80 of file image_u8x4.c.

image_u8x4_t* image_u8x4_create_from_pnm ( const char *  path)

Definition at line 117 of file image_u8x4.c.

void image_u8x4_destroy ( image_u8x4_t im)

Definition at line 70 of file image_u8x4.c.

void image_u8x4_write_pam ( const image_u8x4_t im,
const char *  path 
)

Definition at line 211 of file image_u8x4.c.

int image_u8x4_write_pnm ( const image_u8x4_t im,
const char *  path 
)

Definition at line 175 of file image_u8x4.c.



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