Modifies a pixel image, identifying those pixels that have values very close to zero, and replacing the value by zero.
修改的像素的图像,识别具有非常接近零的值的那些像素,和替换的值除以零。
用法----------Usage----------
zapsmall.im(x, digits)
参数----------Arguments----------
参数:x
Pixel image (object of class "im").
像素的图像(类的对象"im"“)。
参数:digits
Argument passed to zapsmall indicating the precision to be used.
参数传递zapsmall指示的精度要使用的。
Details
详细信息----------Details----------
The function zapsmall is applied to each pixel value of the image x.
的功能zapsmall被施加于每个像素值的图像x。
值----------Value----------
Another pixel image.
另一个像素的图像。
(作者)----------Author(s)----------
Ege Rubak
and Adrian Baddeley
<a href="mailto:Adrian.Baddeley@csiro.au">Adrian.Baddeley@csiro.au</a>
<a href="http://www.maths.uwa.edu.au/~adrian/">http://www.maths.uwa.edu.au/~adrian/</a>