文件名称:segment
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-03-13
- 文件大小:
- 110kb
- 下载次数:
- 0次
- 提 供 者:
- k**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
We de¯ ne
a predicate for measuring the evidence for a boundary between two regions using a
graph-based representation of the image. We then develop an e±cient segmentation
algorithm based on this predicate, and show that although this algorithm makes greedy
decisions it produces segmentations that satisfy global properties. We apply the algorithm
to image segmentation using two di® erent kinds of local neighborhoods in
constructing the graph, and illustrate the results with both real and synthetic images.
The algorithm runs in time nearly linear in the number of graph edges and is also fast
in practice. An important characteristic of the method is its ability to preserve detail
in low-variability image regions while ignoring detail in high-variability regions.-C++ implementation of the image segmentation algorithm
a predicate for measuring the evidence for a boundary between two regions using a
graph-based representation of the image. We then develop an e±cient segmentation
algorithm based on this predicate, and show that although this algorithm makes greedy
decisions it produces segmentations that satisfy global properties. We apply the algorithm
to image segmentation using two di® erent kinds of local neighborhoods in
constructing the graph, and illustrate the results with both real and synthetic images.
The algorithm runs in time nearly linear in the number of graph edges and is also fast
in practice. An important characteristic of the method is its ability to preserve detail
in low-variability image regions while ignoring detail in high-variability regions.-C++ implementation of the image segmentation algorithm
(系统自动生成,下载前可以参看下载内容)
下载文件列表
segment\COPYING
.......\Makefile
.......\README
.......\convolve.h
.......\disjoint-set.h
.......\filter.h
.......\image.h
.......\imconv.h
.......\imutil.h
.......\misc.h
.......\pnmfile.h
.......\segment-graph.h
.......\segment-image.h
.......\segment.cpp
.......\beach.gif
.......\grain.gif
segment