imCalcShortHistogram

Calculates the histogram of a IM_SHORT data. \n * Histogram is always 65536 positions long. \n * Zero is located at 32768 index. \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
imCalcShortHistogram
(
const(short)* data
,
int count
,
c_ulong* histo
,)

Meta