登录
首页 » matlab » grabcut_matlab

grabcut_matlab

于 2020-11-26 发布 文件大小:6439KB
0 252
下载积分: 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 个回复

  • DCT_JPEG
    给予matlab的JPEG压缩程序,包含原始压缩图片,程序对灰度bmp图片进行JEPG编码,压缩成以0101形式的编码。JPEG编码先把图象色彩RBG变成亮度Y和色度Cr、Cb,它利用人的视觉对色度不敏感的特点,减少一部分色度数据,以达到压缩。 JPEG采取多种编码方式,包含有行程编码(Run Length Coding)和哈夫曼(Huffman)编码,有很高的压缩比。在编码前,先对数据进行分块,离散余弦变换(DCT)及量化,保留能量大的低频信号,丢弃高频信号以达到压缩。(Given to the JPEG compression matlab program, contains the original compressed image, the program of the grayscale bmp picture JEPG encoded, compressed into a 0101 form of encoding. RBG color coded JPEG image into a first luminance Y and chrominance Cr, Cb, which uses the human visual characteristics is not sensitive to the color, reduce the number of color data to achieve compression. Take a variety of JPEG encoding, includes length coding (Run Length Coding) and Huffman (Huffman) coding, a high compression ratio. In the code before the data block, discrete cosine transform (DCT) and quantization, to retain a large low-frequency signal energy, discarding high-frequency signals in order to achieve compression.)
    2011-05-16 17:00:59下载
    积分:1
  • 用来测试PDF签名的程序
    利用ItextSharp进行签名
    2015-04-13下载
    积分:1
  • signal_system
    在信号与系统中,用希尔伯特变换对最小相位信号的实部和虚部进行相互变换,同时包含连续时间傅里叶变换(CTFT),反连续时间傅里叶变换(ICTFT),离散时间傅里叶变换(DTFT),反离散时间傅里叶变换(IDTFT)的程序(In signal and system, transform the real and imaginary part of the signal with minimum phase using Hilbert Transform. CTFT,ICTFT,DTFT and IDTFT are also included.)
    2021-03-22 09:49:17下载
    积分:1
  • pcnnfilter
    PCNN实现降噪的不错 PCNN是很好的自动分割工具 PCNN是很好的自动分割工具(PCNN是很好的自动分割工具,)
    2009-06-20 15:47:19下载
    积分:1
  • dizi-data
    各种图像处理算法集合,包括灰度、滤波等,已调试,可用。(Collection of a variety of image processing algorithms, including grayscale, filtering, etc.)
    2013-04-21 20:54:48下载
    积分:1
  • CD_Data_Processing
    合成孔径雷达成像算法与实现(仿真代码) 书中光盘所附带的数据处理源码(SAR imaging algorithm and implementation (simulation code))
    2020-06-17 00:40:02下载
    积分:1
  • sift----matlab
    sift算法的完整matlab程序,本人测试过,很好,稍加修改即可!(complete sift algorithm matlab program, I tested, well, a few minor changes!)
    2012-02-28 10:09:41下载
    积分:1
  • bgslibrary_x86_v1.9.2
    bgslibrary_x86_v1.9.2,是MFC的实现文件,包含37种背景减除算法,对于做目标提取的研究非常有用。(The BGSLibrary was developed by Andrews Sobral and provides an easy-to-use C++ framework based on OpenCV to perform background subtraction (BGS) in videos. )
    2015-12-22 20:33:52下载
    积分:1
  • 快速NL-means去噪算法
    说明:  基于matlab的快速非局部均值去噪的源程序(Source program of fast nonlocal mean denoising based on MATLAB)
    2020-07-04 16:28:50下载
    积分:1
  • C# 以任意角度旋转片实例
    C# 以任意角度旋转图片实例
    2013-05-25下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载