登录
首页 » matlab » spectralMattingCode

spectralMattingCode

于 2010-04-16 发布 文件大小:14321KB
0 234
下载积分: 1 下载次数: 1

代码说明:

说明:  用于数字抠图的源代码,外国人写的,非常好用(image spectral matting code)

文件列表:

spectralMattingCode
spectralMattingCode\calcMattingComponents.m
spectralMattingCode\compile_mincut.m
spectralMattingCode\decideFB.m
spectralMattingCode\downSmpIm.m
spectralMattingCode\face.tif
spectralMattingCode\face_alpha.tif
spectralMattingCode\fastKmeans.m
spectralMattingCode\finalEnhancment.m
spectralMattingCode\flat3DArray.m
spectralMattingCode\getLaplacian1.m
spectralMattingCode\ind2bin.m
spectralMattingCode\iterateProjComps.m
spectralMattingCode\kid.tif
spectralMattingCode\kid_alpha.tif
spectralMattingCode\kid_scribbles.tif
spectralMattingCode\kim.tif
spectralMattingCode\kim_alpha.tif
spectralMattingCode\kim_scribbles.tif
spectralMattingCode\maxflow.dll
spectralMattingCode\maxflow.mexglx
spectralMattingCode\minCutPull.m
spectralMattingCode\mymaxflow.cpp
spectralMattingCode\my_images.mat
spectralMattingCode\README
spectralMattingCode\runAll.asv
spectralMattingCode\runAll.m
spectralMattingCode\scribbles.mat
spectralMattingCode\ship_alpha.tif
spectralMattingCode\SpectralMatting.m
spectralMattingCode\sship.tif
spectralMattingCode\sup_GroupMattingComponents.m
spectralMattingCode\unsp_GroupMattingComponents.m
spectralMattingCode\wind.tif
spectralMattingCode\wind_alpha.tif
spectralMattingCode\wind_scribbles.tif
spectralMattingCode\woman.tif
spectralMattingCode\woman1.tif
spectralMattingCode\woman_alpha.tif
spectralMattingCode\maxflow-v2.2.src
spectralMattingCode\maxflow-v2.2.src\CHANGES.TXT
spectralMattingCode\maxflow-v2.2.src\LICENSE.TXT
spectralMattingCode\maxflow-v2.2.src\README.TXT
spectralMattingCode\maxflow-v2.2.src\forward_star
spectralMattingCode\maxflow-v2.2.src\forward_star\block.h
spectralMattingCode\maxflow-v2.2.src\forward_star\graph.cpp
spectralMattingCode\maxflow-v2.2.src\forward_star\graph.h
spectralMattingCode\maxflow-v2.2.src\forward_star\Makefile
spectralMattingCode\maxflow-v2.2.src\forward_star\maxflow
spectralMattingCode\maxflow-v2.2.src\forward_star\maxflow.cpp
spectralMattingCode\maxflow-v2.2.src\forward_star\maxflowFromFile.cpp
spectralMattingCode\maxflow-v2.2.src\adjacency_list
spectralMattingCode\maxflow-v2.2.src\adjacency_list\block.h
spectralMattingCode\maxflow-v2.2.src\adjacency_list\graph.cpp
spectralMattingCode\maxflow-v2.2.src\adjacency_list\graph.h
spectralMattingCode\maxflow-v2.2.src\adjacency_list\maxflow.cpp

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

发表评论

0 个回复

  • 偏最小二乘PLS和一些光谱预matlab程序
    说明:  可以对光谱数据进行预处理,除了偏最小二乘法之外,也有一些其他方法(Besides the partial least square method, there are also some other methods)
    2021-05-14 05:30:02下载
    积分:1
  • kmeans-image-segmentation
    多类 kmeans 图像分割,基于灰度的图像分割。(Kmeans image segmentation, segmentation based on gray-scale images.)
    2013-04-30 04:19:34下载
    积分:1
  • OpticalFlow
    使用光流法对动态图像进行彩色图像的显示,原文件要求用64位系统,32位系统的混合编译已经做好了(Optical flow method using dynamic image display color images, the original file system requires a 64-bit, 32-bit compiler mixing system has already done)
    2021-02-19 15:49:44下载
    积分:1
  • MS_matlab
    mean shift 均值漂移算法的matlab实现,大家可以看看,比较实用(mean shift algorithm matlab mean-shift realize, we can look at more practical)
    2008-08-22 10:41:25下载
    积分:1
  • e900f286
    说明:  PCA图像降噪新算法-LPG PCA,全名叫做Two-stage Image Denoising by Principal Component Analysis with Local Pixel Grouping。内含算法代码和数据集,均经本人实测,可进行灰度图像和RGB图像的降噪,且PSNR和SSIM指标明显好于小波滤波、K-SVD等经典算法。值得学习图像降噪的看看!(The new algorithm of PCA image denoising LPG PCA, full name is two stage image denoising by principal component analysis with local pixel grouping. The algorithm code and data set can be used to reduce the noise of gray image and RGB image, and the PSNR and SSIM are better than the classical algorithms such as wavelet filtering and K-SVD. It's worth learning about image denoising!)
    2020-11-24 22:19:32下载
    积分:1
  • HighlightFeatures_Object
    用IDl编写的,用IDL图像处理。已调试好的程序。(Prepared using IDL with IDL image processing. Debugging process has been good.)
    2009-03-02 15:46:54下载
    积分:1
  • Sparse-Representation-
    稀疏表示的毕业参考论文,在图像去噪、图像修复、人脸识别及压缩感知等图像处理领域中的应用进行了总结.(Sparse representation of graduation reference papers, summarized in the image denoising, image restoration, face recognition and compressed sensing and other image processing applications)
    2017-05-16 19:14:34下载
    积分:1
  • contrast
    本程序实现了基于对比金字塔的图像融合算法,效果还不错,可以参考一下。(This procedure contrast pyramid based on the implementation of image fusion algorithms, the effect was not bad, you can reference.)
    2009-03-25 16:32:57下载
    积分:1
  • 多目标跟踪的JPDA算法
    用来进行多目标跟踪的JPDA算法的的MATLAB程序包. 跟踪效果还行. (Used for multi-target tracking JPDA algorithm of the MATLAB package tracking performance is okay.)
    2021-04-22 15:38:48下载
    积分:1
  • FCRN-DepthPrediction-MATLAB
    使用matlab搭建神经网络,从单目图像中估计深度值(Using matlab to build a neural network to estimate depth from monocular images)
    2019-03-22 15:07:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载