CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - data compression

搜索资源列表

  1. w_ipp-samples_p_6.0.0.127.zip

    1下载:
  2. 这是Intel官方提供的在windows环境下使用英特尔集成性能原件(Intel IPP)的程序实例,包括音视频编解码、计算机视觉、数据压缩、图像编解码、图像处理、信号处理、语音识别、字符串处理等。,This is the official Intel in windows environment using the Intel Integrated Performance Original (Intel IPP) for instance, including audio and video
  3. 所属分类:Special Effects

    • 发布日期:2017-06-14
    • 文件大小:22447340
    • 提供者:
  1. LSB-Data-Hiding-Image

    3下载:
  2. 图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00100111代表了两个不同渐变度的红色,但是就人眼是分辨不出来的。最低有效位LSB算法,就是利用这一点,达到图像压缩,或者数字水印的功能。-The composition of the image is nothing more than some number of bytes or string composed of string,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:323245
    • 提供者:xlz
  1. signal-analysis

    0下载:
  2. dctcom.m文件利用DCT变换完成对输入图像进行压缩;imagecbe.m完成对输入的两幅RGB图像用小波分析的方法进行图像融合 imagecom.m完成对输入的RGB图像用小波分析的方法进行自动降噪,得到高频系数阈值,降噪效果百分比和结果 wavelet1D.m完成对输入的一维信号进行多尺度离散小波分解 wavelet2D完成对输入的二维信号进行多尺度离散小波分解;zigzag.m完成对输入的8*8矩阵按照zigzag排列抽取数据.-document the use of DCT tran
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:3571
    • 提供者:zhouhao
  1. DEVCPP

    0下载:
  2. 霍夫曼编码是一种被广泛应用而且非常有效的数据压缩技术,根据待压缩数据的特征,一个可压缩掉20%~90%-Huffman coding is a widely used and very efficient data compression technology, according to the characteristics of data to be compressed, a compressible off 20 ~ 90
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:526215
    • 提供者:readymu
  1. wavelet_code

    1下载:
  2. 这是《小波分析理论与MATLABR2007实现》的源代码。主要是基于Matlab的小波工具箱实现小波基选择、小波包分解、Mallat变换以及小波变换在边缘提取、图像去噪、数据压缩等中的应用,特别包含了二代提升小波的相关内容,理论与实际相结合。大家想要了解的二进小波、正交镜像滤波器组[QMF]等概念这里都有体现。-This is 《MATLABR2007 wavelet analysis theory and implementation》 of the source code. Mainly
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-30
    • 文件大小:55411
    • 提供者:
  1. szcl

    0下载:
  2. 用matlab编写的程序集合,主要是完成括亮度变换、线性和非线性空间滤波、图像复原与配准、彩色图像处理、小波、图像数据压缩、形态学图像处理、识别-Matlab procedures used to prepare the collection, mainly including brightness achieve transformation, linear and nonlinear spatial filtering, image restoration and registration,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:153483
    • 提供者:wth
  1. ImageCoding

    1下载:
  2. 图像压缩编码从本质上来说就是对要处理的图像源数据用一定的规则进行变换和组合,从而达到以尽可能少的代码来表示尽可能多的数据信息的目的.下面是图像压缩编码的源程序(shannon-fano编码)/(算术编码)/(位平面编码)/(预测编码)-Image compression coding is essentially to deal with the image of the source data used to change certain rules and combinations, so
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-21
    • 文件大小:229105
    • 提供者:刘亚宁
  1. 03

    0下载:
  2. 真实场景下视频运动目标自动提取方法.主要的研究内容包括运动物体检测,分类和跟踪,研究成果可以广泛地应用在交通管理系统,视频监视系统和军事目标跟踪系统,同时还可以应用在基于内容的视频数据压缩编码中。-Real video scenes under the automatic extraction method of moving targets. The main content includes moving object detection, classification and tracki
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:494281
    • 提供者:天子
  1. test_bayer

    0下载:
  2. implementation approach for the compression of image data for lossless image compression saved in lower resolution and are retrieved with super resolution
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:3059
    • 提供者:satya
  1. gspm

    0下载:
  2. 自己本机测试最快时60帧/秒,局域网传输只测试一次,结果很让我失望,原因不明~~~~ 说下我的思路过程(我认为过程很重要!) 分块比较+压缩传输与以前那个内存流比较的优缺点: 内存流比较能找到最精确的找到图片差异,但每次都要压缩相同大小的数据,大家可以测试下,那个算法传输瓶颈是压缩算法,最费时间和CPU 分块比较+压缩传输能有效的减少压缩数据量,但缺点也很明显,比较图片的效率肯定没内存流比较高,要加快传输只能找到更好的算法 我选择的是后者,开始的时候是直接把
  3. 所属分类:Special Effects

  1. MPEG7

    0下载:
  2. MPEG 7压缩算法资料。IEEE标准。 相关会议资料如果。英文描述,对图像压缩感兴趣的可以下载之。-MPEG 7 data compression algorithm. IEEE standard. If the information related meetings. English descr iption of the image compression may be interested in downloading.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3793638
    • 提供者:boss liu
  1. dct

    1下载:
  2. bmp DCT 压缩 对原图像进行DCT变换,数据压缩,丢弃右下角高频数据,进行DCT反变换,得到压缩后的图像-bmp DCT compression of the original image DCT transform, data compression, discarding the lower right corner frequency data, DCT inverse transform, the images are compressed
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-14
    • 文件大小:156169
    • 提供者:zjj
  1. paq8n

    0下载:
  2. PAQ - console archiver with open source developers who jointly have risen in the first place ratings of many test data compression (although at the cost of CPU time and memory).
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:85065
    • 提供者:andrey
  1. Denoise_compression

    0下载:
  2. 分形在图像压缩技术中的应用已成为图像数据压缩领域中最为热点的问题之一 其压缩比在理论上可超过经典压缩方法的几个数量级。 -Fractal image compression technology in the application of image data compression has become an area of one of the most hot spots in theory, its compression ratio can be compressed more t
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:582441
    • 提供者:ww
  1. GonzalezDigitalImageProcessingMATLABversion

    0下载:
  2. 本书在介绍MATLAB编程基础知识之后,主要围绕数字图像处理的主干内容展开。这些内容包括:亮度变换、线性和非线性空间滤波、频率域滤波、图像复原与配准、彩色图像处理、小波、图像数据压缩、形态学图像处理、图像分割、区域和边界的表示与描述以及目标识别。-Book introduces the basics of MATLAB programming, the main focus on the backbone of the contents of digital image processing t
  3. 所属分类:Special Effects

    • 发布日期:2017-06-12
    • 文件大小:20545536
    • 提供者:张云
  1. Data-Image-Compressing

    0下载:
  2. Djvu格式的电子书,详细介绍了数字图像压缩编码技术的发展和技术实现。-Djvu format e-books, details of digital image compression coding technology development and technology.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8827171
    • 提供者:闫煜
  1. CompressImage

    0下载:
  2. 灰度图像的像素值范围在[0,255]之间,如果采用一个像素一个字节的存储方式,势必会造成空间的浪费。如果采用一定的无损压缩算法,可以大大提高减小文件大小,减少存储空间。本程序采用动态规划中图像压缩算法(图像分段合并的思想),设计一个类,实现灰度位图数据的压缩和解压过程-Grayscale pixel values ​ ​ in the range [0,255], if we adopt a pixel one byte is stored, it must lead to
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3089897
    • 提供者:liao
  1. lsb-watermarking-3

    0下载:
  2. If you re wondering about the number 7 on the equation, the watermark is inserted every 7 pixels. Why not in every pixel? You could, but this way, you can add a second watermark (and a 3rd, and a 4th, etc.) at the same time using the pixels in betwee
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:1339
    • 提供者:gege
  1. image-data-compression-code(matlab)

    0下载:
  2. 图像处理,图像压缩,源代码,matlab-image data compression,MATLAB Based Image Compression
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:59827
    • 提供者:wuyunge
  1. Data-compression-coding-technology

    0下载:
  2. 图像处理技术的一般包括图像压缩,增强和复原,匹配、描述和识别3个部分。 常见的系统有康耐视系统、图智能系统等,目前是正在逐渐兴起的技术。-Image processing technology generally include image compression, enhancement and restoration, matching, descr iption and identification of three parts. Common system Cognex system,
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14451247
    • 提供者:冯现豪
« 12 3 4 5 »
搜珍网 www.dssz.com