#include "bane.h"
#include "privateBane.h"
Functions | |
void | _baneIncProcess_LearnMinMax (baneInc *inc, double val) |
void | _baneIncProcess_Stdv (baneInc *inc, double val) |
void | _baneIncProcess_HistFill (baneInc *inc, double val) |
int | _baneIncAnswer_Absolute (double *minP, double *maxP, Nrrd *hist, double *incParm, baneRange *range) |
int | _baneIncAnswer_RangeRatio (double *minP, double *maxP, Nrrd *hist, double *incParm, baneRange *range) |
int | _baneIncAnswer_Percentile (double *minP, double *maxP, Nrrd *nhist, double *incParm, baneRange *range) |
int | _baneIncAnswer_Stdv (double *minP, double *maxP, Nrrd *hist, double *incParm, baneRange *range) |
baneInc * | baneIncNew (int type, baneRange *range, double *parm) |
void | baneIncProcess (baneInc *inc, int passIdx, double val) |
int | baneIncAnswer (baneInc *inc, double *minP, double *maxP) |
baneInc * | baneIncCopy (baneInc *inc) |
baneInc * | baneIncNix (baneInc *inc) |
int _baneIncAnswer_Absolute | ( | double * | minP, | |
double * | maxP, | |||
Nrrd * | hist, | |||
double * | incParm, | |||
baneRange * | range | |||
) |
int _baneIncAnswer_Percentile | ( | double * | minP, | |
double * | maxP, | |||
Nrrd * | nhist, | |||
double * | incParm, | |||
baneRange * | range | |||
) |
int _baneIncAnswer_RangeRatio | ( | double * | minP, | |
double * | maxP, | |||
Nrrd * | hist, | |||
double * | incParm, | |||
baneRange * | range | |||
) |
int _baneIncAnswer_Stdv | ( | double * | minP, | |
double * | maxP, | |||
Nrrd * | hist, | |||
double * | incParm, | |||
baneRange * | range | |||
) |
void _baneIncProcess_HistFill | ( | baneInc * | inc, | |
double | val | |||
) |
void _baneIncProcess_LearnMinMax | ( | baneInc * | inc, | |
double | val | |||
) |
void _baneIncProcess_Stdv | ( | baneInc * | inc, | |
double | val | |||
) |
int baneIncAnswer | ( | baneInc * | inc, | |
double * | minP, | |||
double * | maxP | |||
) |
void baneIncProcess | ( | baneInc * | inc, | |
int | passIdx, | |||
double | val | |||
) |