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

extern (C) @safe nothrow
void
imCalcByteHistogram
(
const(ubyte)* data
,
int count
,
ulong* histo
,)

Meta