- 1、本文档共13页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
刘旭 A fast Watershed Algorithm based on chain code and its application in image segmentation Watershed algorithm 分水岭算法 主要目的找出集水盆地之间的分水线 常用方法 淹没(浸水)法(flooding)VS算法 降雨法(rainfall) BM算法 New watershed algorithm based on chain code adopt chain code to depict connected components. The new algorithm ?rst simulates raining to generate connected components using chain code instead of pixel address used in Algorithm BM then simulates ?ooding to label catchment basins by tracing chain codes It also only scans image four times, and can segment image completely. Compared with Algorithm BM, the proposed algorithm can describe connected components more clearly, and provides more information to the following processing. 本文实现流程 De?nitions and theorems for chain code Point-out chain code current pixel points to one of the eight neighbor pixels. {0, 1, 2, 3, 4, 5, 6, 7, and 8} De?nitions and theorems for chain code Point-in chain code neighbor pixel points to current pixel. {0x00, 0x01, 0x02, 0x04, 0x08, 0x10, 0x20,0x40, and 0x80} 当前像素和其邻近像素的关系 指出、指入链码的取值就由当前像素和其邻居像素的关系决定。 性质1 图像中任意一个像素到对应的局部极小值点的最陡峭路径都可由该像素开始的一串指出链码表示。 类型I和类型IV像素的指出链码 the point-out chain code of current pixel p should point to the steepest neighbor q 这两种类型的像素有一个共同点,即存在灰度值比自己小的邻居,因此,可令这两类像素的指出链码指向灰度值最小的邻居,如果满足条件的最小邻居不止一个, 则指向第1个最小邻居。 类型II和类型III像素 这两种类型的像素又可以分成以下两类: 灰度值与自己相同的邻近像素已标记指出链码; 都没有标记指出链码。 类型II和类型III像素的指出链码 On the edge of non-minima plateau, these pixels, marked with darker color 灰度值与自己相同的邻近像素已标记指出链码:令像素值与之相同的,且还未标记指出链码的邻居指向当前像素,并标记为深灰色,如图(d)。 若当前像素未标识指出链码,且存在灰度值相同,未标识指出链码的邻居,则先令所有满足此条件的邻居p都指向当前像素,如图(e)。 As for those in minima plateaus, Choose the ?rst pixel in each minima plateau, marked with gray color,and let its neighbors of the same gray value point to it. 性质 2 贮水盆地可从对应的局部极小值点开始的指入链码回溯得到。 实验结果 实验结果 * *
您可能关注的文档
- AAA现代信息系统作用.ppt
- 教学论Unit 10.ppt
- 1清洁生产概论及法律法规.ppt
- 4世博中国国家馆智能灯光控制系统.ppt
- 02两河流域和伊朗高原.ppt
- 第一章 细菌.ppt
- 第23章 生活行为:模板方法模式.ppt
- 样本选择方法.ppt
- 这辈子要挣多少钱?.ppt
- 城市规划师考试:2000-2005年实务试题.ppt
- 2024年江西省高考政治试卷真题(含答案逐题解析).pdf
- 2025年四川省新高考八省适应性联考模拟演练(二)物理试卷(含答案详解).pdf
- 2025年四川省新高考八省适应性联考模拟演练(二)地理试卷(含答案详解).pdf
- 2024年内蒙通辽市中考化学试卷(含答案逐题解析).docx
- 2024年四川省攀枝花市中考化学试卷真题(含答案详解).docx
- (一模)长春市2025届高三质量监测(一)化学试卷(含答案).pdf
- 2024年安徽省高考政治试卷(含答案逐题解析).pdf
- (一模)长春市2025届高三质量监测(一)生物试卷(含答案).pdf
- 2024年湖南省高考政治试卷真题(含答案逐题解析).docx
- 2024年安徽省高考政治试卷(含答案逐题解析).docx
文档评论(0)