登录
首页 » matlab » Matlab Wrapper for Graph Cuts

Matlab Wrapper for Graph Cuts

于 2018-05-12 发布 文件大小:916KB
0 86
下载积分: 1 下载次数: 13

代码说明:

  基于最大流最小割定理的图像分割,里面有一个例子,(Image segmentation based on maximum flow minimum cut theorem)

文件列表:

Matlab Wrapper for Graph Cuts, 0 , 2018-05-12
Matlab Wrapper for Graph Cuts\block.h, 8215 , 2009-02-05
Matlab Wrapper for Graph Cuts\compile_gc.m, 1378 , 2009-02-03
Matlab Wrapper for Graph Cuts\energy.h, 9137 , 2009-02-23
Matlab Wrapper for Graph Cuts\example.zip, 207098 , 2009-03-13
Matlab Wrapper for Graph Cuts\GCmex1.3.tar.gz, 49927 , 2009-03-13
Matlab Wrapper for Graph Cuts\GCoptimization.cpp, 60453 , 2009-03-01
Matlab Wrapper for Graph Cuts\GCoptimization.h, 23129 , 2009-02-03
Matlab Wrapper for Graph Cuts\gc_example.asv, 2348 , 2009-08-28
Matlab Wrapper for Graph Cuts\gc_example.m, 2619 , 2009-12-19
Matlab Wrapper for Graph Cuts\GC_README.txt, 27615 , 2009-02-03
Matlab Wrapper for Graph Cuts\graph.cpp, 10875 , 2009-02-05
Matlab Wrapper for Graph Cuts\graph.h, 8729 , 2009-02-05
Matlab Wrapper for Graph Cuts\graph.ilk, 267848 , 2018-05-12
Matlab Wrapper for Graph Cuts\graph.mexw64, 0 , 2018-05-12
Matlab Wrapper for Graph Cuts\graph.mexw64.pdb, 86016 , 2018-05-12
Matlab Wrapper for Graph Cuts\GraphCut.cpp, 674 , 2009-02-03
Matlab Wrapper for Graph Cuts\GraphCut.h, 2186 , 2009-02-03
Matlab Wrapper for Graph Cuts\GraphCut.ilk, 231904 , 2018-05-12
Matlab Wrapper for Graph Cuts\GraphCut.m, 14299 , 2009-03-17
Matlab Wrapper for Graph Cuts\GraphCut.mexw64, 0 , 2018-05-12
Matlab Wrapper for Graph Cuts\GraphCut.mexw64.pdb, 135168 , 2018-05-12
Matlab Wrapper for Graph Cuts\GraphCut3dConstr.cpp, 8162 , 2009-02-03
Matlab Wrapper for Graph Cuts\GraphCut3dConstr.ilk, 72408 , 2009-05-21
Matlab Wrapper for Graph Cuts\GraphCut3dConstr.mexw32, 86091 , 2009-05-21
Matlab Wrapper for Graph Cuts\graphcut3dconstr.pdb, 233472 , 2009-05-21
Matlab Wrapper for Graph Cuts\GraphCutConstr.cpp, 4891 , 2009-02-03
Matlab Wrapper for Graph Cuts\GraphCutConstr.ilk, 70256 , 2009-05-21
Matlab Wrapper for Graph Cuts\GraphCutConstr.mexw32, 81993 , 2009-05-21
Matlab Wrapper for Graph Cuts\graphcutconstr.pdb, 217088 , 2009-05-21
Matlab Wrapper for Graph Cuts\GraphCutConstrSparse.cpp, 4217 , 2009-02-03
Matlab Wrapper for Graph Cuts\GraphCutConstrSparse.ilk, 74984 , 2009-05-21
Matlab Wrapper for Graph Cuts\GraphCutConstrSparse.mexw32, 81999 , 2009-05-21
Matlab Wrapper for Graph Cuts\graphcutconstrsparse.pdb, 217088 , 2009-05-21
Matlab Wrapper for Graph Cuts\GraphCutMex.cpp, 16652 , 2009-02-03
Matlab Wrapper for Graph Cuts\GraphCutMex.ilk, 72340 , 2009-05-21
Matlab Wrapper for Graph Cuts\GraphCutMex.mexw32, 81990 , 2009-05-21
Matlab Wrapper for Graph Cuts\graphcutmex.pdb, 233472 , 2009-05-21
Matlab Wrapper for Graph Cuts\LICENSE.TXT, 18349 , 2009-02-03
Matlab Wrapper for Graph Cuts\LinkedBlockList.cpp, 1523 , 2009-02-05
Matlab Wrapper for Graph Cuts\LinkedBlockList.h, 1765 , 2009-02-03
Matlab Wrapper for Graph Cuts\maxflow.cpp, 20816 , 2009-02-03
Matlab Wrapper for Graph Cuts\maxflow.ilk, 273752 , 2018-05-12
Matlab Wrapper for Graph Cuts\maxflow.mexw64, 0 , 2018-05-12
Matlab Wrapper for Graph Cuts\maxflow.mexw64.pdb, 61440 , 2018-05-12
Matlab Wrapper for Graph Cuts\mex.h, 10115 , 2016-07-22
Matlab Wrapper for Graph Cuts\outdoor_small.jpg, 205863 , 2007-03-01

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

发表评论

0 个回复

  • KNN
    可以用于图像分割的KNN分类器,简单好用!(knn classification)
    2014-07-13 14:51:27下载
    积分:1
  • SAMP-package
    实现对图像进行二维小波变换,实现图像压缩,并实现图像的压缩传感(Image wavelet transform, to achieve the two-dimensional image wavelet transform for image compression, and compressed sensing to achieve)
    2011-06-22 09:23:33下载
    积分:1
  • Genetic-algorithms-
    本文主要介绍遗传算法的基本理论,叙述遗传算法在图像增强的的主要应用,即将原始图像变得更加清晰,特征变得更加明显。 现今关于图像增强的算法有很多,而这些算法大多是基于退化函数或者点扩展函数的知识进行图像处理的。当图像出现模糊或噪声影响大时,设计出的图像清晰化的效果肯定不够理想,因此有必要对图像进行增强处理。于是,可利用到遗传算法这种成熟稳定的仿生物进化的全局寻优算法,进行图像增强,由于遗传算法控制参数少、自适应度高,将选择该方法对图像退化分别进行不同的清晰化处理. 这样既增强了图像的对比度,又克服了传统直方图均衡化处理所造成的灰度级损失等缺点。 通过实验去表明,遗传算法从全局寻优的角度出发,能够较为精确地估计退化系统函数。和传统的线性增强、直方图均衡进行比较。实验结果表明该方法能改善原图像视觉效果,便于之后的图像分析。 (This paper mainly introduces the basic theory of genetic algorithm, genetic algorithm (ga) in the main application of image enhancement, the original image is more clear, characteristic becomes more obvious. Today about the image enhancement algorithm are many, and most of these algorithms is based on the degradation function or the knowledge of the point spread function of image processing. When the image appears fuzzy or noise influence, designed the image clarity of effect must not ideal, therefore it is necessary to enhance the image. Then, genetic algorithm is available to the mature and stable evolution of the global optimization algorithm, for image enhancement, due to less genetic algorithm control parameters, since the high fitness, will choose the method of image degradation, respectively, to manipulate the different motivation. It can enhance the image contrast, and overcome the traditional histogram equalization processing grayscale loss caused by the faults. Throug)
    2013-03-26 22:46:15下载
    积分:1
  • 1
    说明:  数字图象处理的文献资料,可以很好的处理边缘检测的文献(Digital image processing literature, can handle edge is very good detection literature)
    2014-12-01 14:13:43下载
    积分:1
  • gaosi
    对已得到的图像矩阵进行高斯滤波(卷积),可去燥光滑(Gauss filtering for images)
    2018-05-04 22:30:37下载
    积分:1
  • fast_dt
    快速距离变换的程序,是在外国人的一个程序上小改了一下,vs2008下的控制台程序,可以直接设置断点调试(Fast distance transform procedure is a procedure in the foreign small change a bit, vs2008 console under the program, you can set breakpoints directly)
    2011-10-11 16:16:21下载
    积分:1
  • halcon-添加畸变及畸变矫正
    用halcon给实际采集的图像进行畸变矫正,然后可以再人为添加一定程度的畸变,以便于定量研究,可运行已调试,可作为学习参考(Halcon is used to correct the distortion of the image collected, and then the human can add some degree of distortion to facilitate quantitative research. It can be run and debugged, and can be used as a reference for study)
    2017-11-01 14:42:02下载
    积分:1
  • CVmodel
    实现了Chan-Vese算法,参考文献active contour without edges, 图像处理方面引用率最高的文献之一(Realize the Chan-Vese algorithm, reference active contour without edges, image processing, to quote one of the highest rates of the literature)
    2008-01-31 22:14:47下载
    积分:1
  • Wavelet_Sparse
    Matlab小波稀疏代码。本程序实现小波在矩阵方程求解中的应用。(Matlab wavelet sparse code. This procedure achieved wavelet matrix equation solver.)
    2013-04-25 16:56:24下载
    积分:1
  • 指纹识别
    说明:  简单的指纹识别 分类图像处理 语言 matlab(matlab image processing fingerprint identification)
    2020-04-05 13:24:40下载
    积分:1
  • 696519资源总数
  • 104205会员总数
  • 22今日下载