Macros | Functions
image_u8x4.c File Reference
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "pam.h"
#include "pnm.h"
#include "image_u8x4.h"
Include dependency graph for image_u8x4.c:

Go to the source code of this file.

Macros

#define DEFAULT_ALIGNMENT_U8X4   64
 

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 *inpath)
 
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 *imp, const char *path)
 

Macro Definition Documentation

#define DEFAULT_ALIGNMENT_U8X4   64

Definition at line 33 of file image_u8x4.c.

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 *  inpath)

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 imp,
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