Many applications analyze and utilize multidimensional data, such as spatial data. Spatial data generally describes characteristics (e.g., location, size, shape, etc.) of geometric objects, such as points, lines, polygons, regions, surfaces, volumes, etc. Spatial data is used in many fields, such as computer-aided design, computer graphics, data management systems, robotics, image processing, geographic systems, pattern recognition, and computational geometry, just to name a few examples.
Spatial data can be stored in a spatial database. A spatial index is created in the database in order to facilitate efficient query execution. Different types of spatial indexes are known and examples of indexes include Grid, R-tree, and QuadTree.
In the process of building a spatial index for spatial objects, and sometimes in spatial query processing, the execution of spatial decomposition is needed. In spatial decomposition, the space is tessellated into a grid of tiles, and each spatial object is decomposed to the list of tiles it intersects. In image processing algorithms, the pixel is the basic unit of tessellated space, while in spatial decomposition the space is tessellated into a grid of tiles that can vary in their size.
Generally, the decomposition of points and line-strings is known and relatively straightforward. The decomposition of polygons, however, is more complicated and generally includes two processes: detecting the polygon border tiles, and then detecting the polygon interior tiles. This latter process can be complex.
Several algorithms exist for detecting the polygon interior tiles or filling or coloring the interior of the polygon. For example, the flood-fill algorithm starts with a point inside the polygon and recursively propagates color to neighboring pixels until either a border pixel or already colored pixel is reached. As another example, the scan conversion algorithm uses a horizontal scan line that advances through the polygon to detect intersecting points of the scan line with the polygon.
Prior polygon fill algorithms are not well suited for spatial decomposition of non-self-intersecting polygons. The flood-fill algorithm can fail to fill all interior pixels, for example, if a single pixel is crossed by more than one polygon edge. By contrast, the scan conversion algorithm can involve presorting the polygon edges and can be quite complex and time-consuming to implement.
Embodiments in accordance with the present invention are directed to a method and system for defining border tile attributes for polygons. In one embodiment, a method for defining attributes of polygon border tiles comprises: decomposing a polygon into a plurality of segments; decomposing the segments into a plurality of border tiles; designating at least one edge for each border tile; determining a spatial relationship between the designated edge of each border tile and the polygon; and generating the attributes of the border tiles based on the spatial relationship between the designated edge of each border tile and the polygon.
In another embodiment in accordance with the present invention, a computer-readable medium has computer-readable program code embodied therein for causing a computer system to perform: defining a polygon having a border that is non-self-intersecting and formed of a plurality of segments on a grid of tiles; defining, from the grid of tiles, a plurality of border tiles that intersect the segments; and generating an attribute associated with at least one edge of a border tile, wherein the attribute is selected from the group consisting of: the at least one edge crossing a segment, the at least one edge disposed completely within the polygon, and the at least one edge disposed completely outside the polygon.
Other embodiments and variations of these embodiments are shown and taught in the accompanying drawings and detailed description.
Embodiments in accordance with the present invention are generally directed to methods, systems, and apparatus for defining border tile attributes for polygons. Such embodiments relate to or can be utilized with spatial decomposition of objects, such as polygons.
Space can be tessellated into a grid of tiles, and each spatial object can be decomposed to a list of tiles that the object intersects. Spatial polygons, for example, can be defined by a set of discrete segments joined together. These segments can be converted to a non-self-intersecting chain-code representation.
For purposes of illustration, configuration of pixels in an image may be represented as a series of vectors. Each vector represents a unit displacement in a predetermined direction and is referred to as a chain element. A series of vectors is called an “indexed sequence” or “chain-code.” The coordinates of each connected point are called chain coordinates. The process of expressing an image as a series of vectors is generally called “chain coding.” Chain-code can be further defined as a sequence of unit vectors that pass on the grid lines of the grid. The vectors can pass on the grid lines in one of the following directions: north, south, east, or west. A closed sequence of chain-code is used to define an area defined by the polygon. If the direction of the chain-code around the area is assumed to be clockwise, then the tiles to the right of the chain-code vectors are considered part of the area. Of course, the direction of the chain-code can be counterclockwise; here, the tiles to the left of the chain-code are considered part of the area.
In embodiments in accordance with the present invention, a polygon can be converted to non-self-intersecting chain-code representation. The chain-code representation is applicable even if the polygon segments pass through a single tile in various or multiple directions. In other words, multiple segments, for example, can pass through the same tile more than once. Embodiments in accordance with the present invention can thus convert a spatial representation of a polygon to a non-self-intersecting chain-code representation even if the segments of the polygon pass through or touch a single tile in various locations or directions.
Embodiments in accordance with the present invention can be utilized to generate the interior tiles of a polygon given a closed sequence of chain-code. Generally, the border tiles are identified and notated with specific information or attributes (described hereinafter). Once the border tiles are identified and notated, various systems, methods, apparatus, and/or algorithms can be used to identify, acquire, or fill the interior tiles of the polygon.
For purposes of this disclosure, the term “polygon” should be broadly construed. The term, for example, can mean a closed plane figure bounded by straight lines or a closed figure on a sphere bounded by arcs of great circles. Further, the term “attribute” should be broadly construed. The term, for example, can mean a characteristic (such as an inherent characteristic), an ascribing quality, a tribute, and/or information.
The computer 10 may communicate with other computers or networks of computers, for example, via a communications channel or modem 32. Alternatively, the computer 10 may communicate using a wireless interface at 32. The computer 10 may be associated with such other computers in a local area network (LAN) or a wide area network (WAN), or the computer 10 can be a client in a client/server arrangement with another computer, etc. All of these configurations, as well as the appropriate communications hardware and software, are known in the art.
For convenience of illustration, a single user computer 10 is illustrated. Embodiments in accordance with the present invention are not limited to the computer 10 of
In the various embodiments in accordance with the present invention, embodiments are implemented as one or more computer software programs. The software may be implemented as one or more modules (also referred to as code subroutines, or “objects” in object-oriented programming). The location of the software (whether on the client computer or elsewhere) will differ for the various alternative embodiments. The software programming code, for example, can be accessed by the microprocessor 12 of the computer 10 and/or a server from long-term storage media of some type, such as a CD-ROM drive or hard drive. The software programming code may be embodied or stored on any of a variety of known media for use with a data processing system or in any memory device such as semiconductor, magnetic and optical devices, including a disk, hard drive, CD-ROM, ROM, etc. The code may be distributed on such media, or may be distributed to users from the memory or storage of one computer system over a network of some type to other computer systems for use by users of such other systems. Alternatively, the programming code may be embodied in the memory 28, and accessed by the microprocessor 12 using the bus 14. The techniques and methods for embodying software programming code in memory, on physical media, and/or distributing software code via networks are well known and will not be further discussed herein.
Some embodiments in accordance with the present invention can be described in connection with the flow diagram of
For purposes of discussion, a polygon with a plurality of segments is utilized. The polygon has non-self-intersecting segments and forms a closed loop. Further, the polygon is described with vertices occurring in a clockwise order; as such, the interior of the polygon is always to the right of each segment while maneuvering around the polygon in the clockwise direction.
In general terms, the polygon, defined by a plurality of segments, is converted to a plurality of notated border tiles. The notated border tiles have a single attribute or a plurality of attributes that define the tile with respect to a segment, segments, the interior of the polygon, and/or the exterior of the polygon, to name a few examples. Once the polygon is converted to notated border tiles, a spatial polygon decomposition algorithm can be utilized or otherwise employed that is based on the generation of the notated border tiles. Further, additional algorithms can then be used, for example, to identify or fill the interior of the polygon.
Turning now to
Some embodiments in accordance with the present invention are further described in connection with
The general idea of the algorithm is to notate each of the polygon border tiles with the status of its edges. The status indicates the spatial relationship between the eastern edge of the tile and the segment or segments in or on the tile. For purposes of illustration, the status is given with respect to the eastern edge of the tile. Of course, additional edges (alone or in combination with each other) could be used. Such edges include the northern edge, the southern edge, and the western edge.
Generally, the status indicates one of three different relationships or attributes for every eastern tile edge. These three relationships are shown in
The status of the tile's edge is further determined by the direction of the polygon segment that is the closest to that tile's edge. This situation can occur, for example, when two segments pass through the same tile. In
Each border tile of the polygon can have a single attribute or a plurality of different and/or distinct attributes. These attributes can be defined in a variety of ways. For example, each border tile can have three attributes of: Status, Active Segment, and Active Y.
The Status attribute is defined as the current status of the eastern edge of the tile. The Status can be selected from one of Crossed, External, Internal, Initialized, or Undefined. The attributes of Crossed, External, and Internal are discussed in connection with
The attributes for the tiles are maintained for each border tile generated by the decomposition of the polygon. In the process of the algorithm, tile attributes can be modified. For example, every time a segment passes through a tile, the tile will be “discovered” again or re-evaluated, re-assessed, or re-calculated. Hence, at the end of the algorithm, the status of the eastern edge of the tile will be set to the correct and final value: external, internal, or crossed.
The status of the border tile can be translated to a “chain-code border code.” Such border code can be used by chain-code based polygon decomposition algorithms. For example, the “internal” status or “crossed” status can specify that the border tile does not touch the chain-code boundary. By contrast, the “external” status can specify that the border tile does touch the chain-code boundary.
Turning now to
At block 310, a question is asked: Does the segment S cross the eastern edge or eastern border of tile T? If the answer is “yes,” then per block 320 the status of tile T is defined as “crossed.” If the answer is “no,” then per block 330 tile T Active Y is equal to arbitrary Active Y that crosses segment S and tile T. The Active Y attribute is used to determine which of multiple segments passing through the tile is the active segment.
Looking to
Per block 340, a question is asked: What is the direction of segment S? As noted, the direction of the segment S is discussed in connection with
Once the status of tile T is set (i.e., to one of crossed, internal, undefined, or external), the flow diagram finishes per block 380.
Some embodiments in accordance with the present invention are further described in connection with
Turning now to the flow diagram of
Some embodiments in accordance with the present invention are further described in connection with
By contrast,
The flow diagram of
Per block 910, a question is asked: Is X1 greater than X2? If the answer is “yes,” then per block 920 return a “True.” If the answer is “no,” then per block 930 a question is asked: Is X2 greater than X1? If the answer is “yes,” then per block 940 return a “False.” If the answer is “no,” then per block 950 establish the following: Let Active Y′ be a horizontal line, different from Active Y, that crosses at least one of the segments. The scenario of block 950 is illustrated in
While the invention has been disclosed with respect to a limited number of embodiments, those skilled in the art will appreciate, upon reading this disclosure, numerous modifications and variations. It is intended that the appended claims cover such modifications and variations and fall within the true spirit and scope of the invention.
Number | Name | Date | Kind |
---|---|---|---|
5220647 | Kumagai | Jun 1993 | A |
5852446 | Hashimoto et al. | Dec 1998 | A |
6701306 | Kronmiller et al. | Mar 2004 | B1 |
6873343 | Chui | Mar 2005 | B2 |
20020093520 | Larson | Jul 2002 | A1 |
20020118202 | Baldwin | Aug 2002 | A1 |
Number | Date | Country |
---|---|---|
410240952 | Sep 1998 | JP |
Number | Date | Country | |
---|---|---|---|
20050212810 A1 | Sep 2005 | US |