登录
首页 » matlab » matlab_grabcut-master

matlab_grabcut-master

于 2017-03-17 发布 文件大小:6400KB
0 147
下载积分: 1 下载次数: 45

代码说明:

  用MATLAB实现了GrabCut的图像分割的源代码供参考(Using MATLAB to achieve the GrabCut image segmentation of the source code for reference)

文件列表:

matlab_grabcut-master
.....................\code
.....................\....\learningBasedMatting
.....................\....\....................\getAlpha_star.m,1246,2014-09-07
.....................\....\....................\getC.m,1155,2014-09-07
.....................\....\....................\getLap.m,1443,2014-09-07
.....................\....\....................\getLap_iccv09_overlapping.m,3500,2014-09-07
.....................\....\....................\learningBasedMatting.m,1336,2014-09-07
.....................\....\....................\solveQurdOpt.m,1564,2014-09-07
.....................\....\others
.....................\....\......\getMask_onlineEvaluation.m,772,2014-09-07
.....................\data
.....................\....\copyright.txt,124,2014-09-07
.....................\....\input_lowres





.....................\....\............\plant.png,693679,2014-09-07
.....................\....\............\plasticbag.png,707917,2014-09-07
.....................\....\............\Thumbs.db,32256,2014-09-07
.....................\....\............\troll.png,658919,2014-09-07
.....................\....\trimap_lowres
.....................\....\.............\Trimap1





.....................\....\.............\.......\pineapple.png,5382,2014-09-07
.....................\....\.............\.......\plant.bmp,1276854,2014-09-07
.....................\....\.............\.......\plant.png,9276,2014-09-07
.....................\....\.............\.......\plasticbag.bmp,1588854,2014-09-07
.....................\....\.............\.......\plasticbag.png,3641,2014-09-07
.....................\....\.............\.......\troll.png,6029,2014-09-07
.....................\....\.............\Trimap2





.....................\....\.............\.......\pineapple.png,4002,2014-09-07
.....................\....\.............\.......\plant.bmp,1276854,2014-09-07
.....................\....\.............\.......\plant.png,7365,2014-09-07
.....................\....\.............\.......\plasticbag.bmp,1588854,2014-09-07
.....................\....\.............\.......\plasticbag.png,3448,2014-09-07
.....................\....\.............\.......\troll.png,5032,2014-09-07
.....................\....\.............\Trimap3





.....................\....\.............\.......\pineapple.png,6820,2014-09-07
.....................\....\.............\.......\plant.bmp,1276854,2014-09-07
.....................\....\.............\.......\plant.png,8365,2014-09-07
.....................\....\.............\.......\plasticbag.bmp,1588854,2014-09-07
.....................\....\.............\.......\plasticbag.png,6263,2014-09-07
.....................\....\.............\.......\troll.png,7673,2014-09-07
.....................\demo.m,499,2014-09-07
.....................\iccv09.pdf,542130,2014-09-07
.....................\license.txt,1334,2014-09-07
.....................\README.md,30,2014-09-07
.....................\Readme.txt,708,2014-09-07

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

发表评论

0 个回复

  • newMAT
    PROGRAM CONSISTS STEP,UNIT RAMP,EXPONENTIAL,SINE AND OTHER DSP RELATED PROGRAMS
    2010-11-22 18:50:02下载
    积分:1
  • chengzi
    本matlab程序用乘子法求解多元模型的最小值(给出初始点和精度要求条件)。(The matlab program for solving the minimum multivariate model using multiplier method (given initial point and precision conditions).)
    2014-01-16 17:14:31下载
    积分:1
  • newmark
    matlab编写的Newmark法计算多自由度体系动力问题的通用程序,很实用!(Newmark method matlab prepared multi-degree of freedom system power issues common procedures, very practical!)
    2020-08-16 14:38:23下载
    积分:1
  • jsjsp
    FMCW调频连续波雷达的测距测角,信号处理中的旋转不变子空间法,研究生时的现代信号处理的作业。( FMCW frequency modulated continuous wave radar range and angular measurements, Signal Processing ESPRIT method, Modern signal processing jobs when the graduate.)
    2017-05-25 17:48:53下载
    积分:1
  • MIMO雷达信号处理 chapter7_CAF
    说明:  MIMO雷达信号处理 李荐 第7章 MATLAB程序(MIMO Radar Signal Processing Jian Li chapter 7 matlab program)
    2020-02-06 17:17:52下载
    积分:1
  • cgls
    用于解反问题的共轭梯度法,对于Ax=b,输入矩阵A,列向量b,以及迭代步数k,可求的列向量x(Solution of inverse problems for the conjugate gradient method, for Ax = b, the input matrix A, the column vector b, as well as the number of iterations k, rectifiable column vector x)
    2009-09-04 10:52:50下载
    积分:1
  • sancengshenjingwangluo.zip
    基于matlab完成的神经网络源程序,包含神经网络的初始化,学习阶段和训练阶段(Based on the completion of the neural network matlab source code, including initialization of neural networks, learning phase and training phase)
    2008-04-24 07:58:10下载
    积分:1
  • marriage
    This is just a start of code for solving SMP using GA
    2010-12-30 09:44:42下载
    积分:1
  • K最近邻保形映射算法
    KNN-KSR方法是一种不直接建立自变量与因变量间数学关系去预测因变量的方法。该方法基于以下两个假设:(1)在所选择的样本描述指标信息足够完备时,性质越相似的样本在同类指标间的空间分布越接近,否则其空间距离也越大;(2)如果两类指标间存在较大关联度,则样本分别在两类指标内的空间分布也具有较大相似性。由此可以假设样本在自变量x空间的分布与其在因变量空间的分布相同,此即保形映射假设。 在这两个假设的基础上,根据目标样本在x空间中的位置特征,动态选取K个与其最接近的样本(简称为KNN)作为建模子集。其次不假设自变量x与因变量间存在某种数学(线性、非线性)关系,而是通过最优化方法在自变量空间寻找目标样本与K个最近邻样本间线性组合的权重系数,根据自变量与因变量之间存在保形映射的假设,用K个建模子集的因变量的线性组合来表示目标样本的因变量值[9]。 其步骤如下: (1)借鉴模式识别来识别未知样本归属的K最近邻(KNN)方法的概念,在所有性质已知样本的自变量空间里通过欧式距离最小法挑选与目标样本的K个最邻近样本作为建模样本子空间。 (2)目标样本特征性质的构建:基于假设(2),则要使得预测特征与目标特 征性质尽可能相似,则要求在自变量空间X中构建的虚拟目标特征向量(假设该 向量由K个建模样本的自变量的线性组合构成)与真实的目标向量x尽可能接 近,数学表述为两向量之差的范数最小。 以构建的目标样本特征性质最接近确定每个样本的K值,以去除仪器噪声后的光谱信息确定主成分个数。
    2022-01-25 17:33:25下载
    积分:1
  • This MATLAB program
    This MATLAB program-This is MATLAB program
    2022-01-31 02:46:42下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载