TwiceAsNice
2019-02-18
|
Classes | |
struct | structback |
Macros | |
#define | BACK_BUFSIZE 1048576 /* bkgnd buffer */ |
#define | BACK_MINGOODFRAC 0.5 /* min frac with good weights*/ |
#define | QUANTIF_NSIGMA 5 /* histogram limits */ |
#define | QUANTIF_NMAXLEVELS 4096 /* max nb of quantif. levels */ |
#define | QUANTIF_AMIN 4 /* min nb of "mode pixels" */ |
#define | BACK_WSCALE 1 /* Activate weight scaling */ |
#define | BACK_NOWSCALE 0 /* No weight scaling */ |
Typedefs | |
typedef struct structback | backstruct |
Functions | |
void | backhisto (backstruct *, backstruct *, PIXTYPE *, PIXTYPE *, size_t, int, int, int, PIXTYPE) |
void | backstat (backstruct *, backstruct *, PIXTYPE *, PIXTYPE *, size_t, int, int, int, PIXTYPE) |
void | backrmsline (picstruct *, int, PIXTYPE *) |
void | copyback (picstruct *infield, picstruct *outfield) |
void | endback (picstruct *) |
void | filterback (picstruct *) |
void | makeback (picstruct *, picstruct *, int) |
void | subbackline (picstruct *, int, PIXTYPE *) |
float | backguess (backstruct *, float *, float *) |
float | localback (picstruct *, objstruct *) |
float * | makebackspline (picstruct *, float *) |
PIXTYPE | back (picstruct *, int, int) |
#define BACK_BUFSIZE 1048576 /* bkgnd buffer */ |
#define BACK_MINGOODFRAC 0.5 /* min frac with good weights*/ |
#define BACK_NOWSCALE 0 /* No weight scaling */ |
#define BACK_WSCALE 1 /* Activate weight scaling */ |
#define QUANTIF_NMAXLEVELS 4096 /* max nb of quantif. levels */ |
#define QUANTIF_NSIGMA 5 /* histogram limits */ |
typedef struct structback backstruct |
float backguess | ( | backstruct * | , |
float * | , | ||
float * | |||
) |
void backhisto | ( | backstruct * | , |
backstruct * | , | ||
PIXTYPE * | , | ||
PIXTYPE * | , | ||
size_t | , | ||
int | , | ||
int | , | ||
int | , | ||
PIXTYPE | |||
) |
void backstat | ( | backstruct * | , |
backstruct * | , | ||
PIXTYPE * | , | ||
PIXTYPE * | , | ||
size_t | , | ||
int | , | ||
int | , | ||
int | , | ||
PIXTYPE | |||
) |
void endback | ( | picstruct * | ) |
void filterback | ( | picstruct * | ) |
float * makebackspline | ( | picstruct * | , |
float * | |||
) |