CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Block Transform for Image Compression

搜索资源列表

  1. compressioning

    0下载:
  2. Image Compression A collection of simple routines for image compression using different techniques. BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR: I
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9.61kb
    • 提供者:like
  1. ImagesharpeningImageTransform

    0下载:
  2. Sobel算子:是一种空域微分算子,可以通过它锐化图象。 将图象分块(8*8),作DCT变换,并作IDCT:DCT是一种可分离图象变换,用来图象压缩编码。-Sobel Operator : airspace is a differential operator, through its image sharpening. Image will block (8 * 8), for the DCT and IDCT for : DCT is a separable Image Transfor
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.91kb
    • 提供者:xuhua
  1. 2007202131

    0下载:
  2. Image Compression A collection of simple routines for image compression using different techniques. 图象压缩的不同方法 BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTC
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:9.99kb
    • 提供者:王云云
  1. image-compression

    0下载:
  2. Image Compression A collection of simple routines for image compression using different techniques. BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR: I
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:9.83kb
    • 提供者:林明
  1. tuxiangbianhuan.rar

    1下载:
  2. 图像变换 将图象分块(8*8),作DCT变换,并作IDCT:DCT是一种可分离图象变换,用来图象压缩编码,IDCT用来解压缩,Image transform to image sub-block (8* 8), for the DCT transform, and IDCT: DCT is a separable transform image to image compression coding, IDCT used to extract
  3. 所属分类:Graph program

    • 发布日期:2017-03-27
    • 文件大小:17.14kb
    • 提供者:陈杰
  1. DCT

    2下载:
  2. 将图象分块(8*8),作DCT变换,并作IDCT:DCT是一种可分离图象变换,用来图象压缩编码,IDCT用来解压缩。-The image sub-block (8* 8) for the DCT transform, and to make IDCT: DCT is a separable image transformations, is used to image compression coding, IDCT is used to decompress.
  3. 所属分类:matlab例程

    • 发布日期:2013-05-21
    • 文件大小:7.03kb
    • 提供者:zy
  1. DCTchange

    0下载:
  2. DCT变换程序,将一组给定的8*8图像块经过DCT变换为另一个8*8矩阵,并计算输出压缩比。-DCT transform process, a given set of 8* 8 image block after DCT transform for another 8* 8 matrix, and calculate the output compression ratio.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1.8kb
    • 提供者:ziyoutian
  1. tuxiangyasuo

    0下载:
  2. 一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除。-Image Compression A collection of simple routines
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:55.11kb
    • 提供者:依米
  1. Image-compression-algorithm

    0下载:
  2. 一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除。-Series show the source code for image compression techno
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-26
    • 文件大小:59.99kb
    • 提供者:程擎
  1. JPEG_BaseLine_Encoder

    0下载:
  2. The JPEG compression scheme is divided into the following stages: 1. Transform the image into an optimal color space. 2. Adjust Aspect Ratio 16:9 3. Digitization Scheme 4:2:0. 4. Apply a Discrete Cosine Transform (DCT) to blocks of pixels
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:774.01kb
    • 提供者:ouchi
  1. DCTlicheng

    0下载:
  2. 研究表明,构成K一L变换矩阵的向量也就是ToePhtz矩阵的特征向量。与此同时,离散 余弦变换矩阵逼近于ToePutz矩阵的特征向量矩阵,所以离散余弦变换矩阵与自然图像的 K一L变换矩阵十分相似。经过离散余弦变换后的变换系数块的协方差矩阵Cy非常接近对角 阵,即除了对角线元素以外,其它很多元素都近似为0,并且在左上角集中了主要能量。这 反映了自然图像大部分区域变化不大,亮度突变只占少数,即图像能量以低频成分为主的特 性。通过变换后的量化,舍弃对视觉效果影响较小的次要信息,可达
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:534.16kb
    • 提供者:chen
  1. DCT-and-Image-Compression

    0下载:
  2. DCT and Image Compression In the JPEG image compression algorithm, the input image is divided into 8-by-8 or 16-by-16 blocks, and the two-dimensional DCT is computed for each block. The DCT coefficients are then quantized, coded, and trans
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.4kb
    • 提供者:Eldhose
  1. DCT

    0下载:
  2. iii) Discrete Cosine Transform The transform of a signal is just another form of representing the signal. It does not change the information content present in the signal. Discrete cosine transform is widely used in image and video compression appl
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:71.17kb
    • 提供者:deepak
  1. compression

    0下载:
  2. Image Compression A collection of simple routines for image compression using different techniques. BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR:
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-25
    • 文件大小:9.34kb
    • 提供者:keyvan
搜珍网 www.dssz.com