文档 - EloamDll

将图像二值化


Description:    将图像二值化
Input:          img 图像句柄
                Threshold 二值化阈值 0~100
Return:         成功返回 TRUE,失败返回 FALSE
Function:       EXTERN_C BOOL ELOAMAPI EloamImage_Threshold(HELOAMIMAGE img, LONG threshold);