文件名称:dode
介绍说明--下载内容均来自于网络,请自行研究使用
(1)规定要去除的离散点的最小区域长度,即连续黑点数目;
(2)建立每个像素的离散性标志数组,初始化为非;
(3)扫描整个图像,调用递归函数从上下左右以及左上、右上、左下、右下八个方向对每个黑点进行离散性判断,并进行标记;
(4)根据每个像素的离散性标志数组的值,去除离散点(把黑点改为白点)。
通过对连续点长度的统计来去除离散杂点-(1) the provisions of discrete points to be eliminated by the length of the smallest region, that is, the number of consecutive black spots
(2)建立每个像素的离散性标志数组,初始化为非;
(3)扫描整个图像,调用递归函数从上下左右以及左上、右上、左下、右下八个方向对每个黑点进行离散性判断,并进行标记;
(4)根据每个像素的离散性标志数组的值,去除离散点(把黑点改为白点)。
通过对连续点长度的统计来去除离散杂点-(1) the provisions of discrete points to be eliminated by the length of the smallest region, that is, the number of consecutive black spots
(系统自动生成,下载前可以参看下载内容)
下载文件列表
dode.txt