Digital Image Processing By MATLAB

Record Digital Image Processing By MATLAB!
Matlab中取整函数有: fix, floor, ceil, round。具体应用方法如下:
fix向零方向取整,如fix(-1.3)=-1 fix(1.3)=1;
floor,顾名思义,就是地板,所以取比它小的整数,即朝负无穷方向取整,如floor(-1.3)=-2 floor(1.3)=1 floor(-1.8)=-2 floor(1.8)=1;
ceil,与floor相反,意为天花板,也就是取比它大的最小整数,即朝正无穷方向取整,如ceil(-1.3)=-1,ceil(1.3)=2 ceil(-1.8)=-1 ceil(1.8)=2
round是四舍五入到最近的整数,如round(-1.3)=-1 round(-1.52)=-2 round(1.3)=1 round(1.52)=2

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
本书是DIPUM的第二版,编者Rafael C.Gonzalez。 共压缩成三部分。 注意,需Part1-Part3 三部分都下载了才能解压缩。 (提醒:本书为扫描版,不算清楚,但是也来之不易) For Image and Computer Vision, Image Processing, and Computer Vision courses. This is the first text that provides a balanced treatment of image processing fundamentals and an introduction to software principles used in the practical application of image processing. A seamless integration of material from the leading text, Digital Image Processing by Gonzalez and Woods and the Image Processing Toolbox from Mathworks, Inc. This text works in the MATLAB computing environment; the Toolbox provides a stable, well-supported set of software tools capable of addressing a broad spectrum of applications in digital image processing. The major areas covered include intensity transformations, linear and nonlinear spatial filtering, filtering in the frequency domain, image restoration and registration, color image processing, wavelets, image data compression, morphological image processing, image segmentation, regions and boundary representation and description, and object recognition. From the Back Cover Digital Image Processing Using MATLAB is the first book that provides a balanced treatment of image processing fundamentals and the software principles used in their practical implementation. The book integrates material from the leading text, Digital Image Processing by Gonzalez and Woods, and the Image Processing Toolbox of the MathWorks. Inc., a recognized leader in scientific computing. The Image Processing Toolbox provides a stable, well-supported set of software tools for addressing a broad range of applications in digital image processing. A unique feature of this hook is its emphasis on showing how to enhance those tools by the development of new code. This is important in image processing, where there is a need for extensive experimental work in order to arrive at acceptable problem solutions. After an introduction to the fundamentals of MATLAB programming, the book addresses the mainstream areas of image processing. Areas covered include intensity transformations, linear and nonlinear spatial filtering, filtering in the frequency domain, image restoration and registration, color image processing, wavelets, image data compression, morphological image processing, image segmentation, regions and boundary representation and description, and object recognition.

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值