登录
首页 » matlab » 61IC_H733

61IC_H733

于 2011-07-21 发布 文件大小:14301KB
0 279
下载积分: 1 下载次数: 116

代码说明:

  数字图像抠图源代码,是由一个外国人写的,非常好用,我希望能和大家一起分享(digital image matting matlab code written by a foreigner,it is very useful and I would like to share with everyone)

文件列表:

用于数字抠图的源代码(外国人写的)非常好用
........................................\spectralMattingCode
........................................\...................\calcMattingComponents.m,1812,2007-06-11
........................................\...................\compile_mincut.m,106,2007-05-27
........................................\...................\decideFB.m,300,2007-04-29
........................................\...................\downSmpIm.m,318,2007-05-22
........................................\...................\face.tif,137058,2007-06-01
........................................\...................\face_alpha.tif,11592,2009-05-26
........................................\...................\fastKmeans.m,2625,2007-05-17
........................................\...................\finalEnhancment.m,594,2007-05-03
........................................\...................\flat3DArray.m,296,2007-06-06
........................................\...................\getLaplacian1.m,1770,2007-04-29
........................................\...................\ind2bin.m,169,2007-04-29
........................................\...................\iterateProjComps.m,1065,2007-06-06
........................................\...................\kid.tif,134566,2007-06-01
........................................\...................\kid_alpha.tif,14678,2007-06-11
........................................\...................\kid_scribbles.tif,126890,2007-06-01
........................................\...................\kim.tif,458116,2007-06-01
........................................\...................\kim_alpha.tif,26970,2007-06-07
........................................\...................\kim_scribbles.tif,456554,2007-06-01
........................................\...................\maxflow-v2.2.src
........................................\...................\................\adjacency_list
........................................\...................\................\..............\block.h,8191,2007-05-27
........................................\...................\................\..............\graph.cpp,2277,2007-05-27
........................................\...................\................\..............\graph.h,5794,2007-05-27
........................................\...................\................\..............\maxflow.cpp,11287,2007-05-27
........................................\...................\................\CHANGES.TXT,358,2007-05-27
........................................\...................\................\forward_star
........................................\...................\................\............\block.h,8191,2007-05-27
........................................\...................\................\............\graph.cpp,10770,2007-05-27
........................................\...................\................\............\graph.h,8467,2007-05-27
........................................\...................\................\............\Makefile,95,2007-05-27
........................................\...................\................\............\maxflow,27750,2007-05-27
........................................\...................\................\............\maxflow.cpp,20816,2007-05-27
........................................\...................\................\............\maxflowFromFile.cpp,3822,2007-06-07
........................................\...................\................\LICENSE.TXT,18009,2007-05-27
........................................\...................\................\README.TXT,4853,2007-05-27
........................................\...................\maxflow.dll,24576,2007-06-07
........................................\...................\maxflow.mexglx,28790,2007-06-06
........................................\...................\minCutPull.m,367,2007-06-11
........................................\...................\mymaxflow.cpp,4574,2007-05-27
........................................\...................\my_images.mat,28072040,2007-06-07
........................................\...................\htm" target=_blank>README,2219,2007-06-12
........................................\...................\runAll.asv,1452,2009-06-15
........................................\...................\runAll.m,1473,2009-06-15
........................................\...................\scribbles.mat,22792256,2007-06-07
........................................\...................\ship_alpha.tif,32322,2009-06-15
........................................\...................\SpectralMatting.m,1482,2007-06-04
........................................\...................\sship.tif,11106,2009-04-30
........................................\...................\sup_GroupMattingComponents.m,2322,2007-06-11
........................................\...................\unsp_GroupMattingComponents.m,1553,2007-06-06
........................................\...................\wind.tif,389234,2007-06-01
........................................\...................\wind_alpha.tif,24280,2007-06-07
........................................\...................\wind_scribbles.tif,378904,2007-06-01
........................................\...................\woman.tif,105132,2009-06-15
........................................\...................\woman1.tif,35166,2009-06-15
........................................\...................\woman_alpha.tif,15896,2009-05-26
........................................\...................\使用说明请参看右侧注释====〉〉.txt,784,2010-04-08
........................................\使用说明请参看右侧注释====〉〉.txt,784,2010-04-08

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

发表评论

0 个回复

  • Example36
    为彩色的处理 为彩色的处理 (color processing for the treatment of Color Color Color handling of the treatment)
    2007-05-14 09:28:34下载
    积分:1
  • watershed3
    关于分水岭图像分割的源码,需要的可以下来用(watershed image segmentation on the source need to be down with the)
    2007-05-25 15:00:17下载
    积分:1
  • MSR_original
    说明:  多尺度加权的rentinex算法实现图像增强,里面用到了高斯滤波对图像进行滤波,可以去除大部分的噪声,平滑图像效果较突出,3个高斯尺度对图像做滤波后加权在一起得到多尺度信息的图像。(Multiscale weighted rentinex algorithm is used to enhance the image. Gauss filter is used to filter the image, which can remove most of the noise. The smoothing effect of the image is prominent. Three Gaussian scales are filtered and weighted together to get the multi-scale information of the image.)
    2020-07-03 06:40:02下载
    积分:1
  • Java 实现 二维码生成与解析 实例 附完整源码
    java语言开发 二维码的生成与解析
    2013-04-15下载
    积分:1
  • RANSAC
    RANSAC算法是一种经典的去外点方法,它可以利用特征点集的内在约束关系来去除错误的匹配。(RANSAC algorithm is a classic way to go outside the points, it can take advantage of the inherent characteristics of point sets constraints to remove false matches. )
    2011-01-25 19:36:55下载
    积分:1
  • DPC
    DPC算法的经典实现过程,包含元数据集、决策图以及2维条线下密度聚类(The classical implementation process of DPC algorithm includes metadata set, decision diagram and 2 dimensional lower density clustering)
    2017-11-14 19:12:07下载
    积分:1
  • reticorr1
    视网膜图像的归一化Matlab源代码程序(retinal images to a source of Matlab procedures)
    2006-12-31 13:11:13下载
    积分:1
  • newtracking
    New Tracking Algorithm for Wireless network
    2013-09-24 14:48:55下载
    积分:1
  • 新建文件夹
    图像拼接的Harris 算法,精确有效,实现图像无缝拼接,多幅图片显示,谢谢,希望得到采纳(image mosaicHarris algorithm for image mosaic, accurate and effective, seamless image mosaic)
    2019-05-17 12:05:35下载
    积分:1
  • code
    包涵了计算影像的几种质量指标,这些指标都是全局指标,对影像质量评价有一定作用(Image Quality Index :IFC、Q4、QNR、VIF)
    2014-04-23 14:47:51下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载