登录
首页 » matlab » Batch-based-OMP

Batch-based-OMP

于 2013-01-09 发布 文件大小:227KB
0 167
下载积分: 1 下载次数: 55

代码说明:

  基于块的OMP算法,相对传统的OMP算法速度很快!(Batch-based OMP algorithm,execution quickly than the comman OMP algorithm.)

文件列表:

Batch-based OMP

...............\Chapter_12_DispDict.m,1753,2013-01-03
...............\Chapter_15_Local_MCA_KSVD.m,9815,2013-01-03
...............\fht.m,218,2004-06-09
...............\ifht.m,220,2004-06-09
...............\omp.m,4601,2009-04-12
...............\omp2.m,5519,2009-04-12
...............\private
...............\.......\make.m,797,2009-04-19
...............\.......\myblas.c,5353,2009-05-22
...............\.......\myblas.h,6831,2009-05-22
...............\.......\omp2mex.c,3385,2009-04-11
...............\.......\omp2mex.m,896,2009-04-12
...............\.......\omp2mex.mexw32,17920,2009-10-14
...............\.......\ompcore.c,14351,2009-05-22
...............\.......\ompcore.h,3122,2009-04-11
...............\.......\ompmex.c,2742,2009-04-16
...............\.......\ompmex.m,792,2009-04-12
...............\.......\ompmex.mexw32,17408,2009-10-14
...............\.......\ompprof.c,4523,2009-04-12
...............\.......\ompprof.h,3086,2009-04-12
...............\.......\omputils.c,1453,2009-04-12
...............\.......\omputils.h,2238,2009-04-11
...............\.......\printf.m,693,2009-04-19

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

发表评论

0 个回复

  • anisodiff
    说明:  将小波和各向异性扩散结合,对超声图像进行去噪。效果较好(The combination of wavelet and anisotropic diffusion for ultrasonic image denoising. Better)
    2009-07-22 21:58:43下载
    积分:1
  • EDLines 快速直线检测算子
    EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (ED)算法包含以下步骤: (1)采用size=5*5,σ=1的高斯核对灰度图像进行平滑滤波,去除噪声; (2)采用一种常用的梯度算子,如Prewitt、Sobel或Scharr等计算平滑后图像中每个像素点的梯度幅度和梯度方向; (3)将梯度图中邻域内幅度最大的像素点标记为锚点,这些锚点成为图像边缘点(edge elements)的概率很大; (4)将相邻的锚点连接成边缘线。从一个锚点起始,ED利用相邻像素的梯度幅度和方向在梯度为最大值的锚点之间游走。 (Edge Drawing (ED) is our recently-proposed, novel, fast edge detection algorithm. What makes ED stand out the existing edge detectors, e.g., Canny, is the following: While the other edge detectors give out a binary edge image as output, where the etected edge pixels are usually independent, discontinuous entities ED produces a set of edge segments, which are clean, contiguous, i.e., connected, chains of edge pixels. Thus, while the output of the other edge detectors requires urther processing to generate potential object boundaries, which may not even be possible or result in inaccuracies ED not only produces perfectly connected object boundaries by default, but it also achieves this in blazing speed compared to other edge detector.)
    2021-03-22 16:29:16下载
    积分:1
  • chayingfa
    差影法去背景---部分测试,感觉还行,与大家分享,呵呵差影法去背景(Poor background--- Shadow law to some of the test, I feel also visit to share with you, huh, huh difference method to the background shadow)
    2008-12-17 16:51:19下载
    积分:1
  • dwtprocedure
    整个数字水印的程序。包括峰值信躁比的计算,各种攻击后的水印提取等等。(entire digital watermarking process. Including peak impatient than the letter, after the attacks watermark extraction, and so on.)
    2007-04-14 14:53:18下载
    积分:1
  • shadow-removal
    收集的一些关于阴影去除的论文,对于做阴影去除的学者来说有用,至少可以节省论文的查阅时间(Collected a number of papers on the shadow removal, useful for scholars to do shadow removal, at least you can save paper inspection time)
    2012-11-01 11:55:52下载
    积分:1
  • 各种低秩约束矩阵填充方法
    说明:  matlab的低秩矩阵填充代码,可直接使用(Matlab low rank matrix filling code, can be used directly)
    2020-10-29 20:00:02下载
    积分:1
  • BenchmarkDataset
    BenchmarkDataset,做图像处理的标准图像库(BenchmarkDataset, do image processing standard image library)
    2013-05-23 11:18:48下载
    积分:1
  • SA(能量终止)
    基于模拟退火与马尔可夫随机场的遥感图像分割的matlab代码(the image segmentation based on the SA and MNF)
    2018-01-02 11:11:52下载
    积分:1
  • coregistration_FFT
    基于FFT的配准程序,用在图像配准中的粗匹配中,对噪声、图像中物体发生运动等极为鲁棒! (FFT-based registration procedure, used in image registration in the coarse matching, noise, motion and other image objects occur very robust!)
    2011-08-31 14:26:10下载
    积分:1
  • ACE算法
    ACE算法 对图像进行增强,能完成对雾天图像,低照度图像的增强处理(automatic colour enhance)
    2021-01-27 15:58:40下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载