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

Batch-based-OMP

于 2013-01-09 发布 文件大小:227KB
0 93
下载积分: 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 个回复

  • YUV_DCT
    YUV Quantization using VS2010
    2013-07-14 19:12:13下载
    积分:1
  • text-segmentation
    不均匀光照下的文字分割,综合运用同态滤波方法、Bernsen局部阈值法、边缘识别法。(Uneven illumination of the text segmentation, integrated use of homomorphic filtering methods, Bernsen local threshold, the edge identification method.)
    2020-11-11 00:29:45下载
    积分:1
  • Edgelink_
    做完边缘提取之后,有的边缘断断续续,需要进行边缘连接,将其连成完整线。(Done after edge detection, and some off the edge, the edge needed to connect, to link into the full line.)
    2010-09-14 16:58:53下载
    积分:1
  • LiveWireAuto
    这是典型的图像分割Livewire算法的源码 结合OPENCV,配置一下就可以用了(This is a typical source image segmentation algorithm Livewire combination OPENCV, can be used to configure what)
    2020-12-31 14:58:59下载
    积分:1
  • single_phase_grid_pv
    单相并网光伏逆变系统仿真,带最大功率点跟踪(PV system is connected to grid through single phase inverter)
    2013-09-03 13:37:00下载
    积分:1
  • CVPR09-ScSPM
    基于稀疏编码和线性塔式匹配的图像分类算法。(This package contains the Matlab codes implementing the ScSPM algorithm described in CVPR 09 paper "Linear Spatial Pyramid Matching using Sparse Coding for Image Classification". )
    2010-11-18 22:12:00下载
    积分:1
  • project2_students
    基于互信息的刚性配准,利用了Powell算法和黄金分割算法,效果还不错(Based on Mutual Information rigid registration, Powell algorithm and the use of the golden section algorithm, the results were good)
    2015-12-18 14:36:54下载
    积分:1
  • matlab.thresholding-master
    在计算机视觉中,图像分割是将图像分成多个片段的过程。这使我们能够通过以比原始图像更简单的表示方式来更好地分析图像。一种用于分割图像的方法是阈值分割;也就是说,将强度值低于阈值的所有像素设置为背景值,而将高于阈值的其他像素设置为前景值。最简单的阈值处理形式是对所有像素使用全局阈值,而自适应阈值处理根据像素及其周围环境动态改变阈值。典型地,阈值处理从灰度图像开始,并输出二进制图像以清晰地描绘图像中的片段。在本实验中,我们开发了一种自适应阈值算法,并将其与更简单的算法进行了比较。 此外,我们还开发了逆运动学证明来将机械臂移动到给定的x,y,z坐标。这一证明涉及三种命名身份,并获得了对机械臂设计的更好理解。(Image threshold segmentation)
    2019-04-14 15:41:02下载
    积分:1
  • SURF-based-image-stitching
    SURF算法作为一种新近出现的特征提取方法,在重复度、独特性、鲁棒性3个方面,均超越或接近以往提出的同类方法,并在计算效率上具有明显的优势。本代码采用SURF算法检测图像并进行坐标变换与图像拼接。 采用SURF算法对图像进行检测,其主要是用Hessian矩阵对图像进行检测,对图像的特征提取之后找到图像的特征点。之后采用最近临快速匹配(NN)、随机抽样一致性(RANSAC)算法和最小二乘法参数优化(LM)对特征点进行提纯匹配。最后在两幅图像中进行坐标变换,达到统一坐标系和图像拼接的效果。 (SURF(Speeded Up Robust Features) as a method of feature extraction which newly appeared is over or nearly previous method on duplication, uniqueness, and robustness and have a clear advantage on computational efficiency. This code uses the SURF and coordinate transformation algorithm to detect image and image matching. This code uses the SURF algorithm of image detection, the main is to use the Hessian matrix of image for testing, to find the image after image feature extraction of feature points. After we used Nearest Neighbor (NN), Random Sample Consensus (RANSAC) algorithm and least square parameter optimization for purification of matching feature points. Coordinate transformation in the last two images, to coordinate system to achieve the same image stitching. )
    2014-08-30 15:12:42下载
    积分:1
  • Extractionoffaultfeaturevector
    用小波包提取故障特征向量并归一化,很实用,论文里的部分程序(Extracted using wavelet packet fault eigenvector and normalized, it is useful, some of the procedures in the thesis)
    2021-03-22 10:09:16下载
    积分:1
  • 696524资源总数
  • 103904会员总数
  • 44今日下载