#include "sadie.h"
Go to the source code of this file.
Functions | |
void | WINDOW (IMAGE *in, PIXEL(*wtf)(PIXEL *, short, short), short jsize, short ksize, IMAGE **out) |
PIXEL | WTFCAVG (PIXEL *wnd, short jsize, short ksize) |
PIXEL | WTFDIVER (PIXEL *wnd, short jsize, short ksize) |
PIXEL | WTFMAJ (PIXEL *wnd, short jsize, short ksize) |
PIXEL | WTFMAX (PIXEL *wnd, short jsize, short ksize) |
PIXEL | WTFMIN (PIXEL *wnd, short jsize, short ksize) |
PIXEL | WTFVAR (PIXEL *wnd, short jsize, short ksize) |
Variables | |
short | csize |
PIXEL | thresh |
double | weight |
short | nlev |
PIXEL | gmin |
double * | count |
|
Definition at line 17 of file window.c. References CHECKIMG, csize, IMAGE::data, GETMEM, malloc, MESSAGE, IMAGE::nbnd, IMAGE::nlin, IMAGE::npix, out, PROGRESS, SLEN, T_EXIT, T_WINDOW, IMAGE::text, thresh, TIMING, weight, WTFCAVG, WTFDIVER, WTFMAJ, WTFMAX, WTFMIN, and WTFVAR. Referenced by Sadie_Filter_CAvgFiltCmd, Sadie_Filter_DivMapCmd, Sadie_Filter_MajFiltCmd, Sadie_Filter_MaxFiltCmd, Sadie_Filter_MinFiltCmd, and Sadie_Filter_VarMapCmd. |
|
Definition at line 152 of file window.c. References count, csize, max, min, T_EXIT, T_WTFCAVG, thresh, and TIMING. |
|
Definition at line 193 of file window.c. References T_EXIT, T_WTFDIVER, and TIMING. |
|
Definition at line 237 of file window.c. References count, gmin, nlev, T_EXIT, T_WTFMAJ, TIMING, and weight. |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 233 of file window.c. Referenced by WTFMAJ. |
|
Definition at line 232 of file window.c. Referenced by WTFMAJ. |
|
|
|
|