Welcome![Sign In][Sign Up]
Location:
Search - fft image compression

Search list

[Graph program202202538200611281435431756335

Description: 利用FFT的对图象进行快速余弦变换源代码,利用vc编写,采用它进行图象压缩是个不错的选择,要的赶快下吧.-use of the images for rapid cosine transform source code, using vc preparation, It used for image compression is a good choice, the next it quickly.
Platform: | Size: 69252 | Author: 陈艳 | Hits:

[Compress-Decompress algrithms2007202131

Description: 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: Image compression based on Discrete Cosine Transform. IMCOMPR: Image compression based on Singular Value Decomposition. The given codes can be also used in 2D noise suppression. Notes: The function \"conv2fft\" performs a 2D FFT-based convolution. Type \"help conv2fft\" on Matlab command window for more informations.
Platform: | Size: 10228 | Author: 王云云 | Hits:

[GDI-Bitmapcompression_compression

Description: 图像压缩算法,matlab环境编写,包括:btcode,conv2fft,convfft,dctcompr,imcompr,pyramid,都是很经典的哦:)-image compression algorithm, Matlab environment preparation, including : btcode, conv2fft. convfft, dctcompr, imcompr, pyramid, very classic oh :)
Platform: | Size: 9216 | Author: chaos545 | Hits:

[Graph program202202538200611281435431756335

Description: 利用FFT的对图象进行快速余弦变换源代码,利用vc编写,采用它进行图象压缩是个不错的选择,要的赶快下吧.-use of the images for rapid cosine transform source code, using vc preparation, It used for image compression is a good choice, the next it quickly.
Platform: | Size: 68608 | Author: 陈艳 | Hits:

[Graph programffthtmatlab

Description: 图像压缩源程序,通过matlab实现的很好的源程序。-image compression source, through the realization of Matlab good source.
Platform: | Size: 203776 | Author: 杨过 | Hits:

[ARM-PowerPC-ColdFire-MIPSMP_lab2

Description: c语言+ARM汇编用快速傅立叶变换实现图像压缩。FFT部分用ARM汇编实现,其他部分用C语言实现。-c language+ ARM compilation using Fast Fourier Transform realize image compression. FFT part of a compilation using ARM realize, in other parts of using C language.
Platform: | Size: 87040 | Author: liboli | Hits:

[Graph program3

Description: matlab代码,数字图像矩阵数据的显示及其傅立叶变换,二维离散余弦变换的图像压缩,采用灰度变换的方法增强图像的对比度,直方图均匀化,模拟图像受高斯白噪声和椒盐噪声的影响,采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波-matlab code, digital image data display matrix and its Fourier transform, two-dimensional discrete cosine transform image compression, using gray-scale transformation method to enhance image contrast, histogram homogenization, analog image by Gaussian white noise and salt and pepper the impact of noise, using two-dimensional median filter function by medfilt2 of salt and pepper noise image filtering
Platform: | Size: 2048 | Author: wang | Hits:

[Compress-Decompress algrithmswork

Description: 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。-Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Huffman coding, linear predictive coding and a process similar to JPEG encoding. Very suitable for the practice of entry-users.
Platform: | Size: 181248 | Author: liliang | Hits:

[Compress-Decompress algrithmsHARTLEY.ZIP

Description: The frequency domain plays an important role in image processing to smooth, enhance, and detect edges of images. Although image data typically does not include imaginary values, the fast Fourier transform (FFT) has been used for obtaining spectra. In this paper, the fast Hartley transform (FHT) is used to transform two-dimensional image data. Because the Hartley transform is real valued, it does not require complex operations. Both spectra and autocorrelations of two-dimensional ultrasound images of normal and abnormal livers were computed.
Platform: | Size: 4096 | Author: archit | Hits:

[Special Effectsdip

Description: 一个基于matlab的图像处理小例子,有dct压缩还原效果对比及dct和fft的频谱-A small matlab example of image processing, and to restore the effect of compression dct comparison of the fft and dct and spectrum
Platform: | Size: 83968 | Author: xiaoyida | Hits:

[matlabdct-fft

Description: This the Discrete cosine tranform matlad code which is useful for image compression and also it show-This is the Discrete cosine tranform matlad code which is useful for image compression and also it show
Platform: | Size: 1096704 | Author: sunil | Hits:

[Special Effectscode

Description: 基于FFT变换、DCT变换、HT变换、小波变换和矢量量化技术的图像压缩的Matlab实现。-Based on the FFT transform, DCT transform, HT transform, wavelet transform and vector quantization image compression technology, the Matlab implementation.
Platform: | Size: 4096 | Author: Anna | Hits:

[Special Effectstxlb

Description: 数字图像处理中的滤波和傅里叶压缩,包括理想低通滤波器,巴特沃茨高通滤波器,高斯带通滤波器,高斯带阻滤波器,FFT图像压缩。附原图像和处理后的图像截图。-Digital image processing in filtering and Fourier compression, including the design of an ideal low-pass filter, design Batewoci high-pass filter, bandpass filter design Gaussian, Gaussian band stop filter, FFT image compression. Attached to the original image and processed image capture.
Platform: | Size: 272384 | Author: 刘雨相 | Hits:

[matlabtuxiangyasuo

Description: 一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除。-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: Image compression based on Discrete Cosine Transform. IMCOMPR: Image compression based on Singular Value Decomposition. The given codes can be also used in 2D noise suppression. Notes: The function "conv2fft" performs a 2D FFT-based convolution. Type "help conv2fft" on Matlab command window for more informations.
Platform: | Size: 56320 | Author: 依米 | Hits:

[Special Effectsdsp_project

Description: the code conducts the image compression of the gray scale image up to 90 using 4 algos fft wavelet pca and cosine transform-the code conducts the image compression of the gray scale image up to 90 using 4 algos fft wavelet pca and cosine transform
Platform: | Size: 1024 | Author: vicky | Hits:

[Special Effectsfft

Description: fft for image compression
Platform: | Size: 2048 | Author: khanth | Hits:

[Program docimage-compression-using-FFT

Description: code for image compression using Fast Fourier Transform
Platform: | Size: 12288 | Author: riya | Hits:

[Special EffectsDCT--and--FFT

Description: 实现DCT变换和FFT变换的图像压缩, 比较两者性能的差异-The DCT transform and FFT transform image compression
Platform: | Size: 7168 | Author: yubo12 | Hits:

[2D Graphiccompression

Description: 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: Image compression based on Discrete Cosine Transform. IMCOMPR: Image compression based on Singular Value Decomposition. The given codes can be also used in 2D noise suppression. Notes: The function conv2fft performs a 2D FFT-based convolution. Type help conv2fft on MATLAB command window for more informations.-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: Image compression based on Discrete Cosine Transform. IMCOMPR: Image compression based on Singular Value Decomposition. The given codes can be also used in 2D noise suppression. Notes: The function conv2fft performs a 2D FFT-based convolution. Type help conv2fft on MATLAB command window for more informations.
Platform: | Size: 9216 | Author: keyvan | Hits:

[Graph programbianhuanbianmaDCT-FFT

Description: matlab 图像压缩 采用变换编码FFT,DCT方式压缩-matlab image compression using transform coding FFT, DCT compression mode
Platform: | Size: 173056 | Author: psc | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net