is.convex(spatstat)
is.convex()所属R语言包:spatstat
Test Whether a Window is Convex
测试窗口是否是凸的
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Determines whether a window is convex.
确定窗口是否是凸的。
用法----------Usage----------
is.convex(x)
参数----------Arguments----------
参数:x
Window (object of class "owin").
窗口(类的对象"owin")。
Details
详细信息----------Details----------
If x is a rectangle, the result is TRUE.
如果x是一个矩形,则结果为TRUE。
If x is polygonal, the result is TRUE if x consists of a single polygon and this polygon is equal to the minimal convex hull of its vertices computed by chull.
如果x是多边形,则结果为TRUE,如果x由一个单一的多边形,该多边形是等于其顶点由chull计算最小的凸包。
If x is a mask, the algorithm first extracts all boundary pixels of x using vertices. Then it computes the (polygonal) convex hull K of the boundary pixels. The result is TRUE if every boundary pixel lies within one pixel diameter of an edge of K.
x如果是一个面具,该算法首先提取物所有边界像素x使用vertices的。然后它计算(多边形)的凸包K的边界像素。结果是TRUE,如果每个边界像素是在一个像素内直径的边缘K。
值----------Value----------
Logical value, equal to TRUE if x is convex.
逻辑值,等于TRUE的如果x是凸的。
(作者)----------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----------
owin, convexhull.xy, vertices
owin,convexhull.xy,vertices
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|