Teem 1.10.0
src/nrrd/histogram.c File Reference
#include "nrrd.h"
#include "privateNrrd.h"
Include dependency graph for histogram.c:

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)

Function Documentation

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 nrrdHistoDraw ( Nrrd nout,
const Nrrd nin,
size_t  sy,
int  showLog,
double  max 
)
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 
)