jpeg的matlab代码

源代码在线查看: setdefaults.m

软件大小: 305 K
上传用户: woainijiajia123
关键词: matlab jpeg 代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				% setdefaults - set defaults for JPEGtool session				%				% SYNOPSIS				%	setdefaults				%				% DESCRIPTION				% 	Sets various global defaults, such as the quantizing matrix QMAT				%      	and the colormap. Should be run at the start of every session.								global QMAT;								colormap(gray);				QMAT = stdQ;								fprintf(1, '  JPEGtool v1, Copyright (C) 1995-1997 Darrel Hankerson and Greg A. Harris.\n');				fprintf(1, '  JPEGtool comes with ABSOLUTELY NO WARRANTY.\n');				fprintf(1, '  This is free software, and you are welcome to redistribute it\n');				fprintf(1, '  under certain conditions. Type `jpegtool'' for details.\n');							

相关资源