TwiceAsNice
2019-02-18
|
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "define.h"
#include "globals.h"
#include "prefs.h"
#include "back.h"
#include "check.h"
#include "clean.h"
#include "extract.h"
#include "filter.h"
#include "image.h"
#include "plist.h"
#include "weight.h"
Functions | |
void | scanimage (picstruct *field, picstruct *dfield, picstruct **pffield, int nffield, picstruct *wfield, picstruct *dwfield, picstruct *dgeofield) |
void | update (infostruct *infoptr1, infostruct *infoptr2, pliststruct *pixel) |
void | sortit (picstruct *field, picstruct *dfield, picstruct *wfield, picstruct *dwfield, picstruct *dgeofield, infostruct *info, objliststruct *objlist, PIXTYPE *cdwscan, PIXTYPE *wscan) |
void | preanalyse (int no, objliststruct *objlist, int analyse_type) |
void preanalyse | ( | int | no, |
objliststruct * | objlist, | ||
int | analyse_type | ||
) |
void scanimage | ( | picstruct * | field, |
picstruct * | dfield, | ||
picstruct ** | pffield, | ||
int | nffield, | ||
picstruct * | wfield, | ||
picstruct * | dwfield, | ||
picstruct * | dgeofield | ||
) |
void sortit | ( | picstruct * | field, |
picstruct * | dfield, | ||
picstruct * | wfield, | ||
picstruct * | dwfield, | ||
picstruct * | dgeofield, | ||
infostruct * | info, | ||
objliststruct * | objlist, | ||
PIXTYPE * | cdwscan, | ||
PIXTYPE * | wscan | ||
) |
void update | ( | infostruct * | infoptr1, |
infostruct * | infoptr2, | ||
pliststruct * | pixel | ||
) |