#include "nrrd.h"
#include "privateNrrd.h"
Functions | |
static int | clampConvert (Nrrd *nout, const Nrrd *nin, int type, int doClamp) |
int | nrrdConvert (Nrrd *nout, const Nrrd *nin, int type) |
int | nrrdClampConvert (Nrrd *nout, const Nrrd *nin, int type) |
int | nrrdQuantize (Nrrd *nout, const Nrrd *nin, const NrrdRange *_range, unsigned int bits) |
int | nrrdUnquantize (Nrrd *nout, const Nrrd *nin, int type) |
int | _nrrdHistoEqCompare (const void *a, const void *b) |
int | nrrdHistoEq (Nrrd *nout, const Nrrd *nin, Nrrd **nmapP, unsigned int bins, unsigned int smart, float amount) |
int _nrrdHistoEqCompare | ( | const void * | a, | |
const void * | b | |||
) |
int nrrdHistoEq | ( | Nrrd * | nout, | |
const Nrrd * | nin, | |||
Nrrd ** | nmapP, | |||
unsigned int | bins, | |||
unsigned int | smart, | |||
float | amount | |||
) |