imCalcByteHistogram

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

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

Meta