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

搜索资源列表

  1. Transform

    0下载:
  2. 快速傅里叶变换、快速傅里反叶变换、快速余弦变换、快速余弦反变换,FFT,IFFT,DCT,IDCT-Fast Fourier transform and fast cosine transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2899
    • 提供者:Arnoneo
  1. fdct

    1下载:
  2. VC++实现的DCT、IDCT图像变换与反变换,分为普通和快速模式-VC++ implementation of the DCT, IDCT transform and inverse transform the image is divided into normal and fast mode
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6146617
    • 提供者:sunzeng
  1. Chenfdct

    0下载:
  2. 通过8*8点图像的DCT变换时间,比较W.Chen的快速算法和传统算法的运算效率, 显示变换前后的系数矩阵,代码较短,易懂,适于学生用,用vs2008很好的实现。-vc++ implementation of w.chen fast DCT computational algorthm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13154638
    • 提供者:hejianhua
  1. fdct

    0下载:
  2. 实现chen DCT快速变换算法并和普通DCT变换对比-chen FDCT VS DCT
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:804669
    • 提供者:农生
  1. fastdct

    0下载:
  2. 快速离散余弦变换方法 将灰度图像分块进行DCT变换 得到频域图像-Fast Discrete Cosine Transform method to gray-scale image block DCT transform to the frequency domain image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:81996
    • 提供者:chenyuanyuan
  1. fftw-3.2.tar

    1下载:
  2. 西方快速Fourier变换。FFTW是计算离散Fourier变换(DFT)的快速C程序的一个完整集合,它可计算一维或多维、实和复数据以及任意规模的DFT。FFTW还包含对共享和分布式存储系统的并行变换。FFTW由麻省理工学院计算机科学实验室超级计算技术组开发。 -FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of arbi
  3. 所属分类:Algorithm

    • 发布日期:2016-09-25
    • 文件大小:3670016
    • 提供者:puyanxiang
  1. ImageProcess2

    2下载:
  2. 用JAVA语言实现的一个数字图像的傅立叶变换和离散余弦变换。用到了傅立叶变换的快速算法FFT和离散余弦变换DCT。 -JAVA programming language to achieve a digital image of the Fourier transform and discrete cosine transform. Use of the Fourier transform, fast algorithm FFT and discrete cosine transform D
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:94368
    • 提供者:aerin
  1. picture-gauss

    0下载:
  2. 图像识别算法的一部分。有PS高斯模糊、锐化、阙知、变形、提线等各种图像算法。还有图像的DCT变换的快速算法。-Part of the image recognition algorithm. PS Gaussian blur, sharpen, Que know, deformation, mentioning lines and other image algorithms. Fast algorithm for image DCT transform.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-26
    • 文件大小:9398152
    • 提供者:fly22
  1. jpeg2bmp

    0下载:
  2. jpeg 解码的快速算法实现, 采用1d的dct实现2ddct-the jpeg decode fast algorithm using 1d the dct to achieve 2ddct
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-07
    • 文件大小:2472
    • 提供者:oliver
  1. ann

    1下载:
  2. DCT公式实现、DCT矩阵实现、AAN快速算法实现,及时间比较。-The DCT formula realize DCT matrix to achieve, AAN fast algorithm to achieve, and spend more time.
  3. 所属分类:视频捕捉/采集

    • 发布日期:2013-05-05
    • 文件大小:3163
    • 提供者:魏江月
  1. 2

    0下载:
  2. 实现图像处理中,实现对一幅灰度图像的快速傅立叶变换,并求其变换后的系数(幅度)分布,同时实现对一幅图像做离散余弦变换,选择适当的DCT系数阈值对其进行DCT反变换 -Realize image processing, to achieve the fast Fourier transformation of a grayscale image, and determine the distribution of its transform coefficients (amplitude), wh
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:169910
    • 提供者:茗汀
  1. pinyu-bianhuan

    0下载:
  2. 实现了在matlab下音频信号的dct(离散余弦)和fft(傅里叶变换)相对matlab工具箱,有快速准确的效果。-Realized the dct (discrete cosine) of the audio signal in matlab fft (Fourier transform) relative matlab toolbox, fast and accurate results.
  3. 所属分类:Audio program

    • 发布日期:2017-11-03
    • 文件大小:3067
    • 提供者:lishuohao
  1. imageDCTtranslation

    0下载:
  2. 图像的DCT变换,使用分块的方法,对图像进行快速变换-DCT transform image,Using a block method, the rapid transformation of the image
  3. 所属分类:Wavelet

    • 发布日期:2017-12-06
    • 文件大小:7319
    • 提供者:范启弘
  1. DCTdenoising_cpp

    0下载:
  2. 离散余弦变换去噪算法,简单快速,效果出众的频域去噪算法,C++ 源码-DCT denoising algorithm, a fast and outperform algo in freq domain,C++ source code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:44285
    • 提供者:deqiang
  1. dct_quick_tran

    0下载:
  2. dct快速变换的算法,用一副256X256像素的图像来做实验-Fast DCT transform algorithm, using an image of 256X256 pixels to do the experiment
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:100250
    • 提供者:fumin
  1. Vc6_Image

    0下载:
  2. VC++图像处理及源码包(大全)包括下列内容:1.数字图像获取,处理及实践应用电子书 2.数字图像获取,处理及实践应用电子书分章节源码 3.书中提及的各种算法的综合源码。压缩包里面包括的算法代码有:分章节源码内容:内容:对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强;逆滤波复原、维纳滤波方法;傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法;霍夫曼(Huffman)编码、算术
  3. 所属分类:Graph program

    • 发布日期:2017-06-02
    • 文件大小:15011263
    • 提供者:namejiang
  1. autodetection

    0下载:
  2. 基于DQ效应的JPEG图像真伪检测算法,通过检测图像DCT直方图的DQ效应计算图像的概率图,该算法快速、准确,能自动定位篡改区域-JPEG image detection algorithm based on the authenticity of DQ effect, calculated image by DQ effect detection probability map image DCT histogram, the algorithm is fast, accurate, and
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13015716
    • 提供者:卿轲
  1. Simple-Image-Processing-System

    1下载:
  2. 1、能对图像文件(bmp、 jpg、 tiff、 gif等)进行打开、保存、另存、打印、退出等功能操作; 2、数字图像的统计信息功能:包括直方图的统计及绘制、区域图的面积、周长的统计、线条图中的距离测量等; 3、数字图像的增强处理功能: (1)空域中的点运算、直方图的均衡化、各种空间域平滑算法(如局部平滑滤波法、中值滤波等)、锐化算法(如梯度锐化法、高通滤波等) (2)频域的各种增强方法:频域平滑、频域锐化、低通滤波、同态滤波等。 (3)色彩增强:伪彩色增强、真彩色增强等
  3. 所属分类:Graph program

    • 发布日期:2017-05-04
    • 文件大小:170231
    • 提供者:马振磊
  1. Fbst

    0下载:
  2. DCT 快速算法 Fast DCT algorithm good-DCT Fast algorithm of Fast DCT algorithm is good
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-15
    • 文件大小:27648
    • 提供者:spmbvlic
  1. 6152937

    0下载:
  2. DCT快速算法64位的C语言实现,乘法次数目前最少,可嵌入解码器使用()
  3. 所属分类:图形图象

    • 发布日期:2018-01-06
    • 文件大小:7168
    • 提供者:Salbre
« 1 2 3 4 5 67 »
搜珍网 www.dssz.com