搜索资源列表

  1. JPEG2000

    0下载:
  2. 介绍了有关静态图像压缩标准的核心算法,基于图像的小波变换对小波系数进行量化和用EBCOT算法进行压缩编码-Introduced the still image compression standard of the core algorithms, image-based wavelet transform of the wavelet coefficients used to quantify and EBCOT coding alg
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:77824
    • 提供者:何文婷
  1. huffman

    0下载:
  2. 在windows环境下进行huffman编码,应用于jpeg压缩过程中-In the windows environment huffman encoding, used in the process of jpeg compression
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:李勤
  1. jpegandbmp

    0下载:
  2. 仿真实验,模拟实现jpeg压缩编码的方法与实现的源码。-Simulation experiments, simulation realize jpeg compression coding methods and the realization of the source.
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:李灵
  1. V_85

    0下载:
  2. JPEG压缩编码在TMS320VC5509的实现代码-JPEG compression encoding in the realization of the code TMS320VC5509
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:361472
    • 提供者:wumin
  1. JPEG

    0下载:
  2. 图象压缩(JPEG)编码算法及压缩过程的实现-Image Compression (JPEG) coding algorithm and compression process to achieve
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-21
    • 文件大小:41984
    • 提供者:朱里
  1. JPEG2000_Standard

    0下载:
  2. JPEG-2000静止压缩编码标准的官方文档,pdf格式-JPEG-2000 compression coding standard geostationary official document, pdf format
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-21
    • 文件大小:2484224
    • 提供者:dengqingeng
  1. ViewImage

    0下载:
  2. 图像编码源代码,包括:PCX, GIF,LZW算法和GIF数据压缩,JPEG,TGA,TIFF等-Image coding the source code, including: PCX, GIF, LZW and GIF data compression algorithm, JPEG, TGA, TIFF, etc.
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:赵堃
  1. JPEG

    0下载:
  2. 实现JPEG的压缩和编码 (1)首先通过DCT变换去除数据冗余; (2)使用量化表对DCT系数进行量化; (3)对量化后的系数进行Huffman编码。 -The realization of JPEG compression and coding (1) First of all, through the DCT transform to remove data redundancy (2) the use of qu
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:李雅
  1. jpeg-6b

    0下载:
  2. IJG组织的JPEG压缩程序的源代码,这里的JPEG压缩程序仅限于灰度图像的压缩,比较简单。文中的算术编码的程序实现参考了Guido Vollbeding 为JPEG压缩编写的算术编码程序。-IJG organizations JPEG compression program
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-21
    • 文件大小:697344
    • 提供者:
  1. chap09

    0下载:
  2. 第九讲 图象的压缩编码,JPEG压缩编码标准 共12张图-IX-speaking image compression, JPEG compression coding standard, a total of 12 plans
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-21
    • 文件大小:118784
    • 提供者:王鹏
  1. jpeg

    0下载:
  2. JPEG(Joint Photographic Expert Group,联合摄影专家组)编码的数据执行解压缩的各项功能.JPEG的VHDL实现代码-JPEG (Joint Photographic Expert Group, Joint Photographic Experts Group) encoding of data to implement the various functions of decompression. JP
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-21
    • 文件大小:3241984
    • 提供者:
  1. jpg

    0下载:
  2. jpeg压缩matlab源代码。由均匀量化和huffman编码组成,简洁易懂-jpeg compression matlab source code. By the uniform quantization and huffman coding components, concise and understandable
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:29696
    • 提供者:wuzhikai
  1. Photo

    0下载:
  2. 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:1991680
    • 提供者:郭东
  1. jpegEncoder

    0下载:
  2. JPEG 编码程序,他可以帮助你进行JPEG的图像压缩编码。-JPEG encoding process, he can help you to JPEG image compression coding.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:333824
    • 提供者:Guo
  1. work

    0下载:
  2. 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。-Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:181248
    • 提供者:liliang
  1. data

    0下载:
  2. 最新研究的JPEG压缩编码图像处理系统,希望有帮助。-The latest research JPEG compression coding image processing system, I hope there is help.
  3. 所属分类:波变换

    • 发布日期:2024-05-21
    • 文件大小:617472
    • 提供者:李百良
  1. JPEG_SourceCode

    0下载:
  2. source目录下为本章介绍的源程序 功能是行程编码,JPEG压缩编码(基本系统) 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib-source directory for the introduction of this chapter is to visit the source code function, J
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-21
    • 文件大小:117760
    • 提供者:KC Chen
  1. 4.2HRIT_1.pdf.tar

    0下载:
  2. 新一代高速气象卫星数据通讯协议,支持高速云图发送以及JPEG压缩编码。和最新的风云系列格式基本一致。-Global Specification for Low Rate and High Rate Information Transmission (LRIT/HRIT) [AD.1] has been agreed by the Co-ordination Group for Meteorological A Satellite
  3. 所属分类:图片显示浏览

    • 发布日期:2024-05-21
    • 文件大小:299008
    • 提供者:zhfjyq
  1. source9

    0下载:
  2. JPEG压缩编码标准。。。 命令行编译过程如下 vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi32.lib-Coding standard JPEG compression. . . Command-line compiler as follows vcvars32 rc bmp.rc cl compress.c bmp.res user32.lib gdi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:239616
    • 提供者:阿斯顿
  1. JPEG-compress-and-decoding

    0下载:
  2. 功能:实现jpeg、jpg等图像文件的压缩,编码和解码的处理。-Function: the realization of jpeg, jpg image files, such as compression, encoding and decoding processing.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:59392
    • 提供者:袁捷
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 26 »

源码中国 www.ymcn.org