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

搜索资源列表

  1. shuzishuiyindeng

    2下载:
  2. 基于LSB图像隐藏系统的设计与实现,LSB算法代码,信息隐藏攻击算法,DCT域的隐藏以及数字水印。-LSB based image hiding system design and implementation, LSB algorithm code, information hiding attack algorithm, DCT hiding and digital watermarking domain.
  3. 所属分类:matlab

    • 发布日期:2016-12-19
    • 文件大小:14183424
    • 提供者:abcd0609
  1. dct_cs

    1下载:
  2. DCT压缩感知方案,采用DCT基稀疏分解原始信号,并且重构出原始信号-DCT compressed sensing scheme, using sparse decomposition of the original DCT-based signal and reconstruct the original signal
  3. 所属分类:matlab

    • 发布日期:2016-02-20
    • 文件大小:1024
    • 提供者:张健
  1. DCT

    5下载:
  2. 用matlab对一张图片进行DFT变换,DCT变换,比较保留20个DCT变换系数重构的图象与原始图像的差别.-Using matlab on a picture to DFT transform, DCT transform, compared to 20 DCT transform coefficients to retain the image reconstruction of the difference between the original image.
  3. 所属分类:matlab

    • 发布日期:
    • 文件大小:455811
    • 提供者:tosh
  1. DCT

    1下载:
  2. 实现图像的DCT高通、低通滤波器并与傅里叶变换做比较.有图可见,经DCT低通滤波后,图像变得很模糊。因为DCT是FFT取其实部,能量减少,因此图像变得很模糊,没有经FFT滤波后的效果好。 经DCT高通滤波后的图像: 经DCT高通滤波后,图像的低频部分被滤除掉,图像变黑,只有边缘的痕迹可见。-The DCT of image high-pass, low pass filter and compared with the Fourier transform.
  3. 所属分类:matlab

    • 发布日期:2014-11-23
    • 文件大小:9131008
    • 提供者:strong
  1. 12345

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

    • 发布日期:2017-04-01
    • 文件大小:424564
    • 提供者:song
  1. DCT

    1下载:
  2. 基于Matlab GUI的图像的DCT,自由调节压缩率,计算峰值信噪比,并图形化对比还原图像-Matlab GUI for image-based DCT, freely adjust compression rates, the peak signal to noise ratio, and reduction of image contrast graphic
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:205026
    • 提供者:桂树
  1. DCT

    2下载:
  2. 将图象分块(8*8),作DCT变换,并作IDCT:DCT是一种可分离图象变换,用来图象压缩编码,IDCT用来解压缩。-The image sub-block (8* 8) for the DCT transform, and to make IDCT: DCT is a separable image transformations, is used to image compression coding, IDCT is used to decompress.
  3. 所属分类:matlab例程

    • 发布日期:2013-05-21
    • 文件大小:7195
    • 提供者:zy
  1. DCT

    0下载:
  2. 采用离散余弦变换DCT,通过MATLAB实现数字水印(包括水印的嵌入和盲提取)。- Uses discrete cosine transformation DCT, realizes the digital watermark through MATLAB (including watermark inserting and blind extraction).
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1181
    • 提供者:静思
  1. dct

    0下载:
  2. 基于matlab编写的dct数字水印程序,文件包括有源程序以及简单的说明等-DCT matlab prepared based on digital watermarking procedures, documentation, including source code, as well as simple descr iptions
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:949
    • 提供者:张伟
  1. dctformatlab

    0下载:
  2. 在matlab环境下实现dtc变换,以用于图象压缩以及处理-in the matlab ,get the DCT transform
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:291300
    • 提供者:liuwei
  1. DCT_Qutization_watermarking

    0下载:
  2. 用matlab实现的DCT水印处理,并附有图像显示。-Matlab implementation of the DCT with watermark treatment, together with image display.
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:284176
    • 提供者:Oki
  1. 598752watermark

    0下载:
  2. 水印嵌入(小波,dct,lsb)实例都有-watermarking emding
  3. 所属分类:matlab

    • 发布日期:2017-05-11
    • 文件大小:2140037
    • 提供者:AAA
  1. ToolBox

    0下载:
  2. matlab图像处理工具相,使用了主成分分析,ANN,SVM等方法。-This toolBox used in the image processing(feature extraction and classification) PCA,LDA,ICA,DCT,RBF,RBE,GRNN,KNN,minimum distance,SVM, and others
  3. 所属分类:matlab

    • 发布日期:2015-11-07
    • 文件大小:75003
    • 提供者:大长今
  1. DCT

    0下载:
  2. 一个有关DCT的matlab程序,采用分块的思路-DCT-a matlab program, the idea of using block
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:595
    • 提供者:吴杰
  1. EasyWaterMarkingCodes

    1下载:
  2. 数字水印的入门代码,包括LSB DCT CDMA DWT,在原有收集上加了详细的注释,易于学习理解-Watermarking entry code, including LSB DCT CDMA DWT, add in the original collection of detailed notes, easy to learn to understand
  3. 所属分类:matlab例程

    • 发布日期:2017-04-22
    • 文件大小:183862
    • 提供者:liguoliang
  1. dct_y1_zuizhong1

    0下载:
  2. matlab 数字图像压缩 DCT实现,matlab本身有demo 但这里加固一下-digital image processing using matlab, enjoy yourself
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4671
    • 提供者:毛渝南
  1. pinp

    0下载:
  2. matlab 频谱分析演示,居于DCT的-spectrum analysis using matlab,base on the dct
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1290
    • 提供者:zou
  1. graydct

    0下载:
  2. DCT给灰度图像加二值的水印信息,运行显示四幅图,分别是原图像,水印图像,加水印的图像和提取的水印图像-DCT to gray image plus two watermark values, run the show four maps are the original image, watermark image, add watermark image and extracted watermark image
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:707
    • 提供者:花有缺
  1. DCT音频数字水印

    3下载:
  2. 音频数字水印数字水印技术是一种信息隐藏技术,所谓音频数字水印算法,就是将数字水印通过水印嵌入算法,嵌入到音频文件中(如wav,mp3,avi等等),但是又对音频文件原有音质无太大影响,或者人耳感觉不到它的影响。相反的又通过水印提取算法,将音频数字水印从音频宿主文件中完整的提取出来,而这嵌入的水印,和提取出来的水印,就叫音频数字水印。
  3. 所属分类:matlab例程

  1. MATLAB数字水印[GUI,dwt,dct,lun文]

    2下载:
  2. 该课题为基于MATLAB的数字水印系统。包括离散余弦DCT和小波变换DWT两种算法的对比,有一个GUI界面,包括嵌入,加噪,旋转,剪切,压缩等多种攻击,提取候,具有评价指标PSNR,NC等来评价算法的鲁棒性(This project is a digital watermarking system based on MATLAB. It includes the comparison of DCT and DWT. It has a GUI interface, including embedd
  3. 所属分类:matlab例程

    • 发布日期:2021-04-11
    • 文件大小:20537344
    • 提供者:可乐一生
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com