登录
首页 » matlab » graphcut

graphcut

于 2020-10-29 发布 文件大小:3044KB
0 241
下载积分: 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 个回复

  • New Compressed (zipped) Folder
    说明:  matlab code for optimization
    2020-07-01 22:16:45下载
    积分:1
  • TheuseandyanjiuofAdaptivefilter
    该文档是自适应信号处理研究的一篇研究生毕业论文,介绍了自适应的几种常见算法,如LMS,NLMS等等,并在最后有相关的MATLAB程序(LMS程序 自适应滤波器,陷波器,分离器等程序)可以作为自适应信号处理初学者的参考资料(This document is an adaptive signal processing graduate thesis introduces several common adaptive algorithms, such as LMS, NLMS, etc., and the final program has an associated MATLAB (LMS process adaptive filter, notch , splitters and other procedures) can be used as a reference adaptive signal processing information for beginners)
    2010-11-12 10:07:56下载
    积分:1
  • chap8
    索书号文字图像分割 粘连字符切分 文字识别 彩色车牌分割 商标文字分割 文字识别的识别子函数 文字识别的结构特征提取子函数 (Call Number text image segmentation adhesion character segmentation of license plate character recognition color segmentation segmentation trademark character recognition text recognition Functions character recognition feature extraction structure Functions)
    2007-07-15 10:17:38下载
    积分:1
  • birdseye
    鸟瞰图校正,基于OPENCV的应用,可以把鸟瞰图校正为平面图。(Aerial view of the correction, based on the application of OPENCV, bird' s eye view can be corrected for the plan.)
    2010-11-09 10:51:46下载
    积分:1
  • hsv_file
    本代码主要是基于HSV的阴影检测及消除,分别提取前景及背景图像,进行色彩空间转换。HSV空间类似人类感觉色彩的方式,可以更加准确地识别阴影,并保持在计算上简单。(This code is mainly based on the HSV shadow detection and elimination, extract the foreground and the background image, respectively, for color space conversion. HSV space is similar to the ways the human feel color, can more accurately identify the shadow, and keep it simple in calculation. )
    2013-05-27 08:27:32下载
    积分:1
  • 一种基于改进的萤火虫算法(FA)优化二维Otsu分割算法(FA-2-Otsu)
    说明:  针对一维最大类间方差算法(1-Otsu)抗噪性能较低、二维最大类间方差算法(2-Otsu)计算复杂度高、实时性差的问题,提出一种基于改进的萤火虫算法(FA)优化二维Otsu图像分割算法(FA-2-Otsu).(In order to solve the problems of low anti noise performance of 1-otsu, high computational complexity and poor real-time performance of 2-otsu, an improved firefly algorithm (FA) is proposed to optimize the 2-otsu image segmentation algorithm (fa-2-otsu).)
    2019-12-23 21:45:50下载
    积分:1
  • 4
    图像超分辨率是指从一序列低分辨率观测图像中重建高分辨率图像。图像超分辨率充分利用了各帧图像 间相似而又不同的信息。(Compared with the model derived from Kolmogorov spectrum, the new model introduces more complete transcendent constraints and is more similar to the physical characteristics of atmospheric turbulence.)
    2020-10-30 10:09:56下载
    积分:1
  • orl_faces
    orl人脸库,40个人,每人10幅图像。(orl face database, 40 individuals, 10 images per person.)
    2009-06-12 18:46:06下载
    积分:1
  • 程序
    图像处理程序,基于K均值聚类的图像分割——灰度图像,基于中位数算法的运动目标检测(Image processing program, image segmentation based on k-means clustering -- gray image, moving target detection based on median algorithm)
    2020-06-20 14:00:02下载
    积分:1
  • 眼睛鼻子嘴识别
    说明:  图像处理-人脸识别技术:识别出图像中人物的五官形态,从而达到识别人脸的目的。(Image Processing-Face Recognition Technology)
    2020-06-23 11:00:02下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载