- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
单元四 影像切割 II — Region Growing
義守大學電機所「電腦視覺」報告
單元四
影像切割 II ─ Region Growing
參考解答
MIAT(機器智慧與自動化技術實驗室)
中 華 民 國 93 年 10 月 18 日
Region-based segmentation:
如果 R 表示一張影像的全部範圍,影像切割的目的是將 R 切割成 n個區塊: R1,R2,…,Rn 並滿足
下列條件:
Seeded Region growing :
選取一批種子 (seed)pixels ,以seed 為核心進行成長(grow) ,判斷seed周圍 pixels是否與 seed 具有
相似的特性 (灰階值 、節 理 、色 彩 ) ,如果是 ,則接受該 pixel 為同一 region ,再以此新的 pixel 為核
心,繼續偵查周圍尚未被歸類到任一 region的 pixel ,直到影像所有pixels都分類完成。
Following Adams and Bischof, we say that the seeds are grouped into n sets, A1; A2; . . .; An. Each step
of the algorithm adds a single pixel to one of these sets. To achieve this and maintain a homogeneity
criterion, the set T of all as-yet unallocated pixels bordering at least one region is employed
where N(x) is the nearest eight neighbors of the pixel x. If for x ∈T we have that N(x) meets just one of
the Ai, then the index i(x) ∈{1; 2; . . .; n} is defined such that .We define δ(x) to be
a measure of how different x is from the region it adjoins. The simplest definition for δ(x) is
where g(x) is the gray-scale intensity value of x. If N(x) meets two or more of the Ai, the value i(x) is
taken to be the value of i such that N(x) meets Ai and δ(x) is minimized. A z ∈T is then taken such that
and append z to Ai(z). This completes a single step of the algorithm and the same process is iterated until
all pixels have been allocated to a set.
The implementation of SRG employs a linked list storing the data of T , which is ordered according to
δ(x) . Adams and Bischof refer to this as a sequentially sorted list (SSL). The SSL remains order
您可能关注的文档
最近下载
- 《公共行政学》期末复习题.doc VIP
- 公路工程竣交工验收培训课件.pptx VIP
- 小学生品德发展与道德教育 【第1章】 品德发展与道德教育概述 教学PPT课件.pptx VIP
- 吸湿器说明书(中英文)明远(46).doc VIP
- 学习解读《SLT 631水利水电工程单元工程施工质量验收标准 第 4 部分:堤防与河道整治工程》课件.pptx
- 以德育之笔——2025年秋季学期学校德育工作安排表 第二版.docx VIP
- 新概念2册1-36课测试卷.pdf VIP
- 企业会计准则讲解2010版.doc
- 入党志愿书(全电子版).pdf VIP
- 2025年秋季统编版七年级上册道德与法治全册教学课件.pptx
文档评论(0)