Grap_image_segment

所属分类:图形图像处理
开发工具:Visual C++
文件大小:38KB
下载次数:155
上传日期:2007-04-29 14:24:08
上 传 者zxl23052
说明:  这是一个用一种改进的谱聚类方法实现图像分割的车程序
(with an improved spectral clustering method of image segmentation vehicle)

文件列表:
Grap image segment\convolve.h (1940, 2006-12-28)
Grap image segment\COPYING (17987, 2006-12-28)
Grap image segment\Debug (0, 2007-04-29)
Grap image segment\disjoint-set.h (1857, 2006-12-28)
Grap image segment\filter.h (2973, 2006-12-28)
Grap image segment\image.h (2294, 2006-12-28)
Grap image segment\imconv.h (4926, 2006-12-28)
Grap image segment\imutil.h (1648, 2006-12-28)
Grap image segment\Makefile (338, 2005-02-23)
Grap image segment\misc.h (1731, 2006-12-28)
Grap image segment\pnmfile.h (5253, 2006-12-28)
Grap image segment\segment-graph.h (2191, 2006-12-28)
Grap image segment\segment-image.h (4308, 2007-01-25)
Grap image segment\segment.cpp (1460, 2007-01-25)
Grap image segment\segment.dsp (3413, 2007-01-28)
Grap image segment\segment.dsw (539, 2007-01-28)
Grap image segment\segment.ncb (33792, 2007-01-28)
Grap image segment\segment.opt (48640, 2007-01-28)
Grap image segment\segment.plg (2765, 2007-01-28)
Grap image segment (0, 2007-04-29)

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. 1) Type "make" to compile "segment". 2) Run "segment sigma k min input output". The parameters are: (see the paper for details) sigma: Used to smooth the input image before segmenting it. k: Value for the threshold function. min: Minimum component size enforced by post-processing. input: Input image. output: Output image. Typical parameters are sigma = 0.5, k = 500, min = 20. Larger values for k result in larger components in the result.

近期下载者

相关文件


收藏者