找回密码
 注册
查看: 518|回复: 0

R语言 spatstat包 which.max.im()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 14:20:31 | 显示全部楼层 |阅读模式
which.max.im(spatstat)
which.max.im()所属R语言包:spatstat

                                        Identify Pixelwise Maximum of Several Pixel Images
                                         确定Pixelwise最大的几个像素的图像

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Given a list of pixel images, this function  identifies the image that has the largest value at each pixel, and returns an image.
鉴于像素的图像的列表,这个功能标识的图像在每个像素具有最大的值,并返回一个图像。


用法----------Usage----------


  which.max.im(x)



参数----------Arguments----------

参数:x
A list of images (objects of class "im").
的图像列表(对象类"im"“)。


Details

详细信息----------Details----------

x should be a list of pixel images. All images must have compatible dimensions.
x应该是一个像素的图像列表的。所有的图像都必须有兼容的尺寸。

For each pixel, the algorithm identifies which of the images in the list x has the largest value at that pixel. The index of this image becomes the pixel value in the output image. If names(x) is not null, then the indices are replaced by these names.
对于每个像素,该算法标识的图像列表中的x具有在该像素的值最大。此图像的索引,成为在输出图像中的像素值。 names(x)如果不为空,那么指数所取代这些名称。


值----------Value----------

An image (object of class "im") with factor values.
图像(类的对象"im")因子值。


(作者)----------Author(s)----------


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>
and Rolf Turner
<a href="mailto:r.turner@auckland.ac.nz">r.turner@auckland.ac.nz</a>




参见----------See Also----------

eval.im, im.object
eval.im,im.object


实例----------Examples----------


  # test images[测试图像]
  X <- as.im(function(x,y) { x^2 - y^2 }, unit.square())
  Y <- as.im(function(x,y) { x - y }, unit.square())
  which.max.im(list(X=X,Y=Y))

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-6-17 02:22 , Processed in 0.021025 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表