Defines | Functions
convolve.c File Reference
#include "../c/eus.h"
Include dependency graph for convolve.c:

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 Documentation

#define is2Dstring (   a)
Value:
(isarray(a) && \
                        ((a)->c.ary.rank==makeint(2)) && \
                        isstring((a)->c.ary.entity))

Definition at line 10 of file convolve.c.


Function Documentation

void convolve ( context ,
int  ,
pointer  
)
void convolve ( context ctx,
int  n,
argv   
)

Definition at line 199 of file convolve.c.

pointer CONVOLVE3 ( context ctx,
int  n,
argv   
)

Definition at line 13 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 LOOK_UP ( context ctx,
int  n,
argv   
)

Definition at line 44 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.



euslisp
Author(s): Toshihiro Matsui
autogenerated on Thu Mar 9 2017 04:57:50