Converting bitmap objects to polygons
Claim Score by NHIP
Abstract
Methods, and apparatus implementing the methods, that provide useful resolution-independent representations of the perimeter of a bitmap object. The methods find the boundary pixels in a bitmap and identify each boundary pixel edge that actually contributes to the object perimeter. The methods distinguish objects that appear to share a common edge because they share boundary pixels, when in fact the objects are separated by a pixel width. The polygon can be encoded in a digital, compact, compressible format, and can be used to define traps in a vector-based trapping environment. A finite state machine for generating the polygon is disclosed. A bitmap object is encode by calculating a sequence of direction codes based on tracing around the bitmap object along the boundary, where each direction code represents a direction from an eight-connected pixel to an adjacent eight-connected pixel. In another aspect, the invention provides a technique for trapping mixed bitmap and vector objects in a vector-based trapping process. The bitmap objects on a page are converted to perimeter polygons, the polygons are planarized with the vector objects of the page, and the resulting planar structures are trapped.

Term
Term ended
Projected expiry passed 15 April 2023, 3.4 years ago.
- Priority
- Filed
- Published
- Projected expiry
- Today
22 claims: 10 independent, 12 dependent
- 1A method for generating a polygon from a bitmap object defined by object pixels, each of the object pixels having edges shared with adjacent pixels, the method comprising:identifying all of the perimeter edges a perimeter edge being an edge that separates an object pixel from a non-object pixel;and accumulating the identified perimeter edges to define a polygon.
- 10A computer-implemented method of defining a bitmap object as a polygon, the bitmap object having a boundary defining the perimeter of the bitmap object where the boundary includes one or more boundary pixels having one or more edges that contribute to the perimeter, the method comprising:tracing around the bitmap object along the boundary;for each boundary pixel, identifying a pair of adjacent boundary pixels and determining the edges of the boundary pixel that contribute to the perimeter based on the location of the pair of adjacent boundary pixels relative to the location of the boundary pixel;and accumulating the edges to define a polygon.
- 13A method of defining a polygon from a sequence of direction codes, each direction code representing a direction from an eight-connected pixel to an adjacent eight-connected pixel, comprising:determining a sequence of direction codes based on tracing around a bitmap object;inputting sequentially each direction code to a finite state machine having a current state, each input causing the finite state machine to determine one or more edges of a polygon based on the current state and the direction code input, and each input causing the finite state machine to transition to a new state;and accumulating the identified object pixel edges to define the polygon.
- 14A method for generating a polygon from a bitmap object, the bitmap object having a boundary defining the perimeter of the bitmap object where the boundary includes one or more boundary pixels having one or more edges that contribute to the perimeter, the method comprising:tracing around the bitmap object along the boundary and generating a chain direction code for each boundary pixel, the chain direction code defining a direction from a current to a next boundary pixel in the path around the bitmap object;based on the chain direction codes generated, identifying the edges that contribute to the perimeter;and accumulating the identified perimeter edges to define a polygon corresponding to the perimeter of the bitmap object.
- 15A method of encoding a bitmap object, the bitmap object having a boundary defining the perimeter of the bitmap object where the boundary includes one or more boundary pixels having one or more edges that contribute to the perimeter, the method comprising:calculating a sequence of direction codes based on tracing around the bitmap object along the boundary, where each direction code represents a direction from an eight-connected pixel to an adjacent eight-connected pixel;inputting sequentially each direction code to a finite state machine having a current state, each input causing the finite state machine to calculate one or more boundary pixel edges that contribute to the perimeter based on the current state and the direction code input, and each input causing the finite state machine to transition to a new state;and storing the states to define a polygon.
- 16A computer program tangibly stored on a computer-readable medium for converting a bitmap object to a polygon, the bitmap object having a boundary defining the perimeter of the bitmap object where the boundary includes one or more boundary pixels having one or more edges that contribute to the perimeter, the program comprising:a tracing module including instructions for causing a computer to trace around the boundary of the bitmap object and generate a plurality of chain direction codes where each chain direction code defines a direction from a boundary pixel to an adjacent boundary pixel;and a polygon generating module including instructions for causing the computer to identify for each boundary pixel one or more edges of the boundary pixel that contribute to the boundary based on two or more of the chain direction codes generated by the tracing module and to produce as output a polygon having an outline defined by the edges.
- 18Broadest claimClaim Score 92, very broad(NHIP)A computer-implemented method of trapping an imagemask, comprising:identifying all of the perimeter edges of the imagemask, a perimeter edge being a pixel edge that contributes to the perimeter of the imagemask;accumulating the identified perimeter edges to define a polygon;and defining traps for the polygon.
- 20A computer-implemented method of trapping a bitmap object, the bitmap object having a boundary defining the perimeter of the bitmap object where the boundary includes one or more boundary pixels having one or more edges that contribute to the perimeter, the method comprising:defining a polygon from boundary pixels edges that contribute to a perimeter of the object and accumulating the contributing edges;planarizing a page including the polygon and one or more other vector objects;trapping the polygon against the other vector objects on the page.
- 21A method for printing a page including an imagemask, comprising:defining the imagemask as a polygon, including identifying all of the perimeter edges of the imagemask and accumulating the identified perimeter edges to define the polygon, a perimeter edge being a pixel edge contributing to the perimeter of the imagemask;mapping the polygon to device space;filling the polygon;and rendering the page using the filled polygon.
- 22A method of trapping a bitmap object having a perimeter against a vector object in a vector-based trapping system, comprising:constructing a polygon congruent to the perimeter of the bitmap object, including identifying pixels in the object having one or more edges that contribute to the perimeter and accumulating the edges that contribute to the perimeter;and using the polygon to define vector-based traps for the object.
Independent claims10
38 paragraphs in 3 sections, as filed
SUMMARY
[0001] In general, in one aspect, the invention provides methods, and apparatus implementing the methods, that provide useful resolution-independent representations of the perimeter of a bitmap object, that is, an object defined by pixels in a bitmap. In these methods, pixels are treated as having extent and edges that separate them from other pixels, and not as dimensionless points on a raster. In one implementation, the methods find the boundary pixels in a bitmap and identify each boundary pixel edge that actually contributes to the object perimeter. The contributing pixel edges will be one or more of the top, bottom, left, or right edges of the boundary pixels. Boundary pixels are non-object, or background, pixels that have one or more edges in common with object pixels. The methods distinguish objects that appear to share a common edge because they share boundary pixels, when in fact the objects are separated by a pixel width.
[0002] Implementations of the invention can include one or more of the following advantageous features. The polygon is encoded in a digital, compact, compressible format and stored on a computer-readable medium. The polygon is used to define traps in a vector-based trapping environment. The bitmap object has a hole and the invention provides a perimeter polygon enclosing the hole. Polygon edges are found using a finite state machine.
[0003] In general, in another aspect, the invention defines a polygon from a bitmap object by tracing around the bitmap; for each boundary pixel, identifying a pair of adjacent boundary pixels and determining the edges of the boundary pixel that contribute to the perimeter from the location of the pair of adjacent boundary pixels relative to the location of the boundary pixel; and accumulating the edges to define a polygon.
[0004] In general, in another aspect, the invention defines a polygon from a bitmap object by computing a sequence of direction codes based on tracing around a bitmap object; inputting sequentially each direction code to a finite state machine having a current state, each input causing the finite state machine to compute one or more edges of a polygon based on the current state and the direction code input, and each input causing the finite state machine to transition to a new state; and accumulating the identified object pixel edges to define the polygon.
[0005] In general, in another aspect, the invention generates a polygon from a bitmap object by tracing around the bitmap object along boundary pixels and generating a chain direction code for each boundary pixel, the chain direction code defining a direction from a current to a next boundary pixel around the bitmap object; using the chain direction codes generated, identifying the edges that contribute to the perimeter; and accumulating the identified perimeter edges to define a polygon corresponding to the perimeter of the bitmap object.
[0006] In general, in another aspect, the invention encodes a bitmap object by calculating a sequence of direction codes based on tracing around the bitmap object along the boundary, where each direction code represents a direction from an eight-connected pixel to an adjacent eight-connected pixel; inputting sequentially each direction code to a finite state machine having a current state, each input causing the finite state machine to calculate one or more boundary pixel edges that contribute to the perimeter based on the current state and the direction code input, and each input causing the finite state machine to transition to a new state; and storing the states to define a polygon.
[0007] In general, in another aspect, the invention provides a system, and a computer program, for converting a bitmap object to a polygon, the bitmap object having a boundary defining the perimeter of the bitmap object, where the system and program include a tracing module including instructions for causing a computer to trace around the boundary of the bitmap object and generate a plurality of chain direction codes where each chain direction code defines a direction from a boundary pixel to an adjacent boundary pixel; and a polygon generating module including instructions for causing the computer to identify for each boundary pixel one or more edges of the boundary pixel that contribute to the boundary based on two or more of the chain direction codes generated by the tracing module and to produce as output a polygon having an outline defined by the edges.
[0008] In general, in another aspect, the invention provides a system, a method, and a computer program implementing a technique for trapping mixed bitmap and vector objects in a vector-based trapping process. In the technique, the bitmap objects on a page (or a tile or band of a page) are converted to perimeter polygons, the polygons are planarized with the vector objects of the page (or tile or band), and the resulting planar structures are trapped.
[0009] In general, in another aspect, the invention provides a method of trapping an imagemask that includes identifying all of the perimeter edges of the imagemask; accumulating the identified perimeter edges to define a polygon; and defining traps for the polygon. The method can further include mapping the defined polygon to a device space, by applying an affine transform to one-unit vectors (X, 0) and (0, Y) in a two-dimensional coordinate system and for each identified perimeter edge, accumulating one or more of the transformed vectors based on the identified perimeter edge.
[0010] In general, in another aspect, the invention provides a method for printing a page that includes an imagemask. The method includes defining the imagemask as a polygon, including identifying all of the perimeter edges of the imagemask and accumulating the identified perimeter edges to define the polygon, a perimeter edge being a pixel edge contributing to the perimeter of the imagemask; mapping the polygon to device space; filling the polygon; and rendering the page using the filled polygon.
[0011] In general, in another aspect, the invention provides a method of trapping a bitmap object having a perimeter against a vector object in a vector-based trapping system. The method includes constructing a polygon congruent to the perimeter of the bitmap object, including identifying pixels in the object having one or more edges that contribute to the perimeter and accumulating the edges that contribute to the perimeter; and using the polygon to define vector-based traps for the object.
[0012] Advantages that may be seen in implementations of the invention include one or more of the following. The invention provides a precise-vector representation of one or more regions in a bitmap that can be used to manipulate the shape of a bitmap region, to trap an object, or to clip a vector object against a bitmap mask. A list of vertices that enclose a bitmap object can be generated in image space, and upon rotation and/or scaling to device space, the polygon defined by these vertices will enclose exactly the same area that the bitmap object would enclose had the bitmap been mapped using the same transformation. A finite state automaton can be used to convert chain direction code representations to polygons, providing an efficient way to represent and generate polygons. The polygon can be generated from a list of state transitions starting from a known or initial state. The polygon can be encoded as a list of chain codes or state transitions, which can be used for bitmap compression or bitmap font representation. Each polygon segment can be encoded in a compact, compressible format, based on a limited number of possible segments that can be generated at any given state. The process of tracing around the bitmap object can be separated from the process of generating the polygon. Single pixel objects and one-pixel wide objects, as well as objects with interior holes, can be converted to vector representation.
[0013] Other features and advantages of the invention will become apparent from the following description and from the claims.
BRIEF DESCRIPTION OF THE DRAWINGS
[0014]FIGS. 1A and 1B are illustrations of objects in a bitmap including object, boundary, and background pixels.
[0015]FIGS. 2A through 2B are a flow chart of a method for converting a bitmap object to a polygon.
[0016]FIG. 3 is an illustration of a pixel with directional arrows corresponding to the eight chain directions to adjacent pixels.
[0017]FIG. 4 is a state-transition diagram for a finite state automaton performing bitmap-to-polygon conversion in accordance with the methods described.
[0018]FIG. 5 is a state table defining the function F(x, q) for the finite state automaton of FIG. 4.
[0019]FIG. 6 is a functional block diagram of modules for bitmap-to-polygon conversion.
DETAILED DESCRIPTION
[0020]FIGS. 1A and 1B show bitmap objects <b>102</b> and <b>104</b> (object <b>104</b> is defined to be all of the object pixels, or “on” pixels, in the bitmap) in a bitmap that includes object or foreground pixels <b>108</b>, <b>116</b> that contribute to an object and background pixels <b>110</b>, <b>118</b> that are not part of any object. The background pixels <b>110</b>, <b>118</b> include boundary pixels <b>112</b>, <b>120</b> at the boundary of bitmap objects <b>102</b> and <b>104</b>, respectively. Each boundary pixel <b>112</b> has one or more edges <b>114</b> in common with an object pixel and contributing to the perimeter of the object.
[0021] As shown in FIGS. 2A and 2B, a process <b>202</b> implements methods in accordance with the invention for converting a bitmap object to one or more polygons in which the edges of pixels contributing to a perimeter of the bitmap (interior or exterior) object are identified and accumulated to produce a polygon that is identical to the perimeter of the bitmap object.
[0022] The process receives a bitmap object, such as object <b>102</b> of FIG. 1A (step <b>204</b>). The process finds a starting boundary pixel on the perimeter of the object (step <b>206</b>) and then traces around the boundary of the object by following the boundary pixels. At each boundary pixel, the process determines the direction to the next boundary pixel and what edges of the boundary pixel contribute to the perimeter of the object, as will now be described.
[0023] At step <b>208</b>, the process attempts to locate a next boundary pixel adjacent to the current boundary pixel. As shown in FIG. 3, a pixel <b>300</b> has up to eight adjacent pixels in directions represented as numbers 0-7. These directions 0-7 will be called “chain direction codes”. If the process finds an adjacent boundary pixel, the process stores a current chain direction code representing the direction to the adjacent boundary pixel (step <b>212</b>). If no adjacent boundary pixel was found at step <b>210</b>, the process stores a current chain direction code based on a predetermined function (step <b>214</b>).
[0024] In step <b>216</b>, the process determines, for the current boundary pixel, the edges that contribute to the perimeter of the object. The edges can be determined from chain direction codes, such as the previous chain direction (from the previous adjacent boundary pixel to the current boundary pixel) and the current chain direction (from the current boundary pixel to the next adjacent boundary pixel). The process encodes the contributing edges as digital data, such as data representing line segments or data representing vertices, stores the data (step <b>218</b>), and marks the current boundary pixel as upward or downward traced (step <b>220</b>) in order to ensure that each region is traced only once and to prevent the process from missing regions that are separated by only one pixel from other regions. Pixels are marked as “upward traced” or “downward traced” in step <b>220</b>, according to the following rules: (1) if a pixel is already marked as downward traced, the process leaves it marked as such; (2) if the current chain direction is 1, 2, 3, or 4, the process marks the pixel as upward traced; (3) if the current chain direction is 5 or 6, then the process marks the pixel as downward traced; and (4) if the current chain direction is 0 or 7 then if the previous chain direction was 0 or 1 then the process marks the pixel as upward traced and otherwise the process marks the pixel as downward traced.
[0025] The process next determines whether there are any boundary pixels left to trace for the object (step <b>222</b>). If there are no boundary pixels left to trace, tracing of the object is complete and the process creates as output a polygon from the stored data (step <b>226</b>). If there are additional boundary pixels to trace (step <b>222</b>), the process proceeds to consider the next adjacent boundary pixel (step <b>224</b>) as defined by the current chain direction code. This pixel is now the “current” boundary pixel. The process then repeats the loop described above, returning to step <b>208</b> and attempting to locate the next adjacent boundary pixel from the current boundary pixel. The loop continues until there are no more boundary pixels to trace.
[0026] To select the starting boundary pixel (FIG. 2A, step <b>206</b>) the process starts at the lower-right corner of the bitmap, and progresses from pixel to pixel, right to left and bottom row to top row, until it finds a pixel with a left-adjacent object pixel and a right-adjacent background pixel. This pixel is the starting boundary pixel. Before beginning, the process optionally adds a border of background pixels one or more pixels wide to the background in order to avoid special handling of pixels on the edge of the bitmap.
[0027] To locate the next adjacent boundary pixel (FIG. 2A, step <b>208</b>) from the current boundary pixel, as the process traces around the boundary of the object, it stores a series of chain direction codes each indicating a direction from one boundary pixel to an adjacent boundary pixel. For each boundary pixel, a previous chain direction code indicates the direction taken to the boundary pixel. Based on the previous chain direction code, the process determines a sequence of three possible chain directions in which to search, in order, for the next adjacent boundary pixel. The directions are searched, and once an adjacent boundary pixel is found, the process sets the current chain direction code to be the chain direction to the next adjacent boundary pixel. If the process does not find an adjacent boundary pixel in any of the three directions, the process sets the current chain direction code to be a value determined by the previous chain direction code.
[0028] In one implementation now being described, the background pixels in the bitmap are eight-connected (meaning that a pixel is defined to have 8 neighboring pixels: one at each of its four edges and one at each of its four corners) and the object pixels are four-connected (meaning that a pixel is defined to have 4 neighboring pixels: one at each of its four edges). Tracing occurs around the eight-connected boundary (background) pixels in this implementation. In an alternative implementation, the object pixels can be eight-connected and the background pixels four-connected, and tracing can occur around eight-connected perimeter pixels, which are defined to be those object pixels having one or more edges contributing to the object's perimeter.
[0029] The process determines which edges of the boundary pixels contribute to the perimeter of the bitmap object (FIG. 2B, step <b>216</b>) as follows. For each boundary pixel, the process identifies the contributing edges as a function of the previous chain direction code (identifying the direction taken to the boundary pixel from the previous adjacent boundary pixel) and the current chain direction code (identifying the direction to the next adjacent boundary pixel).
[0030] The function can be realized by a finite state automaton, or finite state machine, implementing the state-transition diagram <b>402</b> shown in FIG. 4. The finite state automaton generates a sequence of line segments y<sub>n</sub>=f(x<sub>n</sub>, q<sub>n</sub>) produced by a sequence of state changes. The output polygon is the connected union of the line segments y<sub>n</sub>. Inputs to the automaton are x<sub>n </sub>and q<sub>n</sub>. The input x<sub>n </sub>is defined as x<sub>n</sub>=C<sub>i</sub>, where C<sub>i </sub>is the current chain direction code (a number 0-7 as shown in FIG. 3). The input q<sub>n </sub>is defined as q<sub>n</sub>=(S, P), the current state of the automaton, where P is the previous chain direction code and S is a function of P, a “principal search direction” (0, 2, 4, or 6) defined for the purpose of representing the possible locations of the next adjacent boundary pixel consistently, discussed further below. The automaton has only eight states: one state for each of the eight different values of P (0-7) as shown in state-transition diagram <b>402</b> of FIG. 4.
[0031] The state of the automaton is updated as q<sub>n+1</sub>=g(x<sub>n</sub>, q<sub>n</sub>) where g(x<sub>n</sub>, q<sub>n</sub>) is defined by the state-transition diagram <b>402</b> of FIG. 4. Given an input chain direction code x<sub>n=C</sub><sub>i</sub>, the new state of the automaton q<sub>n</sub>=(S, P) is determined from the state-transition diagram <b>402</b> by following the directional arc corresponding to C from the current state to the new state. For example, if the current state <b>404</b> is (6,6) and the current chain direction <b>406</b> is C=7, then the new state <b>408</b> is (6,7). From each state, there are only four possible transitions because the number of possible chain directions to the next adjacent boundary pixel is limited by the tracing orientation and the physical characteristics of an object.
[0032] The principal search direction S can be used as a basis for representing the chain directions to search for the next adjacent boundary pixel. For example, in the conversion method implemented by the automaton, if the previous chain direction was 6 (referring to the directions shown in FIG. 3) then the chain direction to the next adjacent boundary pixel can only be 5, 6, or 7 (otherwise there is no continuous perimeter and no object). If the previous chain direction was 3, then the chain direction to the next adjacent boundary pixel can only be 1, 2, or 3. S is defined so that at each state, the process searches for the next adjacent boundary pixel in the chain directions S−1, S, and S+1, where the “-” operator defines rotating one “directional increment” clockwise around the pixel as shown in FIG. 3 (e.g. 0−1=7) and the “+” operator defines rotating in a counterclockwise direction (e.g. 7+1=0). The process assigns to the chain direction code C the chain direction to the next adjacent boundary pixel that was identified, the automaton transitions states according to state-transition diagram <b>402</b> of FIG. 4 and produces one or more line segments according to the function f(x, q) defined by the state table <b>502</b> FIG. 5, and the process traces to the next adjacent boundary pixel that was identified. If no next adjacent boundary pixel was found in any of the three directions searched, the process assigns to the chain direction code C the direction S+2, the automaton transitions states and produces line segments according to state-transition diagram <b>402</b> and state table <b>502</b>, but the process does not trace to any adjacent boundary pixel. This allows the process to correctly determine the perimeter when the tracing path doubles back on itself on, for example, one-pixel wide holes.
[0033] The function f(x, q) which calculates the line segments is defined by the state table <b>502</b> of FIG. 5. That is, given inputs x=C and q=(S, P) as shown in table <b>502</b>, the result of the function will be a number of one-pixel wide line segments in the X, −X, Y, or −Y coordinate directions. If pixels are not square, the interpretation and scaling of these four possible results is directly determined by the pixel shape. The automaton produces line segments with each state change, until the process has completed tracing the boundary of the object. The process then accumulates the line segments to form a polygon.
[0034] The functions of tracing around the boundary of the object and generating line segments corresponding to the contributing edges of the boundary pixels can be organized into modules <b>602</b> and <b>604</b> as shown in FIG. 6. Polygon generation module <b>604</b> includes a finite state automaton that is initialized with a starting state and accepts as input a current chain direction code <b>606</b>. The input causes a state transition according to state-transition diagram <b>402</b> of FIG. 4, and polygon generation module <b>604</b> determines and accumulates the line segments corresponding to the state transition according to state table <b>502</b> of FIG. 5. Polygon generation module <b>604</b> outputs the (new) state <b>608</b> to tracing module <b>602</b>. Tracing module <b>602</b> uses the state to determine a sequence of chain directions to search for the next adjacent boundary pixel. When tracing module <b>602</b> finds the next adjacent boundary pixel, it provides the corresponding chain direction code <b>606</b> to polygon generation module <b>604</b>, which again generates line segments and makes a state transition. The process continues until the tracing module <b>602</b> has fully traced the boundary of the object. The polygon generation module <b>604</b> then outputs a polygon from the line segments it has generated.
[0035] For purposes of tracing the object, the bitmap is treated as binary (each pixel is either “on” or “off” or foreground and background) and the process considers the “object” to be the collection of all of the “on” pixels in the bitmap. The process can convert multiple regions in the bitmap, including regions with holes, to multiple polygons forming a single, compound path describing the object. On an output page defined using the Postscript® page description language (“PDL”), for example, the resulting path can be filled and the output will exactly match that generated using a one-bit image with Postscript® imagemask operator. Regions in the bitmap with interior holes can be represented by multiple polygons, the process creating a path which satisfies the even-odd filling rule as well as the zero-winding rule (although for scan line conversion, the even-odd rule may be easier to implement).
[0036] A polygon created from a bitmap object can be used for purposes of trapping the object, mapping the object to device space, clipping a vector object or performing other vector-space operations. An imagemask can be trapped in a vector space by defining a polygon from the imagemask according to the methods described herein, and then planarizing and trapping the polygon using vector-based trapping methods such as those described in commonly-owned U.S. patent application Ser. No. 08/810,491, entitled “Vector Map Planarization and Trapping”, incorporated herein by reference, and using the planarizing techniques described in Vitto, “A Generic Solution to Polygon Clipping”, Communications of the ACM, vol. 35, no. 7 (July 1992), pages 56-63.
[0037] The invention can be implemented in digital electronic circuitry, or in computer hardware, firmware, software, or in combinations of them. Apparatus of the invention can be implemented in a computer program product tangibly embodied in a machine-readable storage device for execution by a programmable processor; and method steps of the invention can be performed by a programmable processor executing a program of instructions to perform functions of the invention by operating on input data and generating output. The invention can advantageously be implemented in one or more computer programs that are executable on a programmable system including at least one programmable processor coupled to receive data and instructions from, and to transmit data and instructions to, a data storage system, at least one input device, and at least one output device. Each computer program can be implemented in a high-level procedural or object-oriented programming language, or in assembly or machine language if desired; and in any case, the language can be a compiled or interpreted language. Suitable processors include, by way of example, both general and special purpose microprocessors. Generally, a processor will receive instructions and data from a read-only memory and/or a random access memory. Storage devices suitable for tangibly embodying computer program instructions and data include all forms of non-volatile memory, including by way of example semiconductor memory devices. such as EPROM, EEPROM, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD-ROM disks. Any of the foregoing can be supplemented by, or incorporated in, ASICs (application-specific integrated circuits).
[0038] The invention has been described in terms of particular embodiments. Other embodiments are within the scope of the following claims. For example, the steps of the invention can be performed in a different order and still achieve desirable results. The dual of the methods can be performed using the perimeter pixels (object pixels that share one or more edges with boundary pixels that are not part of the object), rather than using the boundary pixels that are not part of the object. The general orientation of tracing around the object can be clockwise or counterclockwise, and the method of finding a starting pixel can start with any pixel in the bitmap and proceed in any way that assures that all pixels in the bitmap will be visited. The pixels of the bitmap can have shapes other than square; for example, the shape can be a rectangle, rhombus, parallelogram, or other shape that can tile a surface. The polygon can be defined and stored as a set of edges defining the polygon or a set of vertices defining the polygon. The polygon edges can be accumulated and produced as the object is traced, or the chain direction codes or the states or state transitions can be stored in sequence and the polygon output based on the stored data at a later time. The polygon can be output and then mapped to device space by applying an affine transform to the polygon, or alternatively, the edges corresponding to the perimeter of the object can be defined initially as 2-dimensional, one-unit vectors in the directions (X, 0) and (0, Y), transformed, and the transformed vectors can be accumulated (instead of the perimeter edges) as the object is traced so that the output of the polygon generator is a polygon that can be rendered in device space. The methods can be performed on color as well as gray scale and black and white bitmaps.
Contents3
5 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US2014313206A1 | Cited by | United States of America | Pre-grant |
| US10297062B2 | Cited by | United States of America | Applicant |
| US9715113B2 | Cited by | United States of America | Search report |
| US9818051B2 | Cited by | United States of America | Search report |
| US2006009955A1 | Cited by | United States of America | Pre-grant |
| US9858708B2 | Cited by | United States of America | Applicant |
| WO2016040538A1 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| US8547595B2 | Cited by | United States of America | Search report |
| WO2012169964A1 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| US9256972B2 | Cited by | United States of America | Search report |
| WO2012169964A1 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| US2015268473A1 | Cited by | United States of America | Pre-grant |
| US10062192B2 | Cited by | United States of America | Applicant |
| US2010259775A1 | Cited by | United States of America | Pre-grant |
| US7567714B2 | Cited by | United States of America | Search report |
| US2007229506A1 | Cited by | United States of America | Pre-grant |
| US7764840B2 | Cited by | United States of America | Applicant |
| US9715747B2 | Cited by | United States of America | Applicant |
| US2009196511A1 | Cited by | United States of America | Pre-grant |
3 members in 1 office
Priority claims5
| Document | Office | Kind | Date |
|---|---|---|---|
| 12758398 | United States of America | A | |
| 41462703 | United States of America | A | |
| 09127583 | – | – | – |
| US19980127583 | – | – | – |
| US20030414627 | – | – | – |
Members3
| Document | Office | Kind | |
|---|---|---|---|
| US2003193497A1 | United States of America | A1 | |
| US6639593B1 | United States of America | B1 | |
| US6882341B2 | United States of America | B2 |
6 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Fee paymentFPAY | FPAY | |
| Fee payment procedurePAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITYFEPP | FEPP | |
| Fee paymentFPAY | FPAY | |
| Fee paymentFPAY | FPAY | |
| Certificate of correctionCC | CC | |
| Information on status: patent grantGrantedPATENTED CASESTCF | STCF |
Numbers
- Publication, DOCDB
- 2003193497
- Publication, EPODOC
- US2003193497
- Application
- 10414627
- Application, DOCDB
- 41462703
- Application, EPODOC
- US20030414627
Titles
- English
- Converting bitmap objects to polygons
Classification
- CPC, 2
- G06T7/13
- G06T7/181
- IPC, 2
- G06T5 00
- G06T15 00
- USPC, 1
- 345419000