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

Go to the source code of this file.

Functions

image_u8x3_timage_u8x3_copy (const image_u8x3_t *in)
 
image_u8x3_timage_u8x3_create (unsigned int width, unsigned int height)
 
image_u8x3_timage_u8x3_create_alignment (unsigned int width, unsigned int height, unsigned int alignment)
 
image_u8x3_timage_u8x3_create_from_pnm (const char *path)
 
void image_u8x3_destroy (image_u8x3_t *im)
 
void image_u8x3_draw_line (image_u8x3_t *im, float x0, float y0, float x1, float y1, uint8_t rgb[3], int width)
 
void image_u8x3_gaussian_blur (image_u8x3_t *im, double sigma, int ksz)
 
int image_u8x3_write_pnm (const image_u8x3_t *im, const char *path)
 

Function Documentation

image_u8x3_t* image_u8x3_copy ( const image_u8x3_t in)

Definition at line 59 of file image_u8x3.c.

image_u8x3_t* image_u8x3_create ( unsigned int  width,
unsigned int  height 
)

Definition at line 37 of file image_u8x3.c.

image_u8x3_t* image_u8x3_create_alignment ( unsigned int  width,
unsigned int  height,
unsigned int  alignment 
)

Definition at line 42 of file image_u8x3.c.

image_u8x3_t* image_u8x3_create_from_pnm ( const char *  path)

Definition at line 85 of file image_u8x3.c.

void image_u8x3_destroy ( image_u8x3_t im)

Definition at line 72 of file image_u8x3.c.

void image_u8x3_draw_line ( image_u8x3_t im,
float  x0,
float  y0,
float  x1,
float  y1,
uint8_t  rgb[3],
int  width 
)

Definition at line 160 of file image_u8x3.c.

void image_u8x3_gaussian_blur ( image_u8x3_t im,
double  sigma,
int  ksz 
)

Definition at line 199 of file image_u8x3.c.

int image_u8x3_write_pnm ( const image_u8x3_t im,
const char *  path 
)

Definition at line 132 of file image_u8x3.c.



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