登录
首页 » matlab » graphcut

graphcut

于 2020-10-29 发布 文件大小:3044KB
0 296
下载积分: 1 下载次数: 115

代码说明:

  本程序是基于图论的知识进行图像分割,其中用到的是graphcut分割知识,完整的程序代码及结果!!(This procedure based on the knowledge of graph theory for image segmentation, which is used graphcut segmentation knowledge, including program code and the complete results !!)

文件列表:

graphcut
........\SegTool
........\.......\CODE_MAP.pdf,31116,2006-05-18
........\.......\README_COMPILE.txt,1569,2006-05-18
........\.......\README_GUI.txt,7086,2006-05-18
........\.......\SegToolBox
........\.......\..........\SegToolBox
........\.......\..........\..........\AutoCut.m,855,2006-05-17
........\.......\..........\..........\AutoCutRefine.m,866,2006-05-16
........\.......\..........\..........\AutoCutRefSeg.m,1636,2006-05-16
........\.......\..........\..........\AutoCutSeg.m,726,2006-05-16
........\.......\..........\..........\bginput.m,1327,2006-05-17
........\.......\..........\..........\block.h,8191,2006-03-05
........\.......\..........\..........\datain.m,762,2006-05-16
........\.......\..........\..........\dataout.m,704,2006-05-17
........\.......\..........\..........\fginput.m,1292,2006-05-17
........\.......\..........\..........\graph.cpp,2277,2006-03-05
........\.......\..........\..........\graph.h,5798,2006-03-05
........\.......\..........\..........\GraphCutSegment.cpp,11517,2006-05-18
........\.......\..........\..........\GraphCutSegment.dll,45056,2006-05-18
........\.......\..........\..........\GraphCutSegmentLazy.cpp,10532,2006-05-16
........\.......\..........\..........\GraphCutSegmentLazy.dll,40960,2006-05-18
........\.......\..........\..........\helper_functions.h,1086,2006-05-16
........\.......\..........\..........\images





........\.......\..........\..........\......\food.bmp,236250,2006-03-19
........\.......\..........\..........\......\horse.jpg,33020,2006-04-06
........\.......\..........\..........\......\llama.bmp,571394,2006-03-28
........\.......\..........\..........\......\ls.bmp,1092690,2006-04-10
........\.......\..........\..........\......\man.png,385976,2006-05-01
........\.......\..........\..........\iter_data.mat,139415,2014-06-25
........\.......\..........\..........\maxflow.cpp,11339,2006-03-11
........\.......\..........\..........\mksopt.m,1750,2006-05-17
........\.......\..........\..........\rectpts.mat,180,2014-06-25
........\.......\..........\..........\Segment.m,3237,2006-05-17
........\.......\..........\..........\SegmentBoth.m,9046,2006-04-29
........\.......\..........\..........\SegmentGC.m,8578,2006-05-17
........\.......\..........\..........\SegmentRefine.m,7789,2006-05-17
........\.......\..........\..........\SegResult.mat,89336,2014-06-25
........\.......\..........\..........\SegTool.m,1137,2013-07-14
........\.......\..........\..........\SmartSelect.m,909,2006-05-16
........\.......\..........\..........\SmartSelectSeg.m,2669,2013-07-14
........\.......\..........\..........\track.m,528,2006-05-16

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

发表评论

0 个回复

  • Multi-lbp
    多尺度LBP,代码根据论文“Learning Multi-scale Block Local Binary Patterns for Face Recognition”编写的(this code is obtained from the paper named "Learning Multi-scale Block Local Binary Patterns for Face Recognition")
    2013-05-07 09:49:22下载
    积分:1
  • Image_Restoration
    此程序代码实现超分辨率图像的重建、复原 联合开发网 - pudn.com
    2010-05-19 17:01:00下载
    积分:1
  • 下载的代码
    说明:  经典图像处理方法之一的同态滤波算法matlab实现(Matlab implementation of homomorphic filtering algorithm, one of the classical image processing methods)
    2020-05-27 18:55:22下载
    积分:1
  • DcmtkTest
    本程序使用dcmtk库,可以显示大部分的DICOM图像。非压缩、压缩黑白图像以766灰阶显示,彩色图像正常显示。 对于初用dcmtk库的开发者来说,入门较难,本程序已使用VC6工程将主要库加入工程中,可以参考本工程的设置。另外,对于高于8位的黑白图像,本程序也提供一个处理方法的参考。(This procedure used dcmtk library, you can see that the majority of the DICOM image. Non-compressed, compressed to 766 gray-scale black-and-white images show that color image display. Dcmtk library used for the early developers, the entry more difficult, the procedure has been in use for the main library VC6 project will join the project, can refer to the project settings. In addition, higher than the 8-bit black-and-white images, the program also provides a reference method.)
    2009-06-01 14:19:42下载
    积分:1
  • hough
    采用的是基于弦中点的hough变换椭圆检测算法,大家可以在百度上搜这篇论文,由于不是用的标准hough变换的算法,所以运行速度还不错(Used is based on the midpoint of the chord hough transform ellipse detection algorithm, we can search on Baidu paper, because the algorithm is not used in standard hough transform, so the speed is also good)
    2014-05-12 20:09:37下载
    积分:1
  • KMP
    图像处理的KMP算法源程序,KMP算法是一种基本的、实用的字符串比较算法,广泛应用于图像处理和模式识别。(Image processing algorithms source KMP, KMP algorithm is a basic, practical string comparison algorithm, widely used in image processing and pattern recognition.)
    2011-09-23 19:46:43下载
    积分:1
  • a-level-set-inariable-distance
    说明:  李春明提出的无需水平集初始化的思想是图像分割的一个重大突破,重庆大学的何传江教授对该算法进行了改进,里面是我的实现算法(Li Chunming s no need to initialize the idea of ​ ​ the level set image segmentation is a major breakthrough, Chongqing University, Professor He Chuanjiang to improve the algorithm, which is my algorithm )
    2011-04-11 22:57:27下载
    积分:1
  • C# 在线生成各种条码ean13,129,code39
    【实例介绍】
    2015-01-27下载
    积分:1
  • _CNN
    说明:  以图搜图,深度学习,采用vgg16,对应文件夹放入图片即可使用(image_retrieval_platform-master)
    2020-07-12 13:13:13下载
    积分:1
  • hucai
    水表图像识别 图像预处理 哈哈就不懂四周(Water Meter Image Recognition)
    2019-06-19 18:27:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载