登录
首页 » matlab » spectralMattingCode

spectralMattingCode

于 2010-04-16 发布 文件大小:14321KB
0 233
下载积分: 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 个回复

  • NGC_ACM
    图割(GC)和主动轮廓模型(ACM)相结合的一种图像分割方法,既可以进行局部图像的分割,也可进行全局图像的分割,简单实用。(A combination of graph cuts (GC) and the active contour model (ACM) image segmentation method, either local image segmentation, global image segmentation, simple and practical.)
    2012-10-23 11:23:25下载
    积分:1
  • huffman
    简单的huffman编解码例子,对于初学者会有很大的帮助。(Simple huffman codec examples, for beginners, there will be a great help.)
    2012-02-15 17:05:55下载
    积分:1
  • bianjieXY
    程序可以提取点云数据的特征点,提取三维散乱点云的边界(Program point cloud data can be extracted feature points extracted boundary of D Scattered Clouds)
    2013-09-09 20:55:05下载
    积分:1
  • face_
    合成孔径雷达(SAR)的竖直方向面目标的建模(Synthetic aperture radar (SAR) of the vertical direction of the target surface modeling)
    2008-05-06 17:30:18下载
    积分:1
  • correlation
    IDL开发的求取两幅图像相关系数的程序,用于影像融合质量评价(IDL to strike a developed procedures for the correlation coefficient of two images for image fusion quality evaluation)
    2011-05-10 11:11:45下载
    积分:1
  • sliding
    使用matlab中的nlfilter来进行邻域处理(Using nlfilter in MATLAB to process neighborhood)
    2019-05-21 14:39:32下载
    积分:1
  • source
    代码中包含在MATLAB中实现DICOM文件的VOILUT感兴趣区域转换。将DICOM文件的数据重新存储为PNG格式的灰度图像。打开一个文件夹的DICOM文件并将其存储在另一个文件夹中以PNG格式储存。(Included in the MATLAB code to implement DICOM files VOILUT region of interest conversion. The data will be re-stored DICOM files in PNG format, grayscale images. Open a folder and stored in the DICOM files to another folder in PNG format.)
    2011-11-01 22:41:25下载
    积分:1
  • pipeijiao
    BBO I类匹配角计算 通过修改相应的参数可以计算其他负单轴晶体的I类匹配角(BBO Class I match angle calculated by modifying the parameters can be calculated other negative uniaxial crystals Class I match angle)
    2007-05-07 16:52:58下载
    积分:1
  • testrotate
    自己编写图像旋转; (1)可以任意设定旋转中心; (2)旋转通过坐标矩阵和旋转矩阵一步到位,得出旋转之后的对于坐标矩阵;(myrotate和myrotate1功能一样,后者只是在前者基础上,将旋转矩阵和平移矩阵集成到一起了); (3)自带构造测试矩阵,可以直接运行;(rotate img by myself all center )
    2015-04-26 18:59:09下载
    积分:1
  • matlab
    基于matlab做的数字水印,文件包括源代码及原图像和加入水印后的图像,经过测试,能有效抗攻击(Matlab-based digital watermarking so that the document includes the source code and the original image and adding a watermark image, tested and effective anti-attack)
    2008-12-14 20:03:52下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载