#include "eus.h"
#include "pix.h"
Go to the source code of this file.
|
#define | abs(x) ((x)<0?-(x):x) |
|
#define | imgvec(img, x, y) (&((img)->imgary[(y)*(img)->twidth + x])) |
|
|
static pointer | CIRCULAR_CORRELATION (context *ctx, int n, argv) |
|
pointer | image_correlation () |
|
static pointer | IMAGE_CORRELATION (context *ctx, int n, argv) |
|
pointer | image_correlation (context *ctx, int n, argv) |
|
static pointer | IMAGE_CORRELATION1 (context *ctx, int n, argv) |
|
static int | img_correlation (pixel_image *image, pixel_image *pattern, int x0, int y0, int size, int threshold, struct corinfo *result) |
|
static int | img_correlation1 (pixel_image *image, pixel_image *pattern, int x, int y) |
|
static void | init_object_module () |
|
static void | set_pixparams (pixel_image *piximg, pointer eusary) |
|
#define abs |
( |
|
x | ) |
((x)<0?-(x):x) |
#define imgvec |
( |
|
img, |
|
|
|
x, |
|
|
|
y |
|
) |
| (&((img)->imgary[(y)*(img)->twidth + x])) |
static void init_object_module |
( |
| ) |
|
|
static |