*his_to_thresh不是一个分割函数,它是为分割创建过程提供分割阈值的一种计算方法
*它能够根据高斯滤波的情况平滑图像,从而获得一个直方图的曲线体,
*在固定建立分割线,产生一组分割数组
*并将该数组作为绝对阈值分割操作的基本数据
read_image(Image,'letters')
dev_set_color('red')
gray_histo(Image,Image,AbsoluteHisto,RelativeHisto)
*原型:histo_to_thresh( : : Histogramm, Sigma : MinThresh, MaxThresh)
histo_to_thresh (RelativeHisto,8,MinThresh,MaxThresh)
dev_set_colored(12)
threshold (Image,Region,MinThresh,MaxThresh)