CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 搜索资源 - DCT 变换

搜索资源列表

  1. dct_idct

    1下载:
  2. 4种不同的dct和idct算法源程序,对于学习dct和idct变换很有帮助-four different types of Extra and IDCT algorithm source for learning Extra transform helpful and IDCT
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:173771
    • 提供者:wgz
  1. Y1107125[1]

    0下载:
  2. 随着网络和通信系统的高速发展,交互式计算机和电视技术的普遍应用,以及现代远程教育技术的迫切需要,人们对多媒体数据的编码、解码技术提出了更高的要求。近几年来,视频压缩技术发展迅速,新的视频标准不断推出。MPEG-4是国际运动图像专家组[MPEG]在继MPEG-1和MPEG-2之后,制订的又一个ISO/IEC标准,即ISO/IEC 14496。它能够获得更高的音/视频压缩率,且具有基于内容的交互能力。目前MPEG-4也正在不断的修订,以提出更好的压缩及解压算法,在质量有损最小的前提下,获得更好的压缩
  3. 所属分类:mpeg mp3

    • 发布日期:2017-05-15
    • 文件大小:3667396
    • 提供者:jppp
  1. DCT2IDCT

    0下载:
  2. 适合于MPEG2/H.264的DCT变换和反变换源码程序,并且可以输出中间结果和输出到文件中。-The DCT transform for MPEG2/H.264 and inverse transform source programs, and can output intermediate results and output to a file.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-06-17
    • 文件大小:27625577
    • 提供者:舒念
  1. H264DCT_SSE2

    0下载:
  2. 完全利用SSE2汇编指令实现的H.264的色度信号的DCT变换和量化、反量化和反变换程序,包含Hardamard变换-Fully implemented using SSE2 assembler instructions H.264 DCT chrominance signal transform and quantization, inverse quantization and inverse transform process, including Hardamard transform
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-30
    • 文件大小:55866
    • 提供者:舒念
  1. 31767689audiowatermark

    1下载:
  2. 基于离散余弦变换的数字音频水印技术,可供毕业设计的同学参考-DCT-based digital audio watermarking technique,could be a reference for the students under final year projects
  3. 所属分类:Audio program

    • 发布日期:2017-03-25
    • 文件大小:3205
    • 提供者:WB
  1. videowatermarkDCT

    0下载:
  2. 一个基于DCT系数的视频水印嵌入程序,读取yuv文件,提取其中的若干帧,然后对每帧做DCT变换,在中低频修改系数值,然后做IDCT,再把每帧图像组成YUV格式播放。-DCT coefficients of a video-based watermark embedding program, read the yuv file, extract the number of frames, and then do each frame DCT transform coefficients in th
  3. 所属分类:VOIP program

    • 发布日期:2017-03-28
    • 文件大小:1574
    • 提供者:岳恒立
  1. watermark

    1下载:
  2. 基于DCT域音频水印完整源代码,包括水印图像的预处理(二维二值图像Arnold变换、混沌加密、降维),水印的嵌入提取以及检测,信噪比和相似性系数。-Based on the the DCT domain audio watermarking complete source code, including the watermark image preprocessing (two-dimensional binary images Arnold transform chaotic encrypt
  3. 所属分类:Multimedia program

    • 发布日期:2017-11-08
    • 文件大小:21720273
    • 提供者:zhangmingyang
  1. pinyu-bianhuan

    0下载:
  2. 实现了在matlab下音频信号的dct(离散余弦)和fft(傅里叶变换)相对matlab工具箱,有快速准确的效果。-Realized the dct (discrete cosine) of the audio signal in matlab fft (Fourier transform) relative matlab toolbox, fast and accurate results.
  3. 所属分类:Audio program

    • 发布日期:2017-11-03
    • 文件大小:3067
    • 提供者:lishuohao
  1. DIGITAL-WARTERMARKING

    0下载:
  2. 使用DCT和小波变换的数字音频水印生成/解码程序,可存活于方差0.05的高斯白噪声及不同程度的剪切。内含程序/测试文件介绍。-Digital wartermarking encoding/decoding program with DCT and wavelet transform. nice robustness against Gaussian noise with variance less than 0.05 and any type of cropping attack. fu
  3. 所属分类:Audio program

    • 发布日期:2017-05-12
    • 文件大小:2613112
    • 提供者:xipeng
  1. DCTyinxie

    0下载:
  2. 图像的DCT变换域的隐写matlab程序代码-DCT transform domain image steganography matlab code
  3. 所属分类:mpeg mp3

    • 发布日期:2017-04-06
    • 文件大小:3428
    • 提供者:fanmengdi
  1. DCT_1D

    0下载:
  2. 关于DCT算法处理音频文件的一系列文件,压缩,变换等等。-DCT algorithm processing audio files on a series of documents, compression, conversion, and so on.
  3. 所属分类:Audio program

    • 发布日期:2017-04-02
    • 文件大小:89404
    • 提供者:李延刚
  1. Image-Compression

    0下载:
  2. DCT变换1、 提取彩色图像,将图像大小限制为512* 3; 2、 提取彩色图像三个颜色分量的矩阵,每个矩阵单独处理; 3、 将矩阵分为8*8的块,做DCT变换; 4、 提取每个块的一部分DCT系数做IDCT变换,显示基本图像; 5、 再提取每个块的一部分DCT系数做DCT反变换,得到增强层1,与前一次得到的数据叠加,得到质量更好的图像。 -DCT transform
  3. 所属分类:Video Capture

    • 发布日期:2017-03-29
    • 文件大小:69688
    • 提供者:陆荣
  1. video-compression

    0下载:
  2. 该图像压缩算法参考MG.Jordon博士发布的开源代码,作者对部分内容进行了优化,包括了帧内编码、帧间编码,DCT变换编码、自适应量化等。-The image compression algorithm reference Dr. MG.Jordon released the open source code, the author of some of the contents of the optimization, including the intra coding, inter fra
  3. 所属分类:Video Capture

    • 发布日期:2017-04-13
    • 文件大小:2532
    • 提供者:鬲随甲
« 1 2»
搜珍网 www.dssz.com