- 1、本文档共8页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Image Segmentation Based on Height Maps
Image Segmentation Based on Height Maps
Gabriele Peters1 and Jochen Kerdels2
1 University of Dortmund
Department of Computer Science - Computer Graphics
Otto-Hahn-Str. 16, D-44221 Dortmund, Germany
2 DFKI - German Research Center for Artificial Intelligence
Robotics Lab
Robert Hooke Str. 5, D-28359 Bremen, Germany
Abstract. In this paper we introduce a new method for image segmen-
tation. It is based on a height map generated from the input image.
The height map characterizes the image content in such a way that the
application of the watershed concept provides a proper segmentation of
the image. The height map enables the watershed method to provide
better segmentation results on difficult images, e.g., images of natural
objects, than without the intermediate height map generation. Markers
used for the watershed concept are generated automatically from the in-
put data holding the advantage of a more autonomous segmentation. In
addition, we introduce a new edge detector which has some advantages
over the Canny edge detector. We demonstrate our methods by means
of a number of segmentation examples.
Key words: segmentation, edge detection, watershed, height maps
1 Introduction
In this paper we introduce a new method for image segmentation. It is based
on a height map which is generated from the gray values of the input image.
Among the different methods for image segmentation morphological watersheds
have some advantages [1]. They yield more stable results in comparison to other
segmentation concepts such as detection of discontinuities, thresholding, or re-
gion processing. But they also have a drawback. Watersheds work on height level
images. The association with height maps refers directly to the input image. If
an image is interpretable as topographic image, such as images of cells under a
microscope, watersheds perform well. To apply watershed segmentation to arbi-
trary images such as photographs of natural objects we propose to generate a
height map which char
文档评论(0)