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
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