CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - jpeg解码

搜索资源列表

  1. bf53x_jpeg_decode

    0下载:
  2. 基于ADI DSP blackfin BF533开发板的 jpeg图片解码程序-based on ADI DSP blackfin BF533,jpeg decoder
  3. 所属分类:DSP program

    • 发布日期:2017-04-06
    • 文件大小:930050
    • 提供者:wangzhe
  1. JpegDecoder

    0下载:
  2. JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。在第三篇的实例MagicHouse中就需要使用这个类。-JpegDecoder class is mainly used for the decoding of Jpeg files. Usage is very simple, only need to use GetJPEGBuffer function returns an array of pixels
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-27
    • 文件大小:9869
    • 提供者:王胜
  1. JPEG_bmp

    0下载:
  2. jpeg的解码 如何把jpeg的数据转换为bmp的数据-jpeg decoder how to decode the jpeg, it s useful in processing a picture
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:12935
    • 提供者:Trento_Leung
  1. itu-t81PJPEGPstandard

    0下载:
  2. jpeg 编码解码标准,讲解非常详细,值得一看-jpeg codec standards, to explain in great detail, worth a visit
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-02
    • 文件大小:983978
    • 提供者:王爱军
  1. tuxiangjima

    0下载:
  2. JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。在第三篇的实例MagicHouse中就需要使用这个类。-JpegDecoder class is mainly used for the decoding of Jpeg files. Usage is very simple, only need to use GetJPEGBuffer function returns an array of pixels
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:10352
    • 提供者:王高明
  1. jpegIO

    0下载:
  2. 实现原始的JPEG图片编解码,不借助任何的第三方库,纯C++。-To achieve the original JPEG image decoding, without using any third-party libraries, pure C++.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:388534
    • 提供者:哥琴
  1. w_ipp-sample-speech-coding_p_5.1.005

    0下载:
  2. intel语音编码解码,包含mp3,jpeg,h.264等等诸多语音编码解码源代码,可以很方便的集成到自己的应用程序,缺点是必须X86的CPU-intel audio codecs, including mp3, jpeg, h.264 and many other speech codec source code, can be easily integrated into your applications, drawback is that the CPU must X86
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-27
    • 文件大小:582226
    • 提供者:殷丞
  1. jpeg1

    0下载:
  2. 实现JPEG的编解码,用C语言编写,调试通过,很好的程序。-Achieve JPEG codec, written in C, debugging through.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:787970
    • 提供者:不高
  1. jpeg_demo

    0下载:
  2. jpeg 图片解码 详细解码过程 详细注释-jpeg decode
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-15
    • 文件大小:3986817
    • 提供者:李东临
  1. bianma

    0下载:
  2. 根据jepg压缩的基本原理,先进行分块,该 模拟JPEG压缩过程 实验读取的是图像前4*4的小块,然后对其进行DCT变换,将空间域变换到频域中,再除以量化系数,减小数据量。并进行取整操作。然后根据量化后的数值矩阵进行解码操作。-First conduct a block, the experiment is to read the image the first 4* 4 small pieces, then its DCT transform, the space domain to
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:593
    • 提供者:serena
  1. jpg

    0下载:
  2. JPEG文件解码详解 JPEG图像解码方案 JPEG文件编码介绍
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:804592
    • 提供者:zhaogang
  1. cximage600_full

    0下载:
  2. 实现了主流图像格式jpeg,bmp,png,tiff等的解码,和显示,简单的图像处理等任务,对于想在windows下使用libjpeg,libpng的开发人员提供了很好的参考。-To achieve a mainstream image format jpeg, bmp, png, tiff, etc. decoding, and display a simple image processing tasks, who want to use windows libjpeg, libpng de
  3. 所属分类:Special Effects

    • 发布日期:2017-11-23
    • 文件大小:58918912
    • 提供者:zhangyuanhai
  1. Intel_IPP_basic_usage

    0下载:
  2. IPP“Intel Integrated Performance Primitives” ( Intel IPP )是一套跨平台的软件函数库,他提供了广泛的多媒体功能:音频解码器(例如: H263 、 MPEG-4 )、图像处理 (JPEG) 、信号处理、语音压缩(例如: G723 、 GSM 、 AMR )和加密机制。“Intel IPP” 包含各种的函数,用于进行向量与图像处理、颜色转换、过滤、分屏、设置域值、变换,以及算术、统计、几何与图形运算。对于每个函数, “Intel IPP” 均支
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:9414
    • 提供者:ajax
  1. PicCompressEncode

    0下载:
  2. 根据JPEG图像解码的源代码,编写MFC对话框程序,该程序能够读取jpg文件,并在对话框上显示相应的图像。-According to the source code of the JPEG image decoding, writing MFC dialog program, the program can read jpg file, and display the corresponding image in the dialog box.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-15
    • 文件大小:4038727
    • 提供者:jygb007
  1. dct

    0下载:
  2. 在编码端,影像首先被分割成8 8块。 DCT的操作,然后 适用于每个图像块。据国际视频标准(JPEG,H.261...), 变换系数四舍五入到最接近的整数,并剪辑成12位( 2048至 2047)。这些系数,然后根据锯齿扫描顺序安排到1-D数据阵列。 然后,选择一些系数和量化。在解码器端,量化系数 反DCT(IDCT)重建。 IDCT的输出调整和裁剪,以0 255。 (我们只有Y信号处理。),DCT,量化和锯齿扫描规格 为了下页。 下面
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:564222
    • 提供者:cky
  1. Upload_Actual_JPEG

    0下载:
  2. 内包含有基于MATLAB的jpeg图像的压缩编码和解码-Contains a based on the MATLAB jpeg image compression encoding and decoding
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:75881
    • 提供者:marshall
  1. ActualPJPEG

    0下载:
  2. JPEG图像压缩编解码完整程序,其中包括了英文解释以及所使用的图片以及: 1. Run jpegdemo.m (encoder) by Yu Hen Hu 2. Run ijpegdemo.m (decoder) by Ravi Lakkundi 。-JPEG image compression coding to complete the program, including a picture because the interpretation and use. Very wort
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:76449
    • 提供者:dreamlee
  1. tupianjiema

    0下载:
  2. BMP图片文件详解,JPEG图像解码方案,JPEG压缩编码标准,英文JPEG编解码介绍-BMP picture files Detailed JPEG image decoding program, the JPEG compression standard English JPEG codec introduced
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-31
    • 文件大小:13131484
    • 提供者:
  1. jpeg_loopback

    0下载:
  2. JPEG编解码,基于TMS320DM643平台,采用RF5框架,3个任务模块-JPEG decoding, based on TMS320DM643 platform, the RF5 framework, three task modules
  3. 所属分类:DSP program

    • 发布日期:2017-03-29
    • 文件大小:895588
    • 提供者:bys
  1. Embedded-in-the-DCT-coefficients-

    0下载:
  2. 在图像的DCT系数上嵌入信息,图像为常见的512*512大小的灰度图(实验所用图像为LENA.BMP)。嵌入的信息为一二进制Logo图(实验所用logo图为tj-logo.bmp),该图大小为32*32,共1024个Bit。 1. 在LENA图中嵌入水印,输出嵌入后的水印图像。 2. 对水印图像解码,输出解码后得到的logo图,并统计错误率。 3. 使用不同的嵌入强度进行嵌入,观察其对作品直觉效果和解码效果的影响,绘制相应的曲线。 4. 使用加入噪声、改变对比度、JPEG压缩等攻
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:986494
    • 提供者:lsc
« 1 2 ... 20 21 22 23 24 2526 27 28 29 »
搜珍网 www.dssz.com