#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) |
|
◆ abs
#define abs |
( |
|
x | ) |
((x)<0?-(x):x) |
◆ imgvec
#define imgvec |
( |
|
img, |
|
|
|
x, |
|
|
|
y |
|
) |
| (&((img)->imgary[(y)*(img)->twidth + x])) |
◆ CIRCULAR_CORRELATION()
◆ image_correlation() [1/2]
◆ IMAGE_CORRELATION()
◆ image_correlation() [2/2]
◆ IMAGE_CORRELATION1()
◆ img_correlation()
◆ img_correlation1()
◆ init_object_module()
static void init_object_module |
( |
| ) |
|
|
static |
◆ set_pixparams()