#include "../c/eus.h"
Go to the source code of this file.
Macros | |
#define | is2Dstring(a) |
Functions | |
pointer | convolve () |
pointer | 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 void | init_object_module () |
pointer | LOOK_UP (context *ctx, int n, argv) |
pointer | MEDIAN_IMAGE (context *ctx, int n, argv) |
static int | median_img (unsigned char *img, int width, int height, int x, int y, int size) |
#define is2Dstring | ( | a | ) |
Definition at line 10 of file convolve.c.
pointer convolve | ( | ) |
Definition at line 200 of file convolve.c.
Definition at line 13 of file convolve.c.
Definition at line 101 of file convolve.c.
Definition at line 73 of file convolve.c.
|
static |
Definition at line 7 of file convolve.c.
Definition at line 44 of file convolve.c.
Definition at line 169 of file convolve.c.
|
static |
Definition at line 133 of file convolve.c.