登录
首页 » matlab » 61IC_H733

61IC_H733

于 2011-07-21 发布 文件大小:14301KB
0 247
下载积分: 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 个回复

  • tuxiangxihua
    图像处理基本算法其中之一的图像细化(Image processing one of the basic algorithm for image thinning)
    2008-06-04 17:11:50下载
    积分:1
  • kernel-Function
    利用核函数进行遥感图像的分类,本程序再支持向量机的基础上引入了核函数进行图像分类,是分类效果更加明显(Use of nuclear function remote sensing image classification, the program no longer support vector machine based on the introduction of the kernel function for image classification, classification effect is more pronounced)
    2013-07-24 19:20:48下载
    积分:1
  • online fingerprint verification sdk
    The code contains the method to extract minutiae and also to enhance the image
    2013-03-29 19:19:29下载
    积分:1
  • Mser 区域检测器 mser
    说明:  implementation of mser region detector
    2020-03-23 19:27:38下载
    积分:1
  • lans-patrec
    从一个模式识别toolbox中摘取的计算zernike不变矩的源代码,结果为图像的n阶m重zernike不变矩(From a pattern recognition toolbox extracted Zernike moment invariants calculation of the source code, the results of image re-n-order m Zernike moment invariants)
    2008-01-18 11:16:51下载
    积分:1
  • Gaussian
    高斯滤波是一种线性平滑滤波,适用于消除高斯噪声,广泛应用于图像处理的减噪过程。通俗的讲,高斯滤波就是对整幅图像进行加权平均的过程,每一个像素点的值,都由其本身和邻域内的其他像素值经过加权平均后得到。高斯滤波的具体操作是:用一个模板(或称卷积、掩模)扫描图像中的每一个像素,用模板确定的邻域内像素的加权平均灰度值去替代模板中心像素点的值。(Gaussian smoothing filter is a linear filter for the elimination of Gaussian noise, the noise reduction process is widely used in image processing. Popular speaking, a Gaussian filter to the whole image is a weighted average of the process, the value of each pixel, both by itself and other neighborhood pixel values obtained after weighted average. The specific operation Gaussian filter is: a template (or a convolution mask) to scan each pixel in the image, a weighted average gray value of the neighborhood is determined using a template to replace the pixel value of the center pixel of the template.)
    2014-10-18 09:00:28下载
    积分:1
  • segCroissRegion
    区域生长种子点的选取,可以用于图像分割的处理.(Simple single-seeded region growing)
    2013-03-20 17:46:44下载
    积分:1
  • xi_hua
    对图像进行细化,本实验的细化对象是一组指纹二值图。(Image refinement, the refinement of the experimental object is a set of fingerprint binary image.)
    2008-02-01 13:26:18下载
    积分:1
  • source-code-for-image-processing
    图像处理中常用到的二十多个基本算法的源代码,如图像变换、灰度变换、图像滤波、锐化、边缘检测、阈值分割、边界提取、边界跟踪等(Commonly used in image processing to more than twenty basic algorithm source code, such as image conversion, gray-scale transformation, image filtering, sharpening, edge detection, threshold segmentation, edge detection, boundary tracking)
    2013-04-19 14:56:22下载
    积分:1
  • chirplet_analasis
    一种自适应chirplet分解的快速算法 针对信号自适应chirplet分解未知参数多、实现起来比较困难的特点,文献[1]提出了一种新的chirplet分解快速算法。该算法利用计算信号的二次相位函数,得到其能量分布集中于信号的调频率曲线上的结论,此时通过谱峰检测可同时获得chirplet调频率、时间中心和幅度的估计;然后通过解线性调频技术获得其初始频率和宽度的估计,仿真结果验证了本文算法的有效性。 (Chirplet an adaptive decomposition algorithm for rapid adaptive signal decomposition Chirplet many unknown parameters, is more difficult to achieve the characteristics of the literature [1] proposed a new fast algorithm Chirplet decomposition. The algorithm calculating the signal function of the second phase, its energy distribution to be concentrated in the signal modulation frequency curve on the conclusions, this time through the spectral peak detection can be obtained simultaneously Chirplet tune the frequency, timing and magnitude of the estimated center then through the solution line technology of FM frequency and the width of the initial estimates, the simulation results verify the effectiveness of the algorithm.)
    2021-04-26 11:08:45下载
    积分:1
  • 696518资源总数
  • 106235会员总数
  • 12今日下载