文件名称:diedaifa
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Text]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- q***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
迭代法求阈值的原理:
基于逼近的思想,步骤如下:
1. 求出图象的最大灰度值和最小灰度值,分别记为ZMAX和ZMIN,令初始阈值T0=(ZMAX+ZMIN)/2;
2. 根据阈值TK将图象分割为前景和背景,分别求出两者的平均灰度值ZO和ZB
3. 求出新阈值TK+1=(ZO+ZB)/2;
4. 若TK=TK+1,则所得即为阈值;否则转2,迭代计算。
- Iteration method threshold principle: based on the ideological approach, the steps are as follows: 1. Images obtained the maximum and minimum gray value of gray value, denoted ZMAX and ZMIN, so that initial threshold value T0 = (ZMAX+ ZMIN)/2 2. TK under the threshold will be divided into foreground and background images were obtained between the average gray value ZO and ZB 3. Calculate the new threshold TK+1 = (ZO+ ZB)/2 4. If TK = TK+1, then the proceeds shall threshold otherwise turn 2 iteration.
基于逼近的思想,步骤如下:
1. 求出图象的最大灰度值和最小灰度值,分别记为ZMAX和ZMIN,令初始阈值T0=(ZMAX+ZMIN)/2;
2. 根据阈值TK将图象分割为前景和背景,分别求出两者的平均灰度值ZO和ZB
3. 求出新阈值TK+1=(ZO+ZB)/2;
4. 若TK=TK+1,则所得即为阈值;否则转2,迭代计算。
- Iteration method threshold principle: based on the ideological approach, the steps are as follows: 1. Images obtained the maximum and minimum gray value of gray value, denoted ZMAX and ZMIN, so that initial threshold value T0 = (ZMAX+ ZMIN)/2 2. TK under the threshold will be divided into foreground and background images were obtained between the average gray value ZO and ZB 3. Calculate the new threshold TK+1 = (ZO+ ZB)/2 4. If TK = TK+1, then the proceeds shall threshold otherwise turn 2 iteration.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
迭代法.txt