TwiceAsNice
2019-02-18
|
Classes | |
struct | structfilter |
Macros | |
#define | MAXMASK 1024 /* Maximum number of mask elements (=32x32) */ |
Typedefs | |
typedef struct structfilter | filterstruct |
Functions | |
void | convolve (picstruct *, PIXTYPE *, int y) |
void | convolve_image (picstruct *field, float *vig1, float *vig2, int width, int height) |
void | filter (picstruct *, PIXTYPE *, int y) |
void | neurfilter (picstruct *, PIXTYPE *, int y) |
void | endfilter (void) |
void | getfilter (char *filename) |
int | getconv (char *filename) |
int | getneurfilter (char *filename) |
Variables | |
filterstruct * | thefilter |
#define MAXMASK 1024 /* Maximum number of mask elements (=32x32) */ |
typedef struct structfilter filterstruct |
void convolve_image | ( | picstruct * | field, |
float * | vig1, | ||
float * | vig2, | ||
int | width, | ||
int | height | ||
) |
void endfilter | ( | void | ) |
int getconv | ( | char * | filename | ) |
void getfilter | ( | char * | filename | ) |
int getneurfilter | ( | char * | filename | ) |
filterstruct* thefilter |