Welcome![Sign In][Sign Up]
Location:
Search - image compress by matlab

Search list

[Special Effectsimage-compress-denoise

Description: 图像压缩去噪增强锐化程序,供大家参考。 包括:数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理-Sharpen Image Compression Denoising enhanced procedures for your reference. Include: digital image data display matrix and its Fourier transform two-dimensional discrete cosine transform image compression method using gray-scale transformation of the contrast-enhanced images using two-dimensional median filter function by medfilt2 of salt and pepper noise image filtering using MATLAB The function affected by noise interference filter2 images mean filter Adaptive Image Filtering Wehner use five kinds of different gradient method to enhance image sharpening images of high-pass filtering and mask treatment using Butterworth (Butterworth) low pass filter noise by smoothing the images deal with the use of Butterworth (Butterworth) high-pass filter for sharpening images treatment
Platform: | Size: 11264 | Author: 张悦庭 | Hits:

[matlab61549835image-compress-denoise

Description: 图像压缩去噪增强锐化程序,供大家参考。 包括:数字图像矩阵数据的显示及其傅立叶变换 二维离散余弦变换的图像压缩 采用灰度变换的方法增强图像的对比度 采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 图像的自适应魏纳滤波 运用5种不同的梯度增强法进行图像锐化 图像的高通滤波和掩模处理 利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理--Sharpen Image Compression Denoising enhanced procedures for your reference. Include: digital image data display matrix and its Fourier transform two-dimensional discrete cosine transform image compression method using gray-scale transformation of the contrast-enhanced images using two-dimensional median filter function by medfilt2 of salt and pepper noise image filtering using MATLAB The function affected by noise interference filter2 images mean filter Adaptive Image Filtering Wehner use five kinds of different gradient method to enhance image sharpening images of high-pass filtering and mask treatment using Butterworth (Butterworth) low pass filter noise by smoothing the images deal with the use of Butterworth (Butterworth) high-pass filter for sharpening images treatment
Platform: | Size: 11264 | Author: chen peilin | Hits:

[matlabwangwei20062218

Description: 该程序利用Matlab编写,并带有GUI截面。实现了任意格式图像压缩的功能。并且可以对比显示压缩前后图像,显示压缩比例和压缩时间。-The program prepared by the use of Matlab, and with a GUI cross-section. Image compression format to achieve an arbitrary function. Compared before and after the show and can compress the image, showing compression ratio and compression time.
Platform: | Size: 2048 | Author: wangwei | Hits:

[matlabImageCompression_ANN

Description: Image Compression using Artificial Neural Networks This code is developed in MATLAB 6.5 and can used in Windows platform. Program contain all necessary files. For training the network use Train.m and Codec.m compress images by trained network.
Platform: | Size: 180224 | Author: Aso | Hits:

[matlabImage_Compress

Description: 使用小波技术对图像进行压缩和解压过程,并且通过模拟信道测试计算其PSNR,通过Matlab2009a测试。-Using wavelet methods compress and decompress the image, and testing through analog channels to calculate the PSNR, by Matlab2009a test.
Platform: | Size: 4096 | Author: Alex | Hits:

[Special Effectsimage_ann

Description: this code is matlab and compress image by ann.
Platform: | Size: 33792 | Author: m | Hits:

[Software EngineeringJPEG-2000-

Description: 本文所做的主要工作为:研究了JPEG2000标准的原理和基本框架,对JPEG 2000标准的核心—小波变换压缩技术进行了分析研究,概要的介绍了小波理论。对EZW算法进行了详细分析和描述,包括零树的含义、结构及其扫描方法。并应用Matlab图像处理工具箱和小波分析工具箱对图像小波变换处理,并通过接口工具Mex实现在Matlab环境下对C程序EZW编码的调用,实现了应用零树小波编码算法对图像的压缩处理,简单地实现了对JPEG 2000的仿真。-The main work that this text do is:Studied the principle and basic frames of the JPEG2000 standard, to the center of JPEG 2000- Wavelet transform compress which had been analyzed and researched .Carried on the detailed analysis and descriptions to the calculate way of EZW, include zero-tree coding, structures and it’s scans method. In Turbo C environment using C language to simulate wavelet zero-tree coding algorithm, using Matlab image processing toolbox and wavelet analysis toolbox, and using interface tool Mex to implement transferring the C program in Matlab, and implement the image compress by wavelet zero-tree transform coding methodology,and supplely implement JPEG2000.
Platform: | Size: 665600 | Author: 路敬 | Hits:

[matlabtuxiangyasuo

Description: (1)试利用函数dct2,对该图像进行压缩。压缩时可尝试对DCT 变换后的系数采用不同取舍方法,比较其压缩性能。(函数dct2在matlab本身是有的,可以help dct2看看) (2)结合课本例8.7.2 的量化方法,对每一个经DCT变换后的8×8 矩阵量化(Huffman编码部分可省略),从而实现图像压缩。在一定压缩比的情况下,和⑴给出的图像质量相比较。 (3)用所给的子子程序fast_LOT.m 实现对该图像的变换与压缩,并和(1)得出的图像质量相比较-(1) Test using function dct2, the image is compressed. The compression can try to adopt different choices, the DCT transform coefficients after comparing its compression performance. (Function dct2 the matlab itself is some help dct2 see) (2) combined with the textbook cases 8.7.2 of quantitative methods, 88 each DCT transform matrix quantization (Huffman encoding part can be omitted) thereby achieving the image compression. In the case of a certain compression ratio, and the image quality given by the ⑴ compared. (3) with the given sub-subroutine fast_LOT.m transform and compress the image, and (1) gives the image quality compared
Platform: | Size: 201728 | Author: zrf | Hits:

[Compress-Decompress algrithmsimage-compress

Description: image compressiom and analysis,At first,compress a picture and then analyze the result by using MATLAB.-image compressiom and analysis,At first,compress a picture and then analyze the result by using MATLAB.
Platform: | Size: 8192 | Author: liuhuihui | Hits:

[matlabAssignment-2

Description: Image Compression by: 1) Use Adobe Photoshop to Compress images using LZW algorithm (i.e. lossless technique). 2) Use MATLAB to Compress images using JPEG algorithm (i.e. lossy technique) and Assess objectively the quality of the compressed images
Platform: | Size: 7720960 | Author: rola | Hits:

[Software Engineeringimage-compress

Description: 实现图像压缩,运用小波处理技术, matlab实现,你懂的-using wavelet to compress the image by matlab
Platform: | Size: 63488 | Author: 王浩竹 | Hits:

[WaveletWavelet-Project-21-6-2005

Description: code source compression image using Haar wavelet By Arash Fattahi, Omid Aladini {r_ash,omid}@cs.sharif.edu To compress an image use this command in MATLAB: haar_compression(FILE_NAME,COMP_LEVEL,MOSAIC_SIZE) example: haar_compression( dancer.jpg ,50,3) //Haar mosaic size will be 2^3
Platform: | Size: 267264 | Author: madjid | Hits:

CodeBus www.codebus.net