Welcome![Sign In][Sign Up]
Location:
Search - jing

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:

[File Operate文件捆绑器程序源代码 - 作者徐景周

Description: 文件捆绑器程序源代码 - 作者徐景周 -documents bundled with the source code-author Xu Jing Zhou documents bundled with the source code-author Xu Jing Zhou
Platform: | Size: 37087 | Author: Yuan | Hits:

[Otherlswinzip

Description: yaosuo de yuan wen jian kai fa huan jing: c-yaosuo de yuan wen jian jing kai fa Thuan : c
Platform: | Size: 51245 | Author: dezhen | Hits:

[Other resourceTestPY

Description: VC编写的汉字转拼音程序,例如“北京人在纽约”转换为“bei jing ren zai niu yue ”。-VC prepared by the Chinese pinyin transfer procedures For example, "Beijingers in New York" into "bei jing ren 18a Nias yue."
Platform: | Size: 13373 | Author: 岳绪军 | Hits:

[Other resourcec++jindian3

Description: [美]H.M.Deitel,P.J.Deitel 著 周靖 黄都培 译 杨小平 审校 清华大学出版社 本书是一本相当不错的学习C++的资料,作为全球使用最广泛的C++经典程序设计教材,本书详细介绍了过程式与面向对象程序设计的基本知识与方法,其中包括C++的强大功能、最新特性和新增的ANSI/ISO C++标准库。   本书通过面向一个大型对象(电梯模拟系统)的程序设计,以数百个“活代码”示例程序,重点突出了利用UML进行面向对象的设计。分布在各章的“对象思想”、“案例分析”、“常见编程错误”、“良好编程习惯”、“自测题”和“练习题”等特色部分非常具有实际指导意义,不仅可让接触C++的新手真实体验编程乐趣,还可让有经验的程序员得到启发。   本书的读者对象为计算机软件、系统和网络编程人员,也可作为大学计算机相关专业本科生和研究生的编程教材和参考书。唯一不足的本书是扫描版本,有些地方不是特别清晰,就敬请大家谅解!! -[U.S.] H. M. Deitel, P. J. Deitel a training HUANG Du Jing Zhou Xiao-Ping Yang translated revisers Tsinghua University Press the book is a pretty good school Xi C, as the world's most widely used C program design classic materials, The book details the process-and object-oriented programming with the basic knowledge and methods, including the powerful C function, The latest properties and the new ANSI / ISO C Standard Library. Book through a large object-oriented (Elevator Simulation System) program design, Hundreds "Runtime" sample program, focusing on the use of UML for object-oriented design. Distribution in the various chapters of the "object" and "Case Analysis", "common programming errors", "good programming practice," "Exerc
Platform: | Size: 23059923 | Author: 张红艳 | Hits:

[Embeded-SCM Developlcd_driver_step_by_step(based_samsung_s6d0129)

Description: 开发工具:ads1.2 主要IC:MCU:lpc2210(NXP) LCD驱动及控制IC:s6d012(samsung) 用途:lcd驱动开发入门,s6d0129开发参考 相关资料: 电路原理图 lcd driver guide/ tft lcd驱动原理及开发过程 lcd module document/ samsung的s6d0129的datasheet和液晶屏spec mcu document/ nxp的lpc2210中英文datasheet source code/s6d0129 driver/ 基于lpc2210平台的无操作系统lcd(s6d0129)驱动源代码 source code/s6d0129 driver with minigui/ 基于lpc2210平台的无操作系统lcd(s6d0129)驱动源代码,添加了minigui中间件,可实现复杂图形及文字显示-Tools : ads1.2 major IC : MCU : lpc2210 (NXP) LCD driver and controller IC : s6d012 (samsung) purposes : lcd-driven development portal, s6d0129 reference to the development of relevant information : circuit diagram lcd driver guide / tft lcd driving principle and the development process lcd mo dule document / samsung s6d0129 the liquid and the datasheet Jing Ping spec mcu document / nxp the Chinese and English datashee lpc2210 t source code/s6d0129 driver / lpc2210 Based on the platform without parade system for lcd (s6d0129) driver source code source code/s6d0129 dr iver with minigui / lpc2210 platform based on the operating system without lcd (s6d 0129) driver source code, add the minigui middleware, complex graphics and text show
Platform: | Size: 12192113 | Author: kvb | Hits:

[Delphi VCLpaike_delphi

Description: 蛮不错的排课系统 这个系统由吴劲叶独立开发,蛮不错的,请自由下载-pretty good Timetable of the system by Wu Jing Ye independent development, pretty good, free downloads
Platform: | Size: 2084035 | Author: 吴劲叶 | Hits:

[Other resourcejincuangdatabase

Description: 自著的京川宾馆上网管理系统的数据库,可以结合jincuangpowercode.rar使用。-to Jing Chuan hotel Internet Management System database, can be combined jincuangpowercode.rar use.
Platform: | Size: 298469 | Author: G.F | Hits:

[Other resourcejincuangpowercode

Description: 自著的京川宾馆上网管理系统的PB源代码,其中包括一套非常好用的自定义类库,可以结合jincuangdatabase.rar使用。-to Jing Chuan hotel Internet Management System PB source code. including a very handy definition from the library. can be combined jincuangdatabase.rar use.
Platform: | Size: 5408307 | Author: G.F | Hits:

[Special Effectsseveral_kinds_Histogram

Description: 这是提取彩色图像几种直方图的程序,包括颜色聚合向量,颜色自动相关图等。其中颜色相关图是一种很有效的直方图表示,有cernell 大学的Jing Huang提出的。-extract color image histogram several procedures, including polymerization color vector, color charts and other related automatic. Associated with the color map is a very effective histogram, cernell a University of the Jing Huang.
Platform: | Size: 591587 | Author: 曾祥林 | Hits:

[Otherjisuanjitixijiegou

Description: ji suan ji ti xi jiegou ke jian jing dian o-ji suan ji ti ke xi jiegou 40c jing dian o
Platform: | Size: 3857937 | Author: wu | Hits:

[Windows DevelopCartoon3.0

Description: 本程序改编自徐景周的一个小程序我是用API写的请大家支持谢谢!-the procedures adapted from Xu Jing Zhou, a small procedure I used to write the API please support Thank you!
Platform: | Size: 250680 | Author: 王彬 | Hits:

[Other resourceviewmodesmdi

Description: 看过徐景周写过的一篇“程序界面多模式显示的实现”,在一个应用程序中使程序拥有多种显示模式,但是这个界面是由SDI的MFC文档视图结构实现,但是使用的代码在MDI的多文档/视图中不能实现,通过MSDN我找到了一些实现 MDI 的多模式实现方法,不敢独享,与大家分享。-read Xu Jing Zhou wrote of a "multi-mode program interface shows the realization of" In an application where the procedure has multiple display modes, However, the SDI interface from the MFC Document View architecture, However, the use of the code in the multi-document MDI / View which is not possible, through MSDN I found some MDI achieve the realization of multi-mode, not exclusive, and shared.
Platform: | Size: 366022 | Author: hk | Hits:

[Windows Developjing

Description: 一个有趣的小游戏- Interesting slightly plays
Platform: | Size: 2411520 | Author: 彭虹 | Hits:

[Consolejing

Description: 简单的小游戏,井字棋,c++源码。 基于console编写-Simple game, tic-tac-toe game, c++ source code. Prepared based on the console
Platform: | Size: 1024 | Author: zz | Hits:

[VC/MFCPV-jing-dian

Description: 在计算机操作系统中PV操作时重点也是难点,这本书将教会你如何写PV操作算法。-PV jing dian
Platform: | Size: 823296 | Author: luying | Hits:

[OtherJing-Yi

Description: Jing Yi sent a letter login replies
Platform: | Size: 94208 | Author: zheng | Hits:

[SCMHui-Jing-HJ-2G-routine-source-code

Description: 慧静HJ-2G开发板 源程序代码 AVR单片机-The development board Hui Jing HJ-2G routine source code
Platform: | Size: 8300544 | Author: 谭蒙 | Hits:

[OtherC-sharp-ru-men-jing-dian

Description: C#入门经典,适合初学者使用,有助于编程水平的提高-C# ru men jing dian
Platform: | Size: 1254400 | Author: zhang | Hits:

[JSPAndroidCong-Ru-Men-Dao-Jing-Ton-

Description: AndroidCong Ru Men Dao Jing Ton - Ming Ri Ke Ji.mobi-AndroidCong Ru Men Dao Jing Ton- Ming Ri Ke Ji.mobi
Platform: | Size: 16901120 | Author: Clarke5 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 24 »

CodeBus www.codebus.net