#include "ten.h"
#include "privateTen.h"
Functions | |
tenEMBimodalParm * | tenEMBimodalParmNew () |
tenEMBimodalParm * | tenEMBimodalParmNix (tenEMBimodalParm *biparm) |
int | _tenEMBimodalInit (tenEMBimodalParm *biparm, const Nrrd *_nhisto) |
void | _tenEMBimodalBoost (double *pp1P, double *pp2P, double b) |
void | _tenEMBimodalPP (tenEMBimodalParm *biparm) |
double | _tenEMBimodalNewFraction1 (tenEMBimodalParm *biparm) |
void | _tenEMBimodalNewMean (double *m1P, double *m2P, tenEMBimodalParm *biparm) |
void | _tenEMBimodalNewSigma (double *s1P, double *s2P, double m1, double m2, tenEMBimodalParm *biparm) |
void | _tenEMBimodalSaveImage (tenEMBimodalParm *biparm) |
int | _tenEMBimodalIterate (tenEMBimodalParm *biparm) |
int | _tenEMBimodalConfThresh (tenEMBimodalParm *biparm) |
int | _tenEMBimodalCheck (tenEMBimodalParm *biparm) |
int | tenEMBimodal (tenEMBimodalParm *biparm, const Nrrd *_nhisto) |
void _tenEMBimodalBoost | ( | double * | pp1P, | |
double * | pp2P, | |||
double | b | |||
) |
int _tenEMBimodalCheck | ( | tenEMBimodalParm * | biparm | ) |
int _tenEMBimodalConfThresh | ( | tenEMBimodalParm * | biparm | ) |
int _tenEMBimodalInit | ( | tenEMBimodalParm * | biparm, | |
const Nrrd * | _nhisto | |||
) |
int _tenEMBimodalIterate | ( | tenEMBimodalParm * | biparm | ) |
double _tenEMBimodalNewFraction1 | ( | tenEMBimodalParm * | biparm | ) |
void _tenEMBimodalNewMean | ( | double * | m1P, | |
double * | m2P, | |||
tenEMBimodalParm * | biparm | |||
) |
void _tenEMBimodalNewSigma | ( | double * | s1P, | |
double * | s2P, | |||
double | m1, | |||
double | m2, | |||
tenEMBimodalParm * | biparm | |||
) |
void _tenEMBimodalPP | ( | tenEMBimodalParm * | biparm | ) |
void _tenEMBimodalSaveImage | ( | tenEMBimodalParm * | biparm | ) |
int tenEMBimodal | ( | tenEMBimodalParm * | biparm, | |
const Nrrd * | _nhisto | |||
) |
tenEMBimodalParm* tenEMBimodalParmNew | ( | void | ) |
tenEMBimodalParm* tenEMBimodalParmNix | ( | tenEMBimodalParm * | biparm | ) |