CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 稀疏变换

搜索资源列表

  1. perform_bandlet_transform

    1下载:
  2. 二代Bandelet变换,可以用其实现图像的稀疏表示,从而实现图像去噪,压缩等处理。-Second generation Bandelet transformation can be achieved with its sparse image, said in order to achieve the image de-noising, compression and other processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1.37kb
    • 提供者:Jason
  1. GUI_butterworth

    0下载:
  2. 基于压缩变换的小波变换稀疏表示,根据学习压缩编码理论分析。-base on compressed transform with wavelet transform
  3. 所属分类:Wavelet

    • 发布日期:2017-04-06
    • 文件大小:6.02kb
    • 提供者:goodboy
  1. A_wavelet_tour_of_signal_processing

    0下载:
  2. 由著名小波大牛mallat最新写的关于小波变换信号处理的书,里面包括小波变换的最新进展。如稀疏矩阵,压缩传感等概念-Daniel mallat by well-known wavelet-date written on the wavelet transform signal processing books, which include the latest developments of wavelet transform. Such as sparse matrix, the concep
  3. 所属分类:Wavelet

    • 发布日期:2017-06-03
    • 文件大小:14.2mb
    • 提供者:孙超
  1. FACE-RECOGNITION

    0下载:
  2. 此文的目的有三个:第一,当地连续均值量化变换特征是提出照明和传感器敏感操作在目标识别上。其次,注册稀疏Winnows网络分割,提出了加快原分类。最后,特点和分类相结合对于正面人脸检测任务。检测结果列 为MIT + CMU系统和BioID数据库。关于这人脸检测器,接收器操作特征曲线BioID数据库产生最好的结果公布。对于结果麻省理工学院的中央结算系统+数据库相当于国家的最先进的脸探测器。一个人脸检测算法的MATLAB版本可以从http://www.mathworks.com/matlabce
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-09
    • 文件大小:1.33mb
    • 提供者:
  1. Image-compression

    0下载:
  2. 图像压缩中的快速方向离散余弦变换算法沿给定的方向模式进行变换,避免了DPDCT中的插值运算,可以快速、稀疏地表示图像中各向异性边缘信息.-Image compression in the direction of the fast discrete cosine transform algorithm along a given direction of change model to avoid DPDCT of interpolation, you can quickly and spars
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:677.65kb
    • 提供者:杨艳
  1. erzhituxiangCS

    1下载:
  2. 读取二值图像,转化为稀疏信号,变换到压缩域,然后用压缩感知进行重构。-Read binary image, into sparse signal, transform to the compressed domain, and then use compressed perception reconstruction
  3. 所属分类:Wavelet

    • 发布日期:2015-12-18
    • 文件大小:1kb
    • 提供者:杨攀峰
  1. cs

    0下载:
  2. 利用压缩感知对图像进行处理 先用小波变换生成矩阵,再利用正交匹配追踪算法,在对图像进行稀疏处理后进行正交匹配追踪 -Orthogonal matching pursuit algorithm for image processing First generated using wavelet transform matrix orthogonal matching pursuit, sparse processing image
  3. 所属分类:Wavelet

    • 发布日期:2017-04-03
    • 文件大小:2.9kb
    • 提供者:zhangpeiling
  1. tsbcs_vb

    0下载:
  2. 实现曲线的重构利用尽可能快的速度实现采样后的数据的稀疏变换-Realize the reconstruction of the curve of the speed as quickly as possible after the data sampling realize sparse transformation
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-22
    • 文件大小:99.56kb
    • 提供者:苏凯
  1. CurveLab-2.1.3.tar

    0下载:
  2. 最新曲波变换工具箱,用于信号稀疏分解重构-Last curvelet transform toolbox for signal sparse decomposition and reconstruction
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:832.88kb
    • 提供者:kjl
  1. Wavelet_OMP

    0下载:
  2. 本程序实现图像LENA的压缩传感,小波变换让图像稀疏化,算法采用正交匹配法-This procedure for the compression of the image LENA sensing, wavelet transform to image sparse algorithm using orthogonal matching method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:68.84kb
    • 提供者:王鹏
  1. omp

    3下载:
  2. 用小波变换作为稀疏基,采取OMP算法将图像重建恢复,由于算法计算量大会导致成像时间过长,程序用改进的分块处理缩短了时间,-Wavelet transform as a sparse base, take OMP algorithms to restore the image reconstruction algorithm to calculate the General Assembly led to the long imaging time, the program using a mod
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:34.31kb
    • 提供者:任甜甜
  1. Tetrolet_Transform

    0下载:
  2. Tetrolet变换的原代码,一种稀疏表示的小波变换,由haar变换改进得到-Tetrolet transform the original code, a sparse representation of the wavelet transform, haar transform improved
  3. 所属分类:Wavelet

    • 发布日期:2017-11-06
    • 文件大小:102.36kb
    • 提供者:
  1. Wavelet_IRLS

    0下载:
  2. 压缩感知CS——采用小波变换进行稀疏表示,高斯随机矩阵为观测矩阵,重构算法为ILRS算法,对256*256的lena图处理,比较原图和IRLS算法在不同采样比例(0.74、0.5、0.3)下的重构效果,并各运行50次,比较算法性能PSNR和每次的运行时间-Compressed sensing CS- using wavelet transform as sparse representation, Gaussian random matrix as the observation matrix
  3. 所属分类:Special Effects

    • 发布日期:2017-11-24
    • 文件大小:45.02kb
    • 提供者:沈芳
  1. Wavelet_OMP

    0下载:
  2. 压缩感知CS——采用小波变换进行稀疏表示,高斯随机矩阵为观测矩阵,重构算法为OMP算法,对256*256的lena图处理,比较原图和OMP算法在不同采样比例(0.74、0.5、0.3)下的重构效果,并各运行50次,比较算法性能PSNR和每次的运行时间 -Compressed sensing CS- using wavelet transform as sparse representation, Gaussian random matrix as the observation matrix
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:45.31kb
    • 提供者:沈芳
  1. Wavelet_SP

    1下载:
  2. 压缩感知CS——采用小波变换进行稀疏表示,高斯随机矩阵为观测矩阵,重构算法为SP算法,对256*256的lena图处理,比较原图和SP算法在不同采样比例(0.74、0.5、0.3)下的重构效果,并各运行50次,比较算法性能PSNR和每次的运行时间-Compressed sensing CS- using wavelet transform as sparse representation, Gaussian random matrix as the observation matrix and
  3. 所属分类:Special Effects

    • 发布日期:2015-09-15
    • 文件大小:45kb
    • 提供者:沈芳
  1. Wavelet_ROMP

    0下载:
  2. 压缩感知CS——采用小波变换进行稀疏表示,高斯随机矩阵为观测矩阵,重构算法为ROMP算法,对256*256的lena图处理,比较原图和ROMP算法在不同采样比例(0.74、0.5、0.3)下的重构效果,并各运行50次,比较算法性能PSNR和每次的运行时间 -Compressed sensing CS- using wavelet transform as sparse representation, Gaussian random matrix as the observation matr
  3. 所属分类:Special Effects

    • 发布日期:2016-04-06
    • 文件大小:46kb
    • 提供者:沈芳
  1. workshop.tar

    0下载:
  2. 压缩感知的MRI图像重建测试CS-MRI 程序包括:fft2、ifft2、小波稀疏变换子程序、测试数据、demo程序......(compressed sensing for MRI)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:19.22mb
    • 提供者:sweed
  1. sfft-0.1.0

    0下载:
  2. 采用MATLAB编程实现二分查找法的稀疏傅立叶变换算法。研究算法参数变化对信号频谱的影响,并对特定的宽带跳频信号进行稀疏傅立叶变换处理,得出相应的频谱,并与快速离散傅立叶变换的结果进行比较。(Recurrence of sparse Fourier transform)
  3. 所属分类:图片显示

    • 发布日期:2017-12-18
    • 文件大小:455kb
    • 提供者:luxiantong
  1. qcwt

    0下载:
  2. 这个软件包主要是用于基于contourlet变换的图像稀疏表示。(I'ts a software about image sparse representation based on contourlet.)
  3. 所属分类:图形图象

    • 发布日期:2017-12-26
    • 文件大小:281kb
    • 提供者:xiaoguoya
  1. 稀疏三维变换协同滤波图像去噪MATLAB代码

    2下载:
  2. 协同滤波去噪(主要是对于图像的去噪),其中加入了为纳滤波,dct等方式的融合滤波(Collaborative filtering)
  3. 所属分类:图形图象

    • 发布日期:2020-04-13
    • 文件大小:6.14mb
    • 提供者:Elk_1
« 12 3 »
搜珍网 www.dssz.com