登录
首页 » matlab » GRABCUT

GRABCUT

于 2020-11-25 发布 文件大小:22363KB
0 137
下载积分: 1 下载次数: 20

代码说明:

  matlab与C++混编的grabcut分割程序,只需画框即可提取目标(grabcut algorithm)

文件列表:

grabcut

.......\bagon_assert.h,195,2012-03-11
.......\block.h,8215,2009-02-05
.......\CHANGELOG.txt,258,2012-10-12
.......\compile_gc.m,2665,2012-06-17
.......\energy.h,9866,2012-03-14
.......\GCAlgo.m,6040,2017-05-09
.......\GCoptimization.cpp,60751,2012-10-12
.......\GCoptimization.h,23348,2012-03-11
.......\GC_GUI.fig,14614,2012-09-11
.......\GC_GUI.m,9807,2012-11-22
.......\graph.cpp,10875,2009-02-05
.......\graph.h,8746,2011-08-29
.......\GraphCut.cpp,674,2009-02-03
.......\GraphCut.h,2186,2009-02-03
.......\GraphCut.m,15582,2012-06-17
.......\GraphCut3dConstr.cpp,8134,2010-09-29
.......\GraphCut3dConstr.mexw64,14848,2017-04-14
.......\GraphCutConstr.cpp,4889,2010-09-29
.......\GraphCutConstr.mexw64,11776,2017-04-14
.......\GraphCutConstrSparse.cpp,4123,2010-09-29
.......\GraphCutConstrSparse.mexw64,11776,2017-04-14
.......\GraphCutMex.cpp,17667,2012-03-12
.......\GraphCutMex.mexw64,41472,2017-04-14

.......\LICENSE.TXT,18349,2009-02-03
.......\LinkedBlockList.cpp,1523,2009-02-05
.......\LinkedBlockList.h,1765,2009-02-03
.......\maxflow.cpp,20816,2009-02-03
.......\README_GrabCut.txt,929,2012-11-22
.......\README_GraphCut_Bagon.txt,27615,2009-02-03
.......\VERSION.txt,13,2012-10-12
.......\新建文件夹

.......\..........\img_10.jpg

.......\..........\img_12.jpg

.......\..........\img_14.jpg,105413,2011-05-31
.......\..........\img_15.jpg,53517,2011-05-31
.......\..........\img_16.jpg,2985805,2011-05-31
.......\..........\img_17.jpg,6105904,2011-05-31
.......\..........\img_18.jpg,73449,2011-05-31
.......\..........\img_19.jpg,532281,2011-05-31
.......\..........\img_2.jpg,141595,2011-05-31
.......\..........\img_20.jpg,476554,2011-05-31
.......\..........\img_21.jpg,76989,2011-05-31
.......\..........\img_22.jpg,100549,2011-05-31
.......\..........\img_3.jpg,108022,2011-05-31
.......\..........\img_4.jpg,3161781,2011-05-31
.......\..........\img_5.jpg,98026,2011-05-31
.......\..........\img_6.jpg,75047,2011-05-31
.......\..........\img_7.jpg,92968,2011-05-31
.......\..........\img_8.jpg,590596,2011-05-31
.......\..........\img_9.jpg,46260,2011-05-31

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

发表评论

0 个回复

  • GSM_detector
    说明:   针对雾天下拍摄图像的退化现象,远景部分是一块灰度分布比较集中且接近天空亮度的区域,而近景部分可以分辨,其灰度分布比较分散。提出了一种基于遗传算法阈值分割的雾天图像增强方法;该方法首先用遗传算法求出近远景的分割阈值将图像分割[1]出来,然后对两个部分分别进行清晰化处理。(make the picture clear)
    2011-02-21 10:54:22下载
    积分:1
  • RX
    说明:  高光谱遥感图像异常检测算法经典算法-RX算法(Hyperspectral image anomaly detection algorithm algorithm classical algorithm-RX)
    2014-12-17 23:23:45下载
    积分:1
  • WaterMark8
    数字水印处理,嵌入、提取、认证,可以在图形,视频和文本中添加数字水印,增强文档的保密,防止泄密(Digital watermarking processing, embedding, extraction, authentication, can be in graphics, video and digital watermarking to add text to enhance the confidentiality of documents to prevent leak)
    2021-03-19 16:29:18下载
    积分:1
  • Fngprnt
    采用最大方差阈值分割法,对指纹进行提取。(Using the maximum variance threshold segmentation method for fingerprint extraction.)
    2013-11-24 20:39:58下载
    积分:1
  • texture_GUI
    此程序是基于灰度共生矩阵的图像纹理特征提取算法,它进行了四个方向上的灰度共生矩阵的计算,从而得出他们的纹理特征向量,再求均值,使计算进度大幅度提高(This program is based on the GLCM texture feature extraction algorithm, which was four directions GLCM calculation to arrive at their texture feature vector, and then seek means to significantly increase computing progress)
    2010-05-18 10:12:02下载
    积分:1
  • MICC-F220
    说明:  MICC-F220.zip matlab ..............
    2019-05-09 10:11:04下载
    积分:1
  • 基于深度修复算法
    基于深度图像的图像修复算法,首先得到待修复图像的深度图像,然后利用图像的深度图对破损区域进行修复。(Based on the image restoration algorithm of depth image, the depth image of the image to be repaired is obtained, and then the damaged region is repaired by using the depth map of the image.)
    2020-11-06 11:49:49下载
    积分:1
  • siftcode
    这是sift特征提取源码,详细介绍了算法原理及应用,对图像图形处理专业人员的重要参考价值!(This is the sift feature extraction source, and detailed algorithm and application of important reference value for image and graphics professionals!)
    2012-06-29 16:47:48下载
    积分:1
  • SIFT
    提取SIFT特征,进行特征提取和匹配,包括特征点的定位,特征点描述子的生成,特征点的匹配,(extract SIFT feature,and feature matching)
    2020-12-10 10:49:21下载
    积分:1
  • 特征选择与提取zch
    自编的用于图像特征提取的源程序,解压后直接运行就ok了(writing for Feature Extraction source, unpacked directly ok on the run)
    2020-06-30 02:00:02下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载