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

搜索资源列表

  1. r8x8dct

    0下载:
  2. 8x8的DCT算法源代码,可以移植到各种DSP芯片。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:26.47kb
    • 提供者:zengmaiping
  1. DCT_IDCT

    0下载:
  2. to understand the Algorithm go to matlab help in page dct2 and idct2 to get the mathematical expression for M = N = 8, we can calculate the most of hard values and save it as LUTs to speed up the execution now compare our special 8X8 functi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.15kb
    • 提供者:hujik
  1. my_dct

    3下载:
  2. 用matlab做的基于DCT变换的图像压缩源码,先把图像分成8X8 的子块,然后做DCT变换,再量化,在恢复重建图像
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:张子木
  1. DCT

    0下载:
  2. 将一幅图像先进行分成8X8块,然后对每个8X8块进行DCT变化,最后将变换后的图片进行分层,重新显示-Will an image to 8 X8 into pieces, then to every 8 X8 block DCT change, finally will transform the images after the layered, displayed again
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:220.38kb
    • 提供者:翟明
  1. aei(8x8)

    0下载:
  2. 用pnn或gbl进行码书设计,用aei进行码字搜索的MATLAB源码。-Pnn or carried out by gbl codebook design, aei codeword search for the MATLAB source code.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:998.5kb
    • 提供者:雨露
  1. idct_

    0下载:
  2. H264中DCT和IDCT的优化算法,基于ADI平台的指令-This is the algorithm of IDCT. It is based on the separable nature of IDCT for multi-dimension. The input matrix is 8x8 real data. First, one dime-sional 8-point IDCT is calculated for each of the 8 rows
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:6.45kb
    • 提供者:Tony Liu
  1. transform

    0下载:
  2. 在MATLAB中编写的用于进行一层8x8小波变换的源代码,编写时主要为了验证ise中仿真结果的正确性,所以该程序可用作参考8x8小波编写的过程-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:570byte
    • 提供者:fjp
  1. code-and-description-for-it

    0下载:
  2. 读入一个图片,然后调用readblock读取一个8X8块,观察图片的RGB分量-Read in a picture, and then calling readblock read a 8 X8 piece, observe picture RGB component
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:878.89kb
    • 提供者:翟明
  1. pmvfast

    0下载:
  2. MPEG-2/H263中用到的经典PMVFAST运动估计算法实现,支持16x16,16x8,8x8宏块大小,代码可直接运行,由C编写,方便移植-a motion estimation method of PMVFAST in MPEG-2/H.263,support 16x16,16x8,8x8 mb size
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1.44mb
    • 提供者:徐歌行
  1. Quantization-for-DCT

    0下载:
  2. 量化离散余弦变换系数的程序实现及其效果的检测。过程中使用了8x8的分块方法。首先计算每块的离散余弦变换(DCT);然后量化了DCT的系数; 最后进行了反离散余弦变换(iDCT). 程序中还可以设定缩放系数。-Quantify the discrete cosine transform coefficients procedure and its effect detection. The process used in the 8x8 sub-block method. First calcul
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:522byte
    • 提供者:Adam_Z
  1. queen8

    0下载:
  2. 遗传算法解决八皇后问题。八皇后问题是一个NP问题,它的目标是把国际象棋的八个皇后摆在8X8的棋盘上,使得没有一个皇后能俘获任何别的皇后,即每一行每一列仅有一个皇后,每条对角线上至多有一个皇后。-Genetic algorithms to solve the eight queens problem. Eight queens problem is an NP problem, and its goal is to place the chess queen on the eight 8X8 ch
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2.71kb
    • 提供者:冯姥姥
  1. DCT

    0下载:
  2. 利用元胞数组对图像的每个8x8块进行DCT变换后,重整图像,在左上角显示图像概貌-After the use of cellular arrays for each 8x8 block DCT transform image, reforming the image is displayed in the upper left corner of the image overview
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:189.16kb
    • 提供者:陈裕佳
  1. huffman

    0下载:
  2. 利用递归函数对图像的某一8x8块进行Huffman编码-Recursive function for a 8x8 image block Huffman coding
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:72.46kb
    • 提供者:陈裕佳
  1. project08-03

    2下载:
  2. Transform two case , the one case 1 is Fourier the 8X8 size and then use the mask to clear the high fitter . the second case 2 is cosine the 8X8 size and then use the mask to clear the high fitter . -Transform two case , the one case 1 is Fourie
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:125.27kb
    • 提供者:wong chi
  1. DCT-compress

    2下载:
  2. 把图像分成8x8的图像块进行DCT变换压缩,再用霍夫曼编码,其中DCT变换未调用matlab 的函数,可以满足一些作业的要求-The image is divided into 8x8 image blocks of compressed DCT transform, then Huffman coding, which is not the DCT matlab function calls, meet some of the requirements of the job
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:36.21kb
    • 提供者:朱兆琪
  1. ex_10_2

    0下载:
  2. 代码可以直接运行,复原对象是系统自带的8X8的棋盘图像,添加不同成的噪声,修复结果较为理想。-The code can be run directly, recovery object is a system that comes with the 8X8 checkerboard image, add a different noise, repair results better.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:685byte
    • 提供者:许国风
  1. huffman coding

    0下载:
  2. 利用霍夫曼编码进行图像压缩处理,此程序为霍夫曼编码的示例(The performance of a Huffman code is a function of the entropy of the signal distribution and therefore can be highly dependent in the transform domain in which the code is applied. For example, JPEG partitions an image
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:3kb
    • 提供者:Jessicapu
搜珍网 www.dssz.com