#include "sadie.h"
#include "proto.h"
#include <math.h>
#include <sys/time.h>
Go to the source code of this file.
Functions | |
void | FIND_REGISTER_ROUGH (IMAGE *img1, IMAGE *img2, int est_x_off, int est_y_off, int search_size, int target_size, int shrink, int *x_off, int *y_off) |
void | FIND_REGISTER (IMAGE *img1, IMAGE *img2, int est_x_off, int est_y_off, int *x_off, int *y_off, PIXEL *bias_adj, PIXEL *gain_adj) |
|
Definition at line 260 of file find_register.c. References CHECKIMG, IMAGE::data, delay, FIND_REGISTER_ROUGH, FINDGAINADJ, MESSAGE, min, IMAGE::nlin, IMAGE::npix, SLEN, IMAGE::text, and value. |
|
Definition at line 21 of file find_register.c. References CHECKIMG, IMAGE::data, MESSAGE, min, IMAGE::nlin, IMAGE::npix, RELMEM, RESAMPL, and SLEN. |