imCalcHistoImageStatistics

Calculates some extra statistics about the image histogram data.\n * There is one stats for each depth plane. \n * Only IM_BYTE, IM_SHORT and IM_USHORT images are supported. \n * mode will be -1 if more than one max is found. * * \verbatim im.CalcHistoImageStatistics(image: imImage) -> median: number, mode: number [in Lua 5] \endverbatim * \ingroup stats

extern (C) @safe nothrow
void
imCalcHistoImageStatistics
(
const(imImage)* image
,
int* median
,
int* mode
)

Meta