CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - svd 图像

搜索资源列表

  1. svd

    1下载:
  2. 基于svd算法的matlab源码,压缩.bmp格式的位图为例-Based on the SVD algorithm matlab source, compressed. Bmp format Bitmap example
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:3.19kb
    • 提供者:xuyan
  1. exact_alm_rpca

    1下载:
  2. RPCA (Robust Principal Component Analysis)是目前用于矩阵填充、图像去噪的最有效的优化方法。该代码是求解RPCA的一种数值算法——Exact ALM(Exact Augmented Lagrange Multiplier)-The most basic form of the exact ALM function is [A, E] = exact_alm_rpca(D, λ), and that of the inexact ALM function i
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:372.33kb
    • 提供者:Bingmiao Huang
  1. 12345

    0下载:
  2. 彩色数字水印的程序,实现在彩色图像中通过DCT变换来嵌入水印信息-Color digital watermarking process to achieve the color image by DCT transform to embed watermarks
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:414.61kb
    • 提供者:song
  1. matlab

    0下载:
  2. 一段基于DWT的数字水印的MATLAB代码,图像分块,水印受攻击-A DWT-based digital watermarking of MATLAB code, image segmentation, watermarking attacks
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.22kb
    • 提供者:小玉
  1. tuxiangyasuo

    0下载:
  2. 一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除。-Image Compression A collection of simple routines
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:55.11kb
    • 提供者:依米
  1. shengyin

    0下载:
  2. 不同SVD(全局、局部)处理声音、图像、地质信号,里面有一些自己编写的函数,有的地方不太完美-different SVD(global and local) in voice,figure,Geology processing
  3. 所属分类:matlab

    • 发布日期:2017-06-19
    • 文件大小:28.75mb
    • 提供者:xiachun
  1. KSVD-P-Sparse-Representation

    0下载:
  2. K-SVD SPARSE REPRESENTATION 基于学习的稀疏表示图像分析方法,以去噪为例。-K-SVD SPARSE REPRESENTATION
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:13.95mb
    • 提供者:方小舞
  1. DWT_SVD_codes

    0下载:
  2. 图像水印嵌入及提取 SVD DWT2,基于MATLAB 2012以上版本。运行时安装-Image watermark embedding and extracting SVD DWT2, based on MATLAB 2012 or later. Runtime installation
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:15.12kb
    • 提供者:刘元浩
  1. Local_MCA_KSVD

    2下载:
  2. 运用MCA算法,进行图像的分离,通过稀疏表示的K-SVD算法,将图像分为卡通和纹理部分-The MCA algorithm is used to separate the images. The sparse representation of the K-SVD algorithm is used to separate the images into cartoons and textures
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.96kb
    • 提供者:胡高
  1. ksvdsbox11-min

    2下载:
  2. KSVD 算法 K-SVD通过构建字典来对数据进行稀疏表示,经常用于图像压缩、编码、分类等应用(KSVD algorithm K-SVD sparse data is represented by building dictionaries, often used for image compression, coding, classification, and other applications)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:42kb
    • 提供者:哈哈星星
  1. 107215802AnalysisKSVD

    0下载:
  2. 实现图像的稀疏编码,采用k-svd进行字典学习,omp算法进行稀疏表示系数的计算,内附有去噪例子(To achieve the image sparse coding, using K-SVD dictionary learning, OMP algorithm for sparse representation of the calculation of factors, with examples of denoising)
  3. 所属分类:matlab例程

  1. AnalysisKSVDbox

    1下载:
  2. K-SVD可以看做K-means的一种泛化形式,K-means算法总每个信号量只能用一个原子来近似表示,而K-SVD中每个信号是用多个原子的线性组合来表示的。 K-SVD通过构建字典来对数据进行稀疏表示,经常用于图像压缩、编码、分类等应用。(K-SVD can be regarded as a generalized form of K-means. The total K-means algorithm can only approximate one signal for each sem
  3. 所属分类:matlab例程

    • 发布日期:2018-04-18
    • 文件大小:611kb
    • 提供者:华仔007
  1. demo

    0下载:
  2. K-SVD图片去噪,直接运行其中quzao.m文件即可。(K-SVD image denoising, directly run the quzao.m file.)
  3. 所属分类:matlab例程

    • 发布日期:2020-12-29
    • 文件大小:31kb
    • 提供者:反对毒菜
  1. SVD

    1下载:
  2. SVD奇异值分解做降维处理,主要用于降维处理,可用于图像压缩,数据融合等领域(SVD singular value decomposition (SVD) is used for dimensionality reduction, which is mainly used for dimensionality reduction, and can be applied to image compression, data fusion and other fields.)
  3. 所属分类:matlab例程

    • 发布日期:2021-03-26
    • 文件大小:10kb
    • 提供者:女乔
搜珍网 www.dssz.com