搜索资源列表

  1. DCT_2D

    0下载:
  2. DCT_2D Transform 2D DCT变换-DCT_2D Transform 2D DCT
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1260
    • 提供者:刘曦
  1. mydct_good

    0下载:
  2. 该压缩包实现二维的DCT变换和逆DCT变换,可以对图像做DCT变换和逆DCT变换,实现非常简洁,速度很快。-the compressed 2D DCT and the inverse DCT. Images can be done DCT and inverse DCT achieve a very simple, very fast.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1738722
    • 提供者:李文
  1. two_d_dct_serial

    0下载:
  2. altera公司提供的适用于包涵DSP内核的FPGA的二维DCT变换源码,语言是:verilog 性能不错,不过资源消耗有点大,可以用来学习多项式变换的DCT算法-ALTERA companies covered in the application of FPGA DSP core 2D DCT source language is : Verilog performance is good, but a bit large cons
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:24588
    • 提供者:猪猪
  1. 2D-DCT变换

    0下载:
  2. 免费下载

  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-12-15
    • 文件大小:128664
    • 提供者:liziqing
  1. two_d_dct_serial

    1下载:
  2. altera公司提供的适用于包涵DSP内核的FPGA的二维DCT变换源码,语言是:verilog 性能不错,不过资源消耗有点大,可以用来学习多项式变换的DCT算法-ALTERA companies covered in the application of FPGA DSP core 2D DCT source language is : Verilog performance is good, but a bit large cons
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-29
    • 文件大小:24576
    • 提供者:猪猪
  1. DCT_2D

    0下载:
  2. DCT_2D Transform 2D DCT变换-DCT_2D Transform 2D DCT
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:刘曦
  1. mydct_good

    0下载:
  2. 该压缩包实现二维的DCT变换和逆DCT变换,可以对图像做DCT变换和逆DCT变换,实现非常简洁,速度很快。-the compressed 2D DCT and the inverse DCT. Images can be done DCT and inverse DCT achieve a very simple, very fast.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-29
    • 文件大小:1738752
    • 提供者:李文
  1. DCT

    0下载:
  2. 将一副256*256的灰度图像分成8*8的小图像块,然后进行dct变换-Will be a 256* 256 gray image is divided into 8* 8 small image blocks, and then proceed to DCT transform
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-29
    • 文件大小:389120
    • 提供者:笨笨
  1. fft

    0下载:
  2. 由上述实验过程的图像变化可知,经过傅立叶变换和反变换及DCT离散余弦变换和反变换后,图像都发生了很大的变化,首先是经过2-D傅立叶变换后,图像数据频域出现高频数据集中,低频数据在四周的现象,然后再经过2-D傅立叶变换反变换后,图像再次恢复原始图。而2-D离散余弦变换对图像的影响也是如此。-From the above experiment, we can see the image change, after Fourier trans
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-29
    • 文件大小:475136
    • 提供者:
  1. dct

    0下载:
  2. 2维DCt源码,可以实现8乘8点数据的2维DCT变换 -2-D DCT-source, you can realize 8 x 8 data 2-D DCT transform
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-29
    • 文件大小:5120
    • 提供者:jz
  1. dct2

    0下载:
  2. 这个是一个基于FPGA的数字图像的整数DCT变换程序,程序高性能地实现了2维DCT变换。-This is an FPGA-based digital image of the integer DCT transform process and procedures to achieve high-performance 2-D DCT transform.
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-29
    • 文件大小:418816
    • 提供者:jyb
  1. image

    0下载:
  2. 实现了2D的图像处理,关于图像的各种方式的DCT变换,以及反变换。-The realization of the 2D image processing, a variety of ways on the image of the DCT transform, and inverse transform.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-29
    • 文件大小:301056
    • 提供者:左小龙
  1. DCT

    0下载:
  2. 利用matlab的DCT2函数,对图像做变换并压缩。并用8*8对图像分块,对每一块计算均方值作为阈值。-DCT2 use the matlab function, and transform the image so compressed. And 8* 8 image block, a calculation of each mean square value as a threshold.
  3. 所属分类:图形图象

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:马丁
  1. test_dct

    0下载:
  2. 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4
  3. 所属分类:压缩解压

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:浪飞人海
  1. ch3_dct

    0下载:
  2. fpga dct变换,用以视频压缩和处理图像-fpga dct
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-29
    • 文件大小:2048
    • 提供者:guqiutao
  1. DCT

    0下载:
  2. 二维离散余弦变换 c# 实现图像压缩和特征提取 -Discrete Cosine Transform for Feature Extraction Decription: Implementation of 2D discrete cosine transform in c# Download source: http://www.codeproject.com/KB/GDI/2D-DCT.aspx
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-29
    • 文件大小:29696
    • 提供者:ben
  1. 2D-Fourier-Transform

    0下载:
  2. 基于matlab的数字图像的二维傅立叶变换(FFT)以及二维离散余弦DCT变换,提供里详细代码,.m文件-Matlab-based digital image two-dimensional Fourier transform (FFT) and two-dimensional discrete cosine transform DCT offers in detailed code,. M file
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-29
    • 文件大小:326656
    • 提供者:valeriechan
  1. test_dct

    0下载:
  2. 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4
  3. 所属分类:图形图象

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:spokesm
  1. test_dct

    0下载:
  2. 本程序是在VC++编译环境下,用纯C语言编写的2D-DCT变换,程序中用的是一个4*4的矩阵进行的变换,可以改为对一幅图像进行。运算结果正确,在Matlab中进行了检验,dct2()指令即进行DCT变换。有一定的参考价值。-This procedure is in VC++ compiler environment, written in pure C 2D-DCT transform, the program used is a 4
  3. 所属分类:图形图象

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:tbelieve
  1. test_dct

    0下载:
  2. 2D-DCT变换是视频压缩中的常用变换[2]。在压缩过程中,将一幅图像分成许多4*4的小块进行变换。-2D-DCT transform is often used in video compression transformation [2]. In the compression process, an image is divided into many small blocks of 4* 4 transform.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-29
    • 文件大小:1024
    • 提供者:cn
« 12 »

源码中国 www.ymcn.org