#include "../c/eus.h"
Go to the source code of this file.
Defines | |
| #define | is2Dstring(a) |
Functions | |
| void | convolve (context *, int, pointer *) |
| void | convolve (context *ctx, int n, argv) |
| pointer | CONVOLVE3 (context *ctx, int n, argv) |
| pointer | DOUBLE_IMAGE (context *ctx, int n, argv) |
| pointer | HALVE_IMAGE (context *ctx, int n, argv) |
| static | init_object_module () |
| pointer | LOOK_UP (context *ctx, int n, argv) |
| pointer | MEDIAN_IMAGE (context *ctx, int n, argv) |
| static | median_img (unsigned char *img, int width, int height, int x, int y, int size) |
| #define is2Dstring | ( | a | ) |
Definition at line 199 of file convolve.c.
| pointer DOUBLE_IMAGE | ( | context * | ctx, |
| int | n, | ||
| argv | |||
| ) |
Definition at line 100 of file convolve.c.
| pointer HALVE_IMAGE | ( | context * | ctx, |
| int | n, | ||
| argv | |||
| ) |
Definition at line 72 of file convolve.c.
| static init_object_module | ( | ) | [static] |
Definition at line 7 of file convolve.c.
| pointer MEDIAN_IMAGE | ( | context * | ctx, |
| int | n, | ||
| argv | |||
| ) |
Definition at line 168 of file convolve.c.
| static median_img | ( | unsigned char * | img, |
| int | width, | ||
| int | height, | ||
| int | x, | ||
| int | y, | ||
| int | size | ||
| ) | [static] |
Definition at line 132 of file convolve.c.