Welcome![Sign In][Sign Up]
Location:
Search - bmp MATLAB

Search list

[Compress-Decompress algrithmsSPIHT(Matlab).zip

Description:

% Matlab implementation of SPIHT (without Arithmatic coding stage)
%
% By Jing Tian, scuteejtian@hotmail.com

fprintf('-----------   Welcome to SPIHT Matlab Demo!   ----------------\n');

fprintf('-----------   Load Image   ----------------\n');
infilename = 'lena512.bmp';
outfilename = 'lena512_reconstruct.bmp';

Orig_I = double(imread(infilename));

rate = 1;

OrigSize = size(Orig_I, 1);
max_bits = floor(rate * OrigSize^2);
OutSize = OrigSize;
image_spiht = zeros(size(Orig_I));
[nRow, nColumn] = size(Orig_I);

fprintf('done!\n');
fprintf('-----------   Wavelet Decomposition   ----------------\n');
n = size(Orig_I,1);
n_log = log2(n);
level = n_log;
% wavelet decomposition level can be defined by users manually.
type = 'bior4.4';
[Lo_D,Hi_D,Lo_R,Hi_R] = wfilters(type);

[I_W, S] = func_DWT(Orig_I, level, Lo_D, Hi_D);

fprintf('done!\n');

fprintf('-----------   Encoding   ----------------\n');
img_enc = func_SPIHT_Enc(I_W, max_bits, nRow*nColumn, level);  

fprintf('done!\n');
fprintf('-----------   Decoding   ----------------\n');
img_dec = func_SPIHT_Dec(img_enc);

fprintf('done!\n');
fprintf('-----------   Wavelet Reconstruction   ----------------\n');
img_spiht = func_InvDWT(img_dec, S, Lo_R, Hi_R, level);

fprintf('done!\n');
fprintf('-----------   PSNR analysis   ----------------\n');

imwrite(img_spiht, gray(256), outfilename, 'bmp');

Q = 255;
MSE = sum(sum((img_spiht-Orig_I).^2))/nRow / nColumn;
fprintf('The psnr performance is %.2f dB\n', 10*log10(Q*Q/MSE));


Platform: | Size: 232873 | Author: jasonchang | Hits:

[Graph programmatlab bmp和Jpg互转

Description: matlab实现的bmp和Jpg格式的互转程序,其中Bmp到Jpg有自己实现算法
Platform: | Size: 350481 | Author: zoowii@163.com | Hits:

[GDI-BitmapMATLAB交互型图象处理演示程序

Description: 一个自己做的MATLAB图象处理程序,已经上传了依次,没有成功,重新上传。重点是对BMP图象的各种操作以及MATLAB的GUI编程!-a MATLAB own image processing procedures, have uploaded followed, without success, to re-upload. Focus BMP images of the various operational and MATLAB GUI Programming!
Platform: | Size: 8192 | Author: 李先生 | Hits:

[Picture Vieweropen bmp

Description: 本程序是一个通过菜单打开一个bmp图像文件的vc代码。-this process is through a menu to open a bmp image files of vc code.
Platform: | Size: 1982464 | Author: 孙晓 | Hits:

[Graph programcomperss51

Description: matlab的图像压缩代码,适合初学者,算法比较简单-Matlab image compression code for beginners, the algorithm is relatively simple
Platform: | Size: 1024 | Author: 王振华 | Hits:

[Crack Hack(MATLAB)

Description: 加密解密图象隐藏原程序(MATLAB) 注:用bmp图象加密JPEG图象-hidden image encryption and decryption of the original procedure (MATLAB) Note : bmp image encryption JPEG image
Platform: | Size: 1024 | Author: 郭凯 | Hits:

[Video CaptureAVItoBMPGray

Description: 用与将avi格式的视频流转换成bmp的图片-use and will avi video format replaced by the circulation of photographs bmp
Platform: | Size: 3843072 | Author: 老马 | Hits:

[Special EffectsYuvToGrb

Description: 读入yuv格式视频,并装换为bmp文件保存-Read in yuv format video, and install exchange for the bmp file
Platform: | Size: 1024 | Author: 许芳 | Hits:

[GDI-Bitmapraw_bmp

Description: raw图像格式与bmp图像格式的转换,matlab实现,具体参数详见m文件-raw image format and bmp image format conversion, implementate by matlab, the specific parameters detailed in m file
Platform: | Size: 3072 | Author: wenwen | Hits:

[Special EffectsBMP

Description: 数字图像处理中非常有用的一些图片包括LENA等.-Digital image processing is very useful in a number of pictures, including LENA, BARBARA such.
Platform: | Size: 2061312 | Author: hide | Hits:

[Graph programDSP

Description: 图片(bmp,jpg等)与DAT格式文件相互转换,实现DSP读取,存取图像,另附《Matlab辅助DSP进行图像处理应用开发》-Photo (bmp, jpg, etc.) and DAT format files converted with each other to achieve DSP read, access images, attached " Matlab-assisted DSP for image processing application development"
Platform: | Size: 222208 | Author: xzhy | Hits:

[Graph programconstruct_bmp

Description: 运用MATLAB语言,构造了.bmp文件,其中包含了黑白,256色以及真彩图片,加强了对于 .bmp文件的理解,及MATLAB语言对于文件的读写-The use of MATLAB language, is constructed. Bmp file, which contains black and white, 256-color and true color images, enhanced for. Bmp files to understand, and the MATLAB language for the document to read and write
Platform: | Size: 3072 | Author: 陈濛 | Hits:

[Special EffectsCanny

Description: Canny算子提取边缘,matlab进行图像处理,图像锐化-Canny edge extraction operator, matlab image processing, image enhancement
Platform: | Size: 282624 | Author: 图像处理 | Hits:

[Special Effectsdct

Description: bmp DCT 压缩 对原图像进行DCT变换,数据压缩,丢弃右下角高频数据,进行DCT反变换,得到压缩后的图像-bmp DCT compression of the original image DCT transform, data compression, discarding the lower right corner frequency data, DCT inverse transform, the images are compressed
Platform: | Size: 156672 | Author: zjj | Hits:

[Compress-Decompress algrithmsezw

Description: matlab 小波零树图像压缩程序,分析对象:lena.bmp -matlab wavelet zero-tree image compression process, analyze the object: lena.bmp
Platform: | Size: 23552 | Author: anrold88 | Hits:

[Special EffectsNero

Description: 编写基本的图像处理程序,包括功能: 图像的读取、存储、显示(bmp、jpg等常用格式) 图像剪切、缩放 图像色彩变换(彩色->灰度等) 基本直方图变换和直方图均衡化 图像平滑与锐化 边缘抽取 阈值化 离散傅立叶变换 二值形态学处理(腐蚀、膨胀、开运算、闭运算) -Preparation of basic image processing procedures, including functions: image reading, storage and display (bmp, jpg and other popular format), image cropping, scaling the image color change (color-> gray, etc.) basic histogram transform and histogram equalization image smoothing and sharpening the edge of the threshold of taking the discrete Fourier transform processing binary morphology (erosion, dilation, opening operation and closing operation)
Platform: | Size: 8192 | Author: Nero | Hits:

[matlabMATLAB-7.x

Description: matlab 7.x程序设计一书的源程序。第一篇绘图与句柄式图形,第二篇 图形化使用者界面,第三篇 深入活用MATLAB Compiler-matlab 7.x programming book source. First drawing and handle graphics, graphical user interface, second, third depth utilize MATLAB Compiler
Platform: | Size: 11341824 | Author: 王大为 | Hits:

[matlabjpeg-matlab

Description: bmp等图像格式通过JPEG标准编码程序-JPEG ENCODER
Platform: | Size: 4096 | Author: Max Shen | Hits:

[matlabsift-the-Matlab-code!-for-SIFT-feature-matching-a

Description: SIFT, MATLAB CODE FEATURE MATCHING AND FEATURE RECOGNITION
Platform: | Size: 501760 | Author: Esviliance | Hits:

[Special EffectsBMP

Description: 二进制流读入bmp图像,空间和灰度分辨率的改变-Bmp image read the binary stream, spatial and grayscale resolution change
Platform: | Size: 7168 | Author: xiehanyu | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net