imCalcUShortHistogram

Calculates the histogram of a IM_USHORT data. \n * Histogram is always 65536 positions long. \n * When cumulative is different from zero it calculates the cumulative histogram. \n * Not available in Lua. * \ingroup stats

version(IM)
extern (C) @nogc nothrow
void
imCalcUShortHistogram
(
const(ushort)* data
,
int count
,
c_ulong* histo
,)

Meta