数字图像处理的MATLAB实现

出版时间

2013-04-01

ISBN

9787302307457

评分

★★★★★
书籍介绍
《国外计算机科学经典教材:数字图像处理的MATLAB实现(第2版)》是第一本介绍图像处理的基础理论以及图像处理实现中所使用软件原理的书籍,汇集了DigitalImageProcessing一书的基本概念和MathWorks公司的图像处理工具箱(MathWorks公司在科学计算方面处于领先地位)。图像处理工具箱在数字图像处理方面提供了稳定的、对广阔应用领域都能很好支持的软件环境。《国外计算机科学经典教材:数字图像处理的MATLAB实现(第2版)》的特色在于重点强调怎样通过开发新代码来加强这些软件工具。为了得到满意的解决问题的方法,需要拓宽实验工作,这在图像处理中是很重要的。
AI导读
核心看点
  • 结合基础理论与MATLAB工具箱,强调代码开发。
  • 涵盖采样、量化、频域滤波等核心图像处理概念。
  • 作为经典教材,提供稳定的软件环境与实验指导。
适合谁读
  • 计算机专业本科生及图像处理方向研究生。
  • 希望系统学习数字图像处理理论与实践者。
  • 具备微积分、线性代数基础的技术人员。
读前提醒
  • 强烈建议阅读英文原版,中文版翻译质量较差。
  • 部分章节需补充信号处理或机器学习基础知识。
  • 篇幅较长,建议配合实验代码加深理解。
读者共识
  • 内容经典且基础,是入门数字图像处理的佳作。
  • 中文版翻译错误多、语意生涩,严重劝退读者。
  • 理论解释详尽,但部分进阶章节阅读门槛较高。

本导读基于书籍简介、目录、原文摘录、短评和书评生成,不等同于全文精读。

精彩摘录
  • "去噪 亮度变换: varargin 变长输入 (f, varargin) 用nargchk检测变量输入 error(nargchk(2, 4, nargin)) nargin和nargout 判断图像的数组是什么格式的 用mat2gray转化成range [0, 1] if strcmp(class(f), 'double') & max(f(:)) > 1 & ... ~strcmp(varargin{1}, 'log') f = mat2gray(f); 不然转成double的方便操作 f = im2double(f); 反转图像 g = imcomplement(f) 使用对数变换减小动"
  • "The field of digital image processing refers to processing digital images by means of a digital computer"
  • "As a consequence, f(x,y) must be nonzero and finite; that is 0< f(x,y) < infinite"
  • "Incoming energy is transformed into a voltage by the combination of input electrical power and sensor material that is responsive to the particular type or energy being detected."
  • "The quality of a digital image is determined to a large degree by the number of samples and discrete intensity levels used in sampling and quantization."
  • "The section of the real plane spanned by the coordinates of an image is called the spatial domain, with x and y being referred to as spatial variables or spatial coordinates."
  • "f(x, y) is a digital image if (x, y) are integers from z2 and f is a function that assigns an intensity value to each distinct pair of coordinates(x, y)."
  • "This digitization process requires that decisions be made regarding the values for M, N, and for the number, L, of discrete intensity levels."
作者简介
[美]Rafael C.Gonzalez,田纳西大学电气与计算机工程系教授、图像和模式分析实验窒、机器人与计算机视觉实验室的创始人及IEEE会员。Gonzalez教授拥有众多学术荣誉,包括“杰出贡献教授”、“Phi Kappa Phi学者奖”、“Albert Rose National商业图像处理优秀奖”等。Gonzalez的书在遍布全球的1000多所大学和研究机构使用,跻身全美名人传、工程名人传、世界名人传和其他10个国家的国际名人传。 阮秋琦,北方交通大学教授、博士生导师、信息科学研究所所长、部级重点实验室主任,主要研究方向为数字图像处理、计算机视觉、多媒体信息处理、模式识别等。阮教授拥有众多荣誉和头衔,包括EEE高级会员、中国通信学会会士、中国通信学会通信理论与信号处理委员会副主任委员、中国图像图形学学会常务理事等,是北京市优秀教师、国家有突出贡献的中青年专家,享受国家政府津贴。
下载
收藏