登录
首页 » matlab » MCA

MCA

于 2021-03-17 发布 文件大小:3200KB
0 168
下载积分: 1 下载次数: 785

代码说明:

  形态学成分分析,该方法的基本思想是利用信号组成成分的形态差异,将图像分割为纹理和分片光滑部分。(Morphological Component Analysis,The basic point is that an image can be divided into texture and piecewise smooth parts by the morphological diversity among signal components.)

文件列表:

MCA



...\boy.tif,63568,2008-12-24
...\crop.m,1047,2011-04-29
...\dct_iv.m,916,2006-01-03
...\dyadlength.m,710,2006-01-03
...\edgefold.m,1077,2006-01-03
...\edgeunfold.m,1087,2006-01-03
...\FastCURVWRAPAnalysis.m,1484,2009-05-19
...\FastCURVWRAPSynthesis.m,1422,2008-12-24
...\FastLA2.m,873,2009-05-19
...\FastLDCT2Analysis.m,877,2008-12-24
...\FastLDCT2ivAnalysis.m,1353,2008-12-24
...\FastLDCT2ivSynthesis.m,1496,2008-12-24
...\FastLDCT2Synthesis.m,1043,2008-12-24
...\FastLDCTivAnalysis.m,1471,2008-12-24
...\FastLDCTivSynthesis.m,1298,2008-12-24
...\FastLS2.m,1003,2008-12-24
...\fdct_wrapping.asv,845,2011-05-09
...\fdct_wrapping.m,845,2011-05-09
...\fdct_wrapping_c2r.m,384,2009-06-19
...\fdct_wrapping_mex.mexw32,529920,2009-06-19
...\fdct_wrapping_r2c.m,317,2009-06-19
...\fold.m,1010,2006-01-03

...\HardThresh.m,529,2006-01-03
...\ifdct_wrapping.m,754,2009-06-19
...\ifdct_wrapping_mex.mexw32,529920,2009-06-19
...\imageplot.m,2999,2008-08-16

...\LengthList.m,334,2008-12-24
...\load_image.m,16786,2011-04-29
...\MakeList.asv,763,2011-05-08
...\MakeList.m,776,2011-05-08
...\MakeONBell.m,853,2006-01-03
...\MakeONFilter.m,10400,2006-01-03
...\MCA2_Bcr.asv,12154,2011-05-18
...\MCA2_Bcr.m,11262,2011-05-18
...\mcalabmeta.mat,365,2011-05-07
...\mirdwt.dll,8704,2004-07-28
...\mirdwt.m,5210,2002-11-12
...\mrdwt.dll,8192,2004-07-28
...\mrdwt.m,5068,2002-11-12
...\NthList.m,594,2009-05-19
...\packet.m,648,2006-01-03
...\psnr.m,303,2010-03-15
...\quadlength.m,868,2006-01-03
...\rescale.m,333,2011-04-29
...\results
...\.......\cur-dct
...\.......\.......\boy




...\.......\.......\girl




...\.......\.......\Jerry




...\.......\cur-localdct
...\.......\............\barb-128




...\.......\............\barb-256




...\.......\............\barb3




...\.......\............\umbrella




...\rmaxis.m,705,2008-12-24
...\ShapeAsRow.m,463,2006-01-03
...\SoftThresh.m,573,2006-01-03
...\testMCA1.m,1543,2011-06-10
...\testMCA1metadata.mat,3240,2011-06-10
...\testMCA2.m,1468,2011-06-10
...\testMCA2metadata.mat,3240,2011-06-10
...\texture1.png,60286,2011-05-23
...\texture2.png,44095,2011-05-24
...\texture3.tif,66294,2008-12-24
...\umbrella.png,30893,2011-06-08
...\unfold.m,989,2006-01-03

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

发表评论

0 个回复

  • EdgeDetecion
    亚像素边缘检测,基于zernike 灰度矩,实现精度可达0.05个pixel(sub-pixel edge detect)
    2021-04-02 14:19:07下载
    积分:1
  • Vehicle-License-Plate-Localisation-r
    车牌识别,图像分割出车牌,然后进行具体识别,matlab源代码(vehicle license plate recognition)
    2019-06-27 17:27:50下载
    积分:1
  • ellipse
    matlab 程序 运用霍夫椭圆检测原理,进行霍夫椭圆检测,识别图像中的椭圆圆(matlab program using Hough ellipse detection principle for Hough ellipse detection, identification image Ellipse Circle)
    2013-06-27 16:57:41下载
    积分:1
  • DIPDemo
    包括图像输入(打开文件、采集、捕捉图像、从剪贴板粘贴、打开扫描软件、灰度化、添加随机噪声、椒盐噪声、去噪声)、图像处理(几何变换、灰度反转、直方图均衡化、直方图统计、图像复原、边缘提取、伪彩色、二值化、图像变换)、图像输出(另存图像、打印输出、复制到剪贴板)(Including image input (open the file, capture, capture images, paste from the clipboard, open the scanning software, graying, adding random noise, Salt and pepper noise, to noise), image processing (geometric transformation, gray inversion, histogram equalization oriented, histogram statistics, image restoration, edge extraction, pseudo-color, binary, image transform), image output (save the image, print out, copy to clipboard))
    2020-12-27 22:09:03下载
    积分:1
  • hog_svm
    利用HOG算子提取特征,利用支持向量机进行分类,得到了较好的图像分割效果(Using HOG operator to extract features, using support vector machine to classify, get a better image segmentation effect)
    2021-01-08 15:28:51下载
    积分:1
  • EMsf
    关于EM算法的详细介绍,可以帮助初学者深入理解EM的来源及使用方法。(A detailed description on the EM algorithm that can help beginners in-depth understanding of the source and use of EM methods.)
    2009-10-27 20:21:41下载
    积分:1
  • NcutImage_7
    很好的图像分割软件,内有全部源码,对研究matlab图像识别处理很有帮助(good image segmentation software, comprising all the source code, the study Matlab image recognition processing helpful)
    2007-06-20 16:29:56下载
    积分:1
  • PNG(96)
    96个蛮实用的PNG格式图标 仅供编程或图像处理使用。(96 pretty practical PNG format icon super practical!)
    2012-10-11 09:15:23下载
    积分:1
  • mean_shift_v6
    在linux环境下,实用c++编写的有关实用mean shift进行视频跟踪,视频分割的很好的程序,运行良好……(Practical mean shift in the linux environment, practical C++ written in the video track, video segmentation procedures, good running ...)
    2012-03-15 11:10:14下载
    积分:1
  • 08340742uwt
    MATLAB程序-按物理光学模型生成PSF(MATLAB program - generating PSF by physical optics model)
    2021-04-09 16:38:59下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载