#include "nrrd.h"
#include "privateNrrd.h"
Functions | |
int | nrrdHisto (Nrrd *nout, const Nrrd *nin, const NrrdRange *_range, const Nrrd *nwght, size_t bins, int type) |
int | nrrdHistoCheck (const Nrrd *nhist) |
int | nrrdHistoDraw (Nrrd *nout, const Nrrd *nin, size_t sy, int showLog, double max) |
int | nrrdHistoAxis (Nrrd *nout, const Nrrd *nin, const NrrdRange *_range, unsigned int hax, size_t bins, int type) |
int | nrrdHistoJoint (Nrrd *nout, const Nrrd *const *nin, const NrrdRange *const *_range, unsigned int numNin, const Nrrd *nwght, const size_t *bins, int type, const int *clamp) |
int | nrrdHistoThresholdOtsu (double *threshP, const Nrrd *_nhist, double expo) |
int nrrdHisto | ( | Nrrd * | nout, | |
const Nrrd * | nin, | |||
const NrrdRange * | _range, | |||
const Nrrd * | nwght, | |||
size_t | bins, | |||
int | type | |||
) |
int nrrdHistoAxis | ( | Nrrd * | nout, | |
const Nrrd * | nin, | |||
const NrrdRange * | _range, | |||
unsigned int | hax, | |||
size_t | bins, | |||
int | type | |||
) |
int nrrdHistoCheck | ( | const Nrrd * | nhist | ) |
int nrrdHistoJoint | ( | Nrrd * | nout, | |
const Nrrd *const * | nin, | |||
const NrrdRange *const * | _range, | |||
unsigned int | numNin, | |||
const Nrrd * | nwght, | |||
const size_t * | bins, | |||
int | type, | |||
const int * | clamp | |||
) |
int nrrdHistoThresholdOtsu | ( | double * | threshP, | |
const Nrrd * | _nhist, | |||
double | expo | |||
) |