动态地图标注算法
Dynamic maps that allow continuous map rotations, e.g., on mobile devices, encounter new issues unseen in static map labeling before. We study the following dynamic map labeling problem: The input is a static, labeled map, i.e., a set P of points in the plane with attached nonoverlapping horizontal rectangular labels. The goal is to find a consistent labeling of P under rotation that maximizes the number of visible labels for all rotation angles such that the labels remain horizontal while the map is rotated. A labeling is consistent if a single active interval of angles is selected for each label such that labels neither intersect each other nor occlude points in P at any rotation angle. We first introduce a general model for labeling rotating maps and derive basic geometric properties of consistent solutions. We show NP completeness of the active interval maximization problem even for unitsquare labels. We then present a constant-factor approximation for this problem based on line stabbing, and refine it further into an efficient polynomial-time approximation scheme (EPTAS). Finally, we extend the EPTAS to the more general setting of rectangular labels of bounded size and aspect ratio.
动态地图,允许连续的地图旋转,例如,在移动设备上,遇到了新的问题,在静态地图标签之前看不见。我们研究了以下动态地图标注问题:输入是一个静态的有标签的地图,即平面上带有不重叠水平矩形标签的点集P。目标是在旋转下找到一致的P标记,使在所有旋转角度下的可见标记数最大化,这样当地图旋转时,标记保持水平。标记将是持续的,如果为每个标记选择了单一的角度活动区间,使得标记在任何旋转角度上既不相互交叉,也不遮挡P中的点。本文首先介绍了地图旋转标注的一般模型,推导了一致解的基本几何性质。我们证明了即使是单位平方标签它的极大化活动区间问题仍然是NP完全的(https://www.cnblogs.com/alphablox/p/3536895.html)。在此基础上,我们提出了一种基于线刺法的常因子逼近方法,并进一步改进为一种有效的多项式时间近似格式(EPTAS)。最后,我们将EPTAS扩展到有界尺寸和长宽比的矩形标签的更一般的设置。
1 Introduction
Dynamic maps, in which the user can navigate continuously through space, are becoming increasingly important in scientific and commercial GIS applications as well as in personal mapping applications. In particular GPS-equipped mobile devices offer various new possibilities for interactive, location-aware maps. A common principle in dynamic maps is that users can pan, rotate, and zoom the map view. Despite the popularity of several commercial and free applications, relatively little attention has been paid to provably good labeling algorithms for dynamic maps.
用户可以在空间连续导航的动态地图,在科学地理信息系统(fic)、商业地理信息系统和个人地图应用中正变得越来越重要。特别是配备gps的移动设备或ffer各种新的可能性,互动的,位置感知的地图.。动态地图中的一个常见原则是用户可以平移、旋转和缩放地图视图。尽管一些商业和免费的应用很流行,但是相对较少的注意力已经被证明是好的动态地图的标记算法。
Been et al. [2] identified a set of consistency desiderata for dynamic map labeling. Labels should neither "jump" (suddenly change position or size) nor "pop" (appear and disappear more than once) during monotonous map navigation; moreover, the labeling should be a function of the selected map viewport and not depend on the user's navigation history. Previous work on the topic has focused solely on supporting zooming and/or panning of the map [2,3,11],whereas consistent labeling under map rotations has not been considered prior to this paper.
引用论文[2]确定了一套用于动态地图标注的持续性要求。在单调的地图导航中,标签既不应该"跳转"(突然改变位置或大小),也不应该"POP"(出现和消失多次);此外,标注应该是所选地图视口的功能,而不取决于用户的导航历史。以前关于这一专题的工作仅侧重于支持地图的缩放和/或平移[比如参考文献2,3,11],而在之前没有考虑地图旋转下的持续标注的论文。
Most maps come with a natural orientation (usually the northern direction facing upward), but applications such as car or pedestrian navigation often rotate the map view dynamically to be always forward facing [5]. Still, the labels must remain horizontally aligned for best readability regardless of the actual rotation angle of the map. A basic requirement in static and dynamic label placement is that labels are pairwise disjoint, i.e., in general not all labels can be placed simultaneously. For labeling point features, it is further required that each label, usually modeled as a rectangle, touches the labeled point on its boundary. It is often not allowed that labels occlude the input point of another label. Figure 1 shows an example of a map that is rotated and labeled. The objective in map labeling is usually to place as many labels as possible. Translating this into the context of rotating maps means that, integrated over one full rotation from 0 to 2π, we want to maximize the number of visible labels. The consistency requirements of Been et al. [2] can immediately be applied for rotating maps.
大多数地图都有一个自然的方向(通常是朝北的方向),但汽车或行人导航等应用程序通常会动态地旋转地图视图,使其始终面向前方[5]。尽管如此,标签必须保持水平对齐,以获得最好的可读性,而不管地图的实际旋转角度如何。静态和动态标签放置中的一个基本要求是标签是两两不相交的,即通常不是所有标签都可以同时放置。对于标注点要素,进一步要求每个标记被建模为一个矩形。通常不允许标签遮挡另一个标签的输入点。图1显示了一个被旋转和标记的地图示例。地图标注的目的通常是尽可能多地放置标签。将其转换为旋转地图的上下文意味着,集成在一次从0到2π的完整旋转中,我们希望最大限度地增加可见标签的数量。文献[2]的持续性要求可立即适用于旋转地图。
Our Results. Initially, we define a model for rotating maps and show some basic properties of the different types of conflicts that may arise during rotation. Next, we prove that consistently labeling rotating maps is NP-complete, for the maximization of the total number of visible labels in one full rotation and NP hard for the maximization of the visibility range of the least visible label. Finally, we present a new 1/4-approximation algorithm and an efficient polynomial-time approximation scheme (EPTAS) for unit-height rectangles. A PTAS is called efficient if its running time is O(f(ε)·poly(n)). Both algorithms can be extended to the case of rectangular labels with the property that the ratio of the smallest and largest width, the ratio of the smallest and largest height, as well as the aspect ratio of every label is bounded by a constant, even if we allow the anchor point of each label to be an arbitrary point of the label. This applies to most practical scenarios where labels typically consist of few and relatively short lines of text.
我们的成果。最初,我们定义了一个地图旋转模型,并展示了旋转过程中可能出现的不同类型冲突的一些基本性质。其次,我们证明了地图旋转的持续性标记问题是NP-完全的,对于在一次全旋转中可见标记总数的最大化是NP-完全的,并且对于最不可见标签的可见性范围的最大化是NP困难的。最后,我们提出了一种新的1/4近似算法和一个对于单位高度矩形的高效多项式时间近似模式(EPTAS)。如果一个PTAS(多项式时间近似模式)其运行时间为O(f(ε)·Polyn),则称为有效的。这两种算法都可以推广到矩形标签的情况(它们的最小宽度和最大宽度之比、最小高度和最大高度之比以及每个标签的长宽比都有一个常数),甚至我们允许每个标签的锚定点是标签的任意点。这适用于标签通常由很少和相对较短的文本行组成的大多数实际情况。
Related Work. Most previous algorithmic research efforts on automated label placement cover static labeling models for point, line, or area features. For static point labeling, fixed-position models and slider models have been introduced [4, 8], in which the label, represented by its bounding box, needs to touch the labeled point along its boundary. The label number maximization problem is NP-hard even for the simplest labeling models, whereas there are efficient algorithms for the decision problem that asks whether all points can be labeled in some of the simpler models (see the discussion by Klau and Mutzel [7] or the comprehensive map labeling bibliography [14]). Approximation results [1,8], heuristics [13], and exact approaches [7] are known for many variants of the static label number maximization problem.
相关工作。以前大多数关于自动标签放置的算法研究工作致力于包括点、线或区域特征的静态标记模型。对于静态点标记,引入了固定位置模型和滑块模型[4,8],其中标签以需要触摸其边界上的标记点的矩形包围盒来表示。即使对于最简单的标号模型,标签数最大化问题也是NP困难的,然而对于判定问题,存在有效的算法来要求在一些更简单的模型中是否所有的点都可以被标注(参见Klau和mutzel的讨论[7]或综合地图标号文献[14])。近似结果[1,8],启发式[13]和精确方法[7]是已知的静态标签数最大化问题的许多变体。
In recent years, dynamic map labeling has emerged as a new research topic that gives rise to many unsolved algorithmic problems. Petzold et al. [12] used a preprocessing step to generate a reactive conflict graph that represents possible label overlaps for maps of all scales. For any fixed scale and map region, their method computes a conflict-free labeling using heuristics. Mote [10] presents another fast heuristic method for dynamic conflict resolution in label placement that does not require preprocessing. The consistency desiderata of Been et al. [2] for dynamic labeling (no popping and jumping effects when panning and zooming), however, are not satisfied by either of the methods. Been et al. [3] showed NP-hardness of the label number maximization problem in the consistent labeling model and presented several approximation algorithms for the problem. N¨ollenburg et al. [11] recently studied a dynamic version of the alternative boundary labeling model, in which labels are placed at the sides of the map and connected to their points by leaders. They presented an algorithm to precompute a data structure that represents an optimal one-sided labeling for all possible scales and thus allows continuous zooming and panning. None of the existing dynamic map labeling approaches supports map rotation.
(大意是近年来有一些解决方法,但都不解决地图旋转时的动态持续性标注问题)近年来,动态地图标注作为一个新的研究课题,产生了许多尚未解决的算法问题。Petzold等人。[12]使用预处理步骤生成反应冲突图,该图表示所有比例尺地图可能的标签重叠。对于任何固定的比例尺和地图区域,他们的方法使用启发式计算无冲突标记.。Mote[10]提出了另一种不需要预处理的快速启发式方法来解决标签放置中的动态冲突。等的一致性要求。[2]对于动态标记(在平移和缩放时没有弹出和跳跃效果),这两种方法中的任何一种都不能满足fi的要求。被等人。[3]证明了一致标号模型中标签数最大化问题的NP-困难性,并给出了几种近似算法。Ollenburg等人。[11]最近研究了一种动态的替代边界标注模型,其中标签放置在地图的两侧,并由领导将标签连接到它们的点上。他们提出了一种预先计算数据结构的算法,该结构表示所有可能的尺度的最优单边标记,从而允许连续缩放和平移。现有的动态地图标注方法都不支持地图旋转。
2 Model
In this section we describe a general model for rotating maps with axis-aligned rectangular labels. Let M be a labeled input map, i.e., a set P = {p1,...,pn} of points in the plane together with a set L = {1,...,
n} of pairwise disjoint, closed, and axis-aligned rectangular labels, where each point pi is a point on the boundary ∂i of its label
i. We say i is anchored at pi. As M is rotated, each label
i in L remains horizontally aligned and anchored at pi. Thus, label intersections form and disappear during rotation of M. We take the following alternative perspective on the rotation of M. Rather than rotating the points, say clockwise, and keeping labels horizontal we may instead rotate each label around its anchor point counterclockwise and keep the set of points fixed. It is easy to see that both rotations are equivalent and yield exactly the same results.
在这一节中,我们为拥有轴对齐矩形标签的旋转地图描述了一个通用的模型。设M是一个带标签的输入地图,在地图上有平面上点的集合P={p1,.,pn}加上以及一组不相交的、闭的和轴对的矩形标签的集合L={1,.,`n},其中每个点pi是其标签i的边界∂L上的一个点。我们说Li被锚定在pi上。当M旋转时,L中的每个标签i保持水平对齐并锚定在pi上。因此,在M的旋转过程中标签会相交并消失。我们对M的旋转采取以下替代视角,而不是按顺时针方向旋转点,并保持标签的水平方向,我们可以逆时针方向绕着每个标签的锚点旋转标注,并保持点集不变。很容易看出,这两个旋转是等价的,并产生完全相同的结果。
A rotation of L is defined by a rotation angle α ∈ [0,2π); a rotation labeling of M is a function φ: L×[0,2π) →{0,1}such that φ(,α) = 1 if label
is visibleor active in the rotation of L by α, and φ(,α) = 0 otherwise. We call a labeling φ valid if, for any rotation α, the set of labels L(α) = {
∈ L | φ(,α) = 1} consists of pairwise disjoint labels and no label in L(α) contains any point in P (other than its anchor point). We note that a valid labeling is not yet consistent in terms of the definition of Been et al. [2,3]: given fixed anchor points, labels clearly do not jump and the labeling is independent of the rotation history, but labels may still pop during a full rotation from 0 to 2π, i.e., appear and disappear more than once. In order to avoid popping effects, each label may be active only in a single contiguous range of [0,2π), where ranges are circular ranges modulo 2π so that they may span the input rotation α = 0. A valid labeling φ, in which for every label
the set Aφ() = {α ∈ [0,2π) | φ(
,α) = 1} is a contiguous range modulo 2π, is called a consistent labeling. For a consistent labeling φ the set Aφ() is called the active range of
. The length |Aφ()| of an active range Aφ(
) is defined as the length of the circular arc {(cosα,sinα) | α ∈ Aφ(`)} on the unit circle.
L的旋转定义为旋转角α∈[0,2π);M的旋转标注是函数φ:l×[0,2π)→{0,1}使φ(l,α)=1,如果标签l在α的旋转中可见或活跃,否则的话φ(l,α)=0.。我们称一个标注函数φ为有效的,如果对于任何旋转α,标记集L(α)={l∈L | (φ(l,α)=1}由两两不相交的标记组成,且L(α)中的任何标记都不包含P中的任何点(除了它的锚点之外)。我们注意到,有效的标记在定义等方面与参考文献[2,3]还不一致:给定固定的锚点,标签明显不跳,标签独立于旋转历史,但标签仍然可能在0到2π的全旋转期间弹出,即出现和消失不止一次。为了避免弹出效果,每个标签只能在[0,2π)的单个连续范围内活动,其中范围是模2π的圆形范围,因此它们可以跨越输入旋转α=0。一个有效的标记函数φ称为持续性标注,其中对每一个标签 l 集合 Aφ(l)={α∈[0,2π)|φ(,α)=1}是一个连续的模2π.。对于持续性标注函数φ,集合Aφ(l)称为标注l的活动范围。有效范围Aφ(l)的长度
length|Aφ(l)|`定义为单位圆上的圆弧{(cosα,sinα)|α∈Aφ(l)}的长度。
静态地图标注的目标通常是寻找两两不相交标签的最大子集,即尽可能多的点。将这一目标推广到旋转地图,意味着在所有旋转上集成α∈[0,2π],我们希望显示尽可能多的标签。这对应于最大化在M的所有持续性标注函数φ的和
我们称这个优化问题为MaxTotal。另一个目标是在所有持续性标注函数φ上最大化所有活动范围的最小长度minAφ(l);这个问题称为MaxMin。
3 Properties of consistent labelings
这一部分展示持续性标注的基本属性。两个标注l和l'在旋转角度α下相交表示他们在α下有冲突,即在持续性标注下他们之中顶多有一个可以在α下展示集合 C(l,l') = {α ∈ [0,2π) | l and l' are in conflict at α}成为l和l'的冲突集合。
我们在一个更一般的模型中给出了如下引理,其中标注l的锚点p可以是l中的任意点,而不一定是边界∂l上的点。
引理1:对于任意两个带有锚点p∈l和P0∈l'的标签l和l',集合C(l,l')至多由四个不相交的连续冲突范围组成。
证明过程简单说就是标注都是保持水平对齐的,也就是说横轴与横轴平行,竖轴与竖轴平行,所以相交情况就只有四种: t∩b', b∩t', l ∩r', and r ∩l'。这四种情况随着旋转方向的变化可能出现两次,所以总共算下来是8种情况。每个冲突都定义了一个唯一的旋转角度,并且很明显,以这8个旋转角度作为端点最多可以定义4个不相交的冲突范围。下面八个图显示了八种相交方式,锚点使用黑点表示
在下面的文章中,我们将更仔细地研究边界交叉事件(也称为冲突事件)发生的条件,以及它们的旋转角度。设ht和hb分别是p到t和b到t的距离。类似地,设w和wb分别是p到l和r的距离(见图3)。通过H0 t,H0 b,W0 1和W0 r,我们表示相应的标号`0的值。最后,设d是两个锚点p和p0的距离。为了提高下面引理的可读性,我们定义了两个函数fd(X)=arcsin(x/d)和gd(X)=arccos(x/d)。
引理2给出了几个冲突事件发生的角度范围。
证明:
如果存在t和b0相交的旋转角,则有图4所示的情况,通过简单的三角推理,冲突事件发生的两个旋转角是2π−弧(ht+h0 b)/d)和π+arcsin(ht+h0 b)/d)。(都是逆时针旋转)
这一段证明,所有的角度都已经在集合C的范围内了
两个标签的冲突范围在闭合的圆上用粗体标绘出。
一个有效的标注方法的要求之一是,除了它的锚点以外,任何标签都不能包含P中的一个点。对于每个标签,l这产生了一类特殊的冲突范围,称为硬冲突范围,在这个范围中l可能永远是不被激活的。硬冲突开始或结束的旋转角度称为硬冲突事件。每个(硬)冲突事件都称为标签事件。显然,每一个硬冲突也是一个常规的冲突。不属于硬冲突的常规冲突也称为软冲突。我们注意到,从定义上讲,规则冲突是对称的,即C(,
0)=C(0,
),而硬冲突是不对称的。下一个引理刻画了硬冲突范围。
(never be active 不是很理解,引理2和3一个定义了可能的冲突范围,一个定义了硬冲突范围;硬冲突时l就包含了l'的锚点,所以包含l'锚点的这个旋转范围叫硬冲突范围)
证明过程就是假设了一个点,宽高都为零所以ht' hb' wl' wr' 都是零,也就满足了引理2.所以能得出引理3.
A simple way to visualize conflict ranges and hard conflict ranges is to mark, for each label anchored at p and each of its (hard) conflict ranges, the circular arcs on the circle centered at p and enclosing
. Figure 6 shows an example.
In the following we show that the MaxTotal problem can be discretized in the sense that there exists an optimal solution whose active ranges are defined as intervals whose borders are label events. An active range border of a label ` is an angle α that is characterized by the property that the labeling φ is not constant in any ε-neighborhood of α. We call an active range where both borders are label events a regular active range.
在下面的讨论中,我们证明了MaxTOTAL问题可以离散,即存在一个最优解,其活动范围被定义为边界为标签事件的区间。一个标记l的有效范围边界是一个角α,其特征是标准函数φ在α的任何ε-邻域中都不是常数。我们将两个边框都是标签事件的活动范围称为常规活动范围。
Lemma 4. Given a labeled map M there is an optimal rotation labeling of M consisting of only regular active ranges.
给定一个有标记的地图M,存在一个M的最优旋转标注方法,它只包含常规的活动范围。
在本节中,我们证明了,即使所有标签都是单位正方形,并且它们的锚点是它们的左下角,但要找到MaxTOTAL(以及Maxmin)的最优解是NP困难的。从NP-完全问题平面3出发,给出了一个小工具证明.。在构造小工具之前,我们给出了单位方标签的一个特殊性质.
5 Approximation Algorithms
In the previous section we have established that MaxTotal is NP-complete. Unless P = NP we cannot hope for an efficient exact algorithm to solve the problem. In the following we devise a 1/4-approximation algorithm for MaxTotal and refine it to an EPTAS. For both algorithms we initially assume that labels are congruent unit-height rectangles with constant width w ≥ 1 and that the anchor points are the lower-left corners of the labels. Let d be the length of the label's diagonal, i.e., d = √w2 + 1.
在上一节中,我们已经证明了MaxTOTAL是NP-完备的。除非P=NP,否则我们不能指望有一个有效的精确算法来解决这个问题。在接下来的文章中,我们设计了MaxTOTAL的1/4近似算法,并将其改进为EPTAS。对于这两种算法,我们最初都假设标签是等宽的单位高度矩形,宽度为w≥1,并且锚点是标签的左下角。设d是标签对角线的长度,即d=√w2+1。
Before we describe the algorithms we state four important properties that apply even to the more general labeling model, where anchor points are arbitrary points within the label or on its boundary, and where the ratio of the smallest and largest width and height, as well as the aspect ratio are bounded by constants:
在我们描述算法之前,我们说明了四个重要的属性,它们甚至适用于更一般的标记模型,其中锚点是标签内或其边界上的任意点,最小和最大的宽度和高度的比率以及纵横比被常数限制:
(i) the number of anchor points contained in a rectangle is proportional to its area,
(ii) the number of conflicts a label can have with other labels is bounded by a constant,
(iii) any two conflicting labels produce only O(1) conflict regions, and finally,
(iv) there is an optimal MaxTotal solution where the borders of all active ranges are events
(I)矩形内所载的锚点数目与其面积成正比,
(Ii)标签与其他标签的冲突数目以一个常数为界,
(3)任何两个相互冲突的标签只产生O(1)冲突区域,最后,
(Iv)存在一个最佳MaxTOTAL解,其中所有活动范围的边界都是事件
The basis for our algorithm is the line stabbing or shifting technique by Hochbaum and Maass [6], which has been applied before to static labeling problems for (non-rotating) unit-height labels [1,8]. Consider a grid G where each grid cell is a square with side length 2d. We can address every grid cell by its row and column index. Now we can partition G into four subsets by deleting every other row and every other column with either even or odd parity. Within each of these subsets we have the property that any two grid cells have a distance of at least 2d. Thus no two labels whose anchor points lie in different cells of the same subset can have a conflict. We say that a grid cell c covers a label l if the anchor point of l lies inside c. By Lemma 9 only O(1) labels are covered by a single grid cell. Combining this with Lemma 10 we see that the number of conflicts of the labels covered by a single grid cell is constant. This implies that the number of events in that cell is also constant.
我们的算法的基础是Hochbaum和Maass[6]的直线插移技术,它以前被应用于(非旋转的)单位高度标签的静态标号问题[1,8]。考虑一个网格G,其中每个网格单元是一个边长为2d的正方形。我们可以根据每个网格单元格的行和列索引来对其进行寻址。现在,我们可以通过删除每隔一行和每隔一列奇偶校验来将G划分为四个子集。在每一个子集中,我们都有一个属性,即任意两个网格单元至少有2d的距离。因此,锚点位于同一子集的不同单元格中的两个标签不可能存在冲突。我们说一个网格单元格c覆盖一个标签l,如果l的锚点位于c中。由引理9,只有O(1)标签被一个单一的网格单元覆盖。结合引理10,我们看到由单个网格单元覆盖的标签冲突的数量是恒定的。这意味着该单元格中的事件数也是常数。
可以这么理解,G中每个格子C的宽高都是2d(d=Math.sqrt(w*w + 1)),然后将C中的格子划成四个小格子c00,c10,c01,c11;将所有的c00拿出去成为一个G00,那么所有在G00中的格子中标签都不会有冲突,因为他们距离都是2d。
The four different subsets of grid cells divide a MaxTotal instance into four subinstances, each of which decomposes into independent grid cells. If we solve all subsets optimally, at least one of the solutions is a 1/4-approximation for the initial instance due to the pigeon-hole principle.
网格单元的四个不同子集将MaxTOTAL实例划分为四个子实例,每个子实例分解为独立的网格单元。如果我们最优地求解所有子集,由于鸽洞原理,至少有一个解是初始情形的1/4近似。
Determining an optimal solution for the labels covered by a grid cell c works as follows. We compute, for the set of labels Lc ⊆ L covered by c, the set Ec of label events. Due to Lemma 4 we know that there exists an optimal solution where all borders of active ranges are label events. Thus, to compute an optimal active range assignment for the labels in Lc we need to test all possible combinations of active ranges for all labels l ∈ Lc. For a single cell this requires only constant time.
为网格单元格c覆盖的标签确定最佳解决方案的工作如下。对于C覆盖的标签集LC⊆L,我们计算标签事件的集合EC。由于引理4,我们知道存在一个最优解,其中活动范围的所有边界都是标号事件。因此,为了计算LC中标签的最优有效范围分配,我们需要测试所有标签l∈LC的所有可能的有效范围组合。对于单个单元格,这只需要恒定的时间。
We can precompute the non-empty grid cells by simple arithmetic operations on the coordinates of the anchor points and store those cells in a binary search tree. Since we have n anchor points there are at most n non-empty grid cells in the tree, and each of the cells holds a list of the covered anchor points. Building this data structure takes O(nlogn) time and then optimally solving the active range assignment problem in the non-empty cells takes O(n) time.
我们可以通过对非空网格单元格中锚点坐标进行简单算术运算来作为预处理,并将这些单元格存储在二叉树中。因为我们有n个锚点,树中最多有n个非空网格单元格,每个单元格都有一个覆盖锚点的列表。建立这种数据结构需要O(Nlogn)时间,然后在非空单元格中最优地解决活动范围分配问题需要O(N)时间。
存在一种O(Nlogn)时间算法,该算法对于单位高度相同的矩形且以左下角为锚点,得到MaxtoTAL的1/4近似。
An Efficient Polynomial-Time Approximation Scheme for MaxTotal
一种高效的MaxTOTAL多项式时间逼近方法
论文中数学上的证明不去管了,主要看下面一段,就是说我们可以把原来那个固定高度,固定左下角锚点的假设推广到一般情况。
We note that this EPTAS basically relies on properties (i)–(iv) and that there is nothing special about congruent rectangles anchored at their lower-left corners. Hence we can generalize the algorithm to the more general labeling model, in which the ratio of the label heights, the ratio of the label widths, and the aspect ratios of all labels are bounded by constants. Furthermore, the anchor points are not required to be label corners; rather they can be any point on the boundary or in the interior of the labels. Finally, we can even ignore the distinction between hard and soft conflicts, i.e., allow that anchor points of nonactive labels are occluded. Properties (i)–(iv) still hold in this general model. The only change in the EPTAS is to set the width and height of the grid cells to twice the maximum diameter of all labels in L.
我们注意到这个EPTAS基本上依赖于属性(I)-(Iv),并且在它们的左下角锚定的同余矩形没有什么特别之处。因此,我们可以将该算法推广到更一般的标号模型,其中标号高度比、标号宽度比和所有标号的纵横比都是有常数限制的。此外,锚点不需要是标签角;相反,它们可以是边界上或标签内部的任何一点。最后,我们甚至可以忽略硬冲突和软冲突之间的区别,即允许屏蔽非活动标签的锚点。性质(一)-(四)仍然保持在这个一般模式。EPTAS中唯一的变化是 将网格单元格的宽度和高度设置为L中所有标签的最大直径的两倍 。