Threshold using a rank convolution with a local max function. \n * Returns zero if the counter aborted. \n * Supports all integer IM_GRAY images as source, and IM_BINARY as target. * * \verbatim im.ProcessLocalMaxThreshold(src_image: imImage, dst_image: imImage, kernel_size: number, min_level: number) -> counter: boolean [in Lua 5] \endverbatim * \verbatim im.ProcessLocalMaxThresholdNew(image: imImage, kernel_size: number, min_level: number) -> counter: boolean, new_image: imImage [in Lua 5] \endverbatim * \ingroup threshold
See Implementation
Threshold using a rank convolution with a local max function. \n * Returns zero if the counter aborted. \n * Supports all integer IM_GRAY images as source, and IM_BINARY as target. * * \verbatim im.ProcessLocalMaxThreshold(src_image: imImage, dst_image: imImage, kernel_size: number, min_level: number) -> counter: boolean [in Lua 5] \endverbatim * \verbatim im.ProcessLocalMaxThresholdNew(image: imImage, kernel_size: number, min_level: number) -> counter: boolean, new_image: imImage [in Lua 5] \endverbatim * \ingroup threshold