imProcessLocalMaxThresEstimate

Estimates Local Max threshold level for images. * Image can be IM_BYTE, IM_SHORT or IM_USHORT. \n * * \verbatim im.ProcessLocalMaxThresEstimate(image: imImage) -> level: number [in Lua 5] \endverbatim * \ingroup threshold

version(IM)
extern (C) @nogc nothrow
void
imProcessLocalMaxThresEstimate
(
const(imImage)* image
,
int* level
)

Meta