Go to the source code of this file.
Defines |
#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 Documentation
Value:(isarray(a) && \
((a)->c.ary.rank==makeint(2)) && \
isstring((a)->c.ary.entity))
Definition at line 10 of file convolve.c.
Function Documentation
static int median_img |
( |
unsigned char * |
img, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
size |
|
) |
| [static] |