Bibliothèque de traitements d'images en virgule flottante.
http://la.buvette.org/photos/cumul/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
521 B
20 lines
521 B
/* |
|
* V4L2 functions - header file |
|
*/ |
|
|
|
int open_device(char *dev_name); |
|
|
|
int init_device(int notused); |
|
|
|
/* --------------------------------------------------------------------- */ |
|
|
|
int x_upscaler_0(unsigned char *src, int w, int h, FloatImg *d); |
|
|
|
int x_add_rgb2fimg(unsigned char *src, int w, int h, FloatImg *d); |
|
|
|
int x_rgb2fimg(unsigned char *src, int w, int h, FloatImg *d); |
|
int x_rgb2file(unsigned char *src, int w, int h, char *fname); |
|
|
|
/* --------------------------------------------------------------------- */ |
|
|
|
|
|
|