ESegment

所属分类:图形图像处理
开发工具:Visual C++
文件大小:125KB
下载次数:210
上传日期:2007-05-29 12:12:17
上 传 者goldleopard
说明:  程序功能为将bmp彩色图片中的背景去除,留下图片的主要内容。该程序采用graph-based的图像分割算法,分割效果良好。 在命令行下通过传递参数运行:ESegment sigma k min input output 其中:ESegment为编译得到的程序名; sigma为平滑系数,一般取0.5~2之间的值; k一般取图片长、宽(像素)之间的值; min表示分割出的最小块的大小,取正整数即可 input为输入的bmp图片名 output为输出的bmp图片名
(procedures bmp function of the color of the background of the pictures removed, leaving the main content of photographs. The program uses a graph-based algorithm for image segmentation, segmentation results. The command line operation by passing parameters : ESegment sigma k min input output which : ESegment compiler for the procedure; sigma for smoothing coefficient, generally the 0.5 ~ between the two values; k general admission Photo length, width (pixels) between the value; min said segmentation of the small size, can take positive integer input for the importation of bmp images were output to output from the bmp Photo)

文件列表:
基于图模型的彩色图片分割\ppmb_io.H (1054, 2007-05-26)
基于图模型的彩色图片分割\ppmb_to_bmp.cpp (2032, 2007-05-26)
基于图模型的彩色图片分割\ppmb_to_bmp.h (119, 2007-05-26)
基于图模型的彩色图片分割\1.pnm (331836, 2007-05-26)
基于图模型的彩色图片分割\bmp_io.H (4023, 2007-05-26)
基于图模型的彩色图片分割\bmp_to_ppmb.cpp (3520, 2007-05-26)
基于图模型的彩色图片分割\bmp_to_ppmb.h (212, 2007-05-26)
基于图模型的彩色图片分割\convolve.h (1995, 2007-05-26)
基于图模型的彩色图片分割\ESegment.dsp (5455, 2007-05-26)
基于图模型的彩色图片分割\ESegment.dsw (541, 2007-05-26)
基于图模型的彩色图片分割\ESegment.ncb (140288, 2007-05-29)
基于图模型的彩色图片分割\ESegment.plg (250, 2007-05-29)
基于图模型的彩色图片分割\image.h (2294, 2007-05-26)
基于图模型的彩色图片分割\ppmb_io.cpp (17870, 2007-05-28)
基于图模型的彩色图片分割\bmp_io.cpp (67071, 2007-05-28)
基于图模型的彩色图片分割\misc.h (1732, 2007-05-29)
基于图模型的彩色图片分割\imutil.h (1649, 2007-05-29)
基于图模型的彩色图片分割\imconv.h (4927, 2007-05-29)
基于图模型的彩色图片分割\segment-graph.h (2190, 2007-05-29)
基于图模型的彩色图片分割\pnmfile.h (5254, 2007-05-29)
基于图模型的彩色图片分割\disjoint-set.h (1857, 2007-05-29)
基于图模型的彩色图片分割\segment.cpp (1705, 2007-05-29)
基于图模型的彩色图片分割\segment-image.h (5158, 2007-05-29)
基于图模型的彩色图片分割\filter.h (2965, 2007-05-29)
基于图模型的彩色图片分割\ESegment.opt (52736, 2007-05-29)
基于图模型的彩色图片分割 (0, 2007-05-27)

程序功能为将bmp彩色图片中的背景去除,留下图片的主要内容。该程序采用graph-based的图像分割算法,分割效果良好。 在命令行下通过传递参数运行:ESegment sigma k min input output 其中:ESegment为编译得到的程序名; sigma为平滑系数,一般取0.5~2之间的值; k一般取图片长、宽(像素)之间的值; min表示分割出的最小块的大小,取正整数即可 input为输入的bmp图片名 output为输出的bmp图片名 如一幅800×600的图片,参数可设为:ESegment 0.5 700 500 test.bmp out.bmp 具体算法可以参考文章Efficient Graph-Based Image Segmentation

近期下载者

相关文件


收藏者