CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - DCT 图像压缩

搜索资源列表

  1. JPEG

    0下载:
  2. 本文首先介绍了静态图像压缩(JPEG)编码算法的基本原理、压缩的实现过程及其重要过程的离散余弦变换(DCT)算法的实现原理及软件实现的例程,其次着重介绍了压缩过程中的DCT、量化和编码三个重要步骤的实现原理。-This paper describes the static image compression (JPEG) coding algorithm is the basic principle of compression process of the implementation pro
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-29
    • 文件大小:41540
    • 提供者:xuai
  1. Chapter6-9

    3下载:
  2. 第六章到第九章的代码 本书通过100多个模块实例,详细地讲解了Verilog HDL程序设计语言,全书共分13章,内容涉及VerilogHDL语言基本概念、建模、同步设计、异步设计、功能验证等,实例包括各种加法器/计数器、乘法器/除法器、编码器/译码器、状态机、SPIMaster Controller、I2C Master controller、CAN ProtocolController、Memory模块、JPEG图像压缩模块、加密模块、ATA控制器、8位RISC-CPU等及各个实例
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-04-11
    • 文件大小:6281027
    • 提供者:xiao
  1. DCT

    0下载:
  2. 数字信号处理实验,DCT图像压缩,内含有matlab实验m文件以及实验报告,供大家参考。-Digital signal processing experiment, DCT image compression, contains matlab experiment m documents and the experiment report for your reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:64326
    • 提供者:
  1. dct

    0下载:
  2. 实现图像压缩中的DCT变换,尤其是对于H.264视频标准中的DCT变换。-The realization of image compression in DCT transformation, especially for H.264 video standard DCT transform.
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:1967
    • 提供者:张小伟
  1. DCT

    0下载:
  2. ARM汇编,实现DCT算法,图像压缩,JPEG 需要loadmemory,里面附带load文件示例以及样子图片,raw格式-ARM compilation and realizing DCT algorithm, image compression, JPEG need loadmemory, incidental load inside sample documents, as well as look like picture, raw format
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-08
    • 文件大小:10234
    • 提供者:林锋
  1. H0482220035

    1下载:
  2. 基于DCT的图象处理,主要介绍了图像压缩的基本原理,静止图像压缩流程,算法。-image progresing
  3. 所属分类:图形图象

    • 发布日期:2013-05-05
    • 文件大小:325986
    • 提供者:shi
  1. dct

    2下载:
  2. 针对给定的静止图像进行DCT 变换 给定不同的阈值及将数据块中不同位置的值置为0所得到的不同情况下压缩-For a given static image DCT transform a given threshold and a different data block at different positions of a value of 0 has been compressed under different circumstances
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:62618
    • 提供者:孟斌
  1. dct_y1_zuizhong1

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

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

    0下载:
  2. 256色灰度图像压缩 256色灰度图像dct变换-标量量化-反标量 量化-反DCT-256-color grayscale image compression 256-color grayscale image dct transform- scalar quantization- Anti-scalar quantization- Anti-DCT
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:3444
    • 提供者:赵欣
  1. dctyasuo

    0下载:
  2. DCT图像压缩的程序,DCT图像压缩的程序-DCT image compression programs
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:183263
    • 提供者:yx
  1. DCT

    0下载:
  2. 所属分类:Graph program

    • 发布日期:2017-04-05
    • 文件大小:990242
    • 提供者:邓云鹏
  1. imagecompression

    0下载:
  2. 这是一个关于dct变换的图像压缩算法的例子,希望对大家有用-a program about dct image compression
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:686
    • 提供者:晓丹
  1. HierarchicalvectorquantizationDCT

    0下载:
  2. 分层矢量量化DCT图像压缩算法设计与实现 计算机应用技术专业 论文-Hierarchical vector quantization DCT image compression algorithm design and implementation of Computer Application Technology Paper
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2060738
    • 提供者:tidy2356
  1. ImageProcessing

    1下载:
  2. JPEG图像压缩标准MATLAB仿真程序。包括DCT变换及其逆变换、量化及反量化等过程。-JPEG image compression standard MATLAB simulation program. Including the DCT transform and its inverse transform, quantization and inverse quantization and other processes.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:55012
    • 提供者:秋田
  1. jpeg_compression_encode

    0下载:
  2. jpeg图像压缩编码程序,图像的DCT变换是调用Matlab自带的DCT变换函数dct来完成-jpeg image compression coding process, DCT transform is called the image that comes with Matlab DCT dct to complete the transformation function
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:74122
    • 提供者:cyedu
  1. DCT

    0下载:
  2. 二维离散余弦变换 c# 实现图像压缩和特征提取 -Discrete Cosine Transform for Feature Extraction Decription: Implementation of 2D discrete cosine transform in c# Download source: http://www.codeproject.com/KB/GDI/2D-DCT.aspx
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:30014
    • 提供者:ben
  1. imagecompression

    0下载:
  2. 有损图像压缩的matlab程序实现,通过dct变换,霍夫曼编码,译码,比较压缩后图像与原图。-lossy image compression
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1595
    • 提供者:高天博
  1. dct

    0下载:
  2. 图像压缩 dct 一个图像预测编码(DCT)的简单程序-I own an image prepared by the Predictive Coding (DCT) the simple procedure
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-15
    • 文件大小:10939
    • 提供者:黄天华
  1. image-segmentation-DCT

    1下载:
  2. 基于matlab,利用DCT方法实现图像压缩,对比不同压缩率情况下图像的大小-image segmentation DCT
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:658
    • 提供者:刘进
  1. dct

    1下载:
  2. 基于FPGA的图像压缩算法程序,自己写的,可以参考一下-FPGA-based image compression algorithm, write your own, you can refer to
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:1762
    • 提供者:YF
« 1 23 4 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com