登录
首页 » matlab » grabcut_matlab

grabcut_matlab

于 2020-11-26 发布 文件大小:6439KB
0 274
下载积分: 1 下载次数: 319

代码说明:

  三种基于GraphCut的图像分割方法,分别是GrabCut,LazySnapping和改进的GrabCut,其中用到了matlab和VC++的混合编程,在调用之前需生成mex文件(Three kinds of image segmentation method based on GraphCut, respectively GrabCut, LazySnapping and improved GrabCut, which used the matlab and VC++ mixed programming, before calling the mex file to be generated)

文件列表:

grabcut_matlab

..............\AutoCut.m,749,2007-09-10
..............\AutoCutRefine.m,760,2007-09-10
..............\AutoCutRefSeg.m,1530,2007-09-10
..............\AutoCutSeg.asv,620,2007-09-10
..............\AutoCutSeg.m,620,2007-09-10
..............\bginput.m,1089,2007-09-10
..............\block.h,4828,2007-09-10
..............\datain.m,575,2007-09-10
..............\dataout.m,524,2007-09-10
..............\fginput.m,1051,2007-09-10
..............\graph.cpp,15486,2010-07-22
..............\graph.h,4215,2010-07-22
..............\graph.ilk,0,2010-07-22
..............\graph.mexw32,0,2010-07-22
..............\graph.mexw32.pdb,61440,2010-07-22
..............\GraphCutSegment.cpp,11221,2010-07-22
..............\GraphCutSegment.ilk,445352,2010-07-22
..............\GraphCutSegment.mexw32,95232,2010-07-22
..............\graphcutsegment.mexw32.pdb,815104,2010-07-22
..............\GraphCutSegmentLazy.cpp,10232,2007-09-10
..............\GraphCutSegmentLazy.dll,40960,2007-09-10
..............\GraphCutSegmentLazy.ilk,394332,2010-09-14
..............\GraphCutSegmentLazy.mexw32,331894,2010-09-14
..............\GraphCutSegmentLazy.pdb,721920,2010-09-14
..............\helper_functions.h,1086,2007-09-10
..............\images





..............\......\databg.bin,225380,2010-09-19
..............\......\datafg.bin,2096648,2010-09-19
..............\......\fglabel.bmp,774058,2010-09-19
..............\......\fish.png,288024,2007-09-10
..............\......\flowers.JPG,32377,2007-09-10
..............\......\flowers.png,459968,2007-09-10
..............\......\food.bmp,236250,2007-09-10
..............\......\gmm_train_val,23,2010-09-19
..............\......\horse.jpg,33020,2007-09-10
..............\......\kmeans_train_val,120,2010-09-19
..............\......\llama.bmp,571394,2007-09-10
..............\......\llama.JPG,38908,2007-09-10
..............\......\ls.bmp,1092690,2007-09-10
..............\......\man.JPG,47678,2007-09-10
..............\......\man.png,385976,2007-09-10
..............\......\model.txt,209,2010-09-19
..............\iter_data.mat,124116,2010-09-17
..............\maxflow.cpp,10098,2010-07-22
..............\mksopt.m,1503,2010-08-19
..............\rectpts.mat,180,2010-09-17
..............\Segment.m,3030,2010-09-17
..............\SegmentBoth.m,9046,2007-09-10
..............\SegmentGC.asv,8794,2010-08-19
..............\SegmentGC.m,8759,2010-08-19
..............\SegmentLZ.m,3032,2010-09-17
..............\SegmentRefine.m,7570,2007-09-10
..............\SegResult.mat,237058,2010-09-17
..............\SegTool.m,937,2007-09-10
..............\SmartSelect.m,667,2007-09-10
..............\SmartSelectSeg.asv,2615,2010-09-17
..............\SmartSelectSeg.m,2617,2010-09-17
..............\track.m,351,2007-09-10
..............\新建文件夹
..............\..........\graph.ilk,0,2010-07-22
..............\..........\graph.mexw32,0,2010-07-22
..............\..........\graph.mexw32.pdb,69632,2010-07-22
..............\..........\graph.pdb,45056,2010-07-22
..............\..........\GraphCutSegment.dll,45056,2007-09-10
..............\..........\GraphCutSegmentLazy.dll,40960,2007-09-10
..............\..........\GraphCutSegmentLazy.map,0,2010-07-22
..............\..........\GraphCutSegmentLazy.mexw32.manifest,616,2010-07-22
..............\..........\graphcutsegmentlazy.mexw32.pdb,192512,2010-07-22
..............\..........\maxflow.mexw32.pdb,36864,2010-07-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 3D-IQA-master
    说明:  关于立体图像质量评价的论文和一些工程实现代码。(Papers on stereo image quality evaluation and some engineering implementation code.)
    2019-11-23 10:40:04下载
    积分:1
  • PSO_kmeans-master
    说明:  利用改进的PSO算法对kmeans算子进行聚类,优化了步骤(The improved PSO algorithm is used to cluster kmeans operators, and the steps are optimized)
    2020-05-24 15:32:21下载
    积分:1
  • jiebian_jiami_K
    雷达波形捷变联合数字水印单目标抑制算法研究(Radar jamming, radar waveform modulation frequency-agile multi-target anti-interference)
    2021-03-08 16:29:28下载
    积分:1
  • MATLAB_Image_subpixel_Mutual_info
    说明:  MATLAB实现基于互相关的亚像素级图像配准源代码,MATLAB_Image_subpixel_Mutual_info(MATLAB-based cross-correlation of sub-pixel image registration source code, MATLAB_Image_subpixel_Mutual_info)
    2008-10-11 13:42:41下载
    积分:1
  • smooth
    对图像进行平滑去噪,提高图像的质量,为后期的图像处理打基础(very good)
    2013-09-24 10:01:40下载
    积分:1
  • videoprocessing
    图像420转换为422或444的算法。高斯加噪算法,脉冲加噪算法。(YCbCr 4:2:0 image is converted to 4:2:2 or 4:4:4 of the algorithm, Matlab program is)
    2021-03-16 09:19:22下载
    积分:1
  • shearlet_toolbox
    剪切波公具,用于图像处理,包含剪切波分解和重构,融合效果好(Shear wave is used in image processing, including shear wave decomposition and reconstruction, and the fusion effect is good)
    2017-08-14 09:08:37下载
    积分:1
  • arnold
    这个程序对图像进行arnold变换,把二值图像置乱,然后一定的周期之后进行复原。(This procedure is arnold image transformation, the binary image scrambling, and then after a certain recovery cycle.)
    2007-10-18 18:45:21下载
    积分:1
  • toolbox-for-dimensionality-reduction
    一个关于数据降维的工具包,外国牛人编写,囊括了各种降维方法,是一个很好的工具!(A tool for data reduction package, foreign cattle were written, include a variety of dimension reduction method is a good tool!)
    2011-09-22 15:13:47下载
    积分:1
  • unsharp_masking
    Show how to use unsharp masking algorithm. No image processing toolbox is needed.
    2010-12-20 03:33:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载