文件名称:-Graph-Based-Image-Segmentation
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2015-05-28
- 文件大小:
- 19kb
- 下载次数:
- 0次
- 提 供 者:
- 沙**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
下面这个论文描述的分割算法的实现:
Efficient Graph-Based Image Segmentation
Pedro F. Felzenszwalb and Daniel P. Huttenlocher
International Journal of Computer Vision, 59(2) September 2004.
这个程序使用彩色图像(PPM格式)并为产生的分割结果的每个区域随机分配颜色。-Implementation of the segmentation algorithm described in:
Efficient Graph-Based Image
Segmentation
Pedro F. Felzenszwalb and Daniel P. Huttenlocher
International Journal of Computer
Vision, 59(2) September 2004.
The program takes a color image (PPM format) and produces a segmentation
with a random color assigned to each region.
Efficient Graph-Based Image Segmentation
Pedro F. Felzenszwalb and Daniel P. Huttenlocher
International Journal of Computer Vision, 59(2) September 2004.
这个程序使用彩色图像(PPM格式)并为产生的分割结果的每个区域随机分配颜色。-Implementation of the segmentation algorithm described in:
Efficient Graph-Based Image
Segmentation
Pedro F. Felzenszwalb and Daniel P. Huttenlocher
International Journal of Computer
Vision, 59(2) September 2004.
The program takes a color image (PPM format) and produces a segmentation
with a random color assigned to each region.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
segment\convolve.h
.......\COPYING
.......\disjoint-set.h
.......\filter.h
.......\image.h
.......\imconv.h
.......\imutil.h
.......\Makefile
.......\misc.h
.......\pnmfile.h
.......\README
.......\segment-graph.h
.......\segment-image.h
.......\segment.cpp
segment