[go: up one dir, main page]

WO2002025594A1 - Trapezoidal reduction of polygons and interrupted polygons - Google Patents

Trapezoidal reduction of polygons and interrupted polygons Download PDF

Info

Publication number
WO2002025594A1
WO2002025594A1 PCT/US2001/023739 US0123739W WO0225594A1 WO 2002025594 A1 WO2002025594 A1 WO 2002025594A1 US 0123739 W US0123739 W US 0123739W WO 0225594 A1 WO0225594 A1 WO 0225594A1
Authority
WO
WIPO (PCT)
Prior art keywords
lines
flag
line
axial direction
component configured
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/US2001/023739
Other languages
French (fr)
Inventor
Kevin Conner
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Honeywell International Inc
Original Assignee
Honeywell International Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Honeywell International Inc filed Critical Honeywell International Inc
Priority to EP01957303A priority Critical patent/EP1319218A1/en
Publication of WO2002025594A1 publication Critical patent/WO2002025594A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/20Drawing from basic elements, e.g. lines or circles
    • G06T11/206Drawing of charts or graphs
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T15/003D [Three Dimensional] image rendering
    • G06T15/10Geometric effects
    • G06T15/30Clipping

Definitions

  • an enhanced ground proximity warning system must rapidly determine if EGPWS created objects are to be displayed on a display that may have overlaid polygons, thereby reducing the available area of the display.
  • the easiest method for defining the available area is through the creation of a bitmap (i.e., white is inside/black is outside).
  • the present method which uses triangles to define the area, can not perform this in real-time while the aircraft is in flight. Therefore, a real-time drawing method is needed.
  • the present invention comprises a method, system, and computer program product for rendering an image to available display area based on parameters of one or more unusable display areas.
  • the method includes determining one or more trapezoids for defining the available display area based on the parameters of the one or more unusable display areas. After an image is generated, the method renders the components of the generated image that are determined to be located within the one or more trapezoids.
  • determining the one or more trapezoids includes generating lines that define a boundary around the available display area. Once the boundary is defined, the method eliminates all lines being parallel to a predefined scan line direction and sets a first flag for each line to the lines maximum coordinate in a first axial direction. The first axial direction is orthogonal to the scan line direction. The method then sorts the remaining lines into a list according to a sorting scheme. Then, the method generates a trapezoid based on the first two lines in the list and the next highest flag value of all the flags, and replaces the flag of the first and second lines with the next highest flag. If the first flag for the first or second line is equal to the minimum coordinate of the respective line on the axis orthogonal to the scan line direction, the method eliminates that line. The method repeats until all lines are eliminated.
  • sorting includes setting a second flag for each line to a coordinate associated with the first flag in a second axial direction, the second axial direction being orthogonal to the first axial direction.
  • the sorting scheme places lines with the highest first flag value first in the list and if lines have the same first flag value, places the line with the lower second flag value first in the list.
  • FIGURE 1 is a front view of a display showing unusable and available display areas
  • FIGURE 2 is a front view of a display showing the available display area from FIGURE 1;
  • FIGURES 3 and 4 are flow diagrams illustrating the process of the present invention.
  • FIGURE 5 is an example illustrating a complex display with useable and available areas.
  • the present invention provides a method, apparatus, and computer program product for rapidly defining available display area and displaying content within the defined available display area.
  • a display process sends information to a display as long as the information is determined to be within a displayable area of the display.
  • An example display is an enhanced ground proximity warning system (EGPWS) display that is present in many commercial and non-commercial aircraft.
  • EGPWS enhanced ground proximity warning system
  • Many avionic display manufacturers now produce displays that include masked areas that are used for presenting various textual information. As a result, the remaining area is the only available area for displaying other information, such as EGPWS, radar, weather, or other types of avionic information.
  • Other types of display manufacturers may also produce restricted area displays that, like the avionic displays, require some processing in order to determine if a generated image is to be rendered.
  • FIGURE 1 illustrates an example display 20 provided by a manufacturer.
  • the display 20 includes information presentation areas (unusable areas) 22-26, which produces an available area 28.
  • the manufacturer provides for the presentation of various information in these areas 22-26.
  • the present invention provides a process for quickly and easily defining the available area 28 for effectively rendering other display information therein. Display users (e.g., a pilot) sometimes are provided with display mode options that allow the user to select which area 22-26 or combination of areas 22-26 to display.
  • the method of the present invention performs real-time analysis of a newly selected display mode to define the available area 28.
  • FIGURE 2 further illustrates the available area 28 from FIGURE 1. Once the available area 28 is defined, an application program renders an image into only the defined area 28.
  • FIGURE 3 illustrates a preferred process of the present invention.
  • the present invention receives information regarding the areas of the display previously designated and not for use by any other application sharing the display.
  • the process determines a set of trapezoids that define the available area of the display. This step is described in more detail below in FIGURE 4 and by example in FIGURE 5.
  • the application program that is designated to use the available area generates an image.
  • the process renders the generated image onto the display based on the determined set of trapezoids.
  • FIGURE 4 shows an embodiment for determining a set of trapezoids, from block 52 of the process shown in FIGURE 3, for a display that renders images with horizontal scan lines.
  • the process defines all lines that define the boundary of the available area.
  • the process discards all horizontal lines.
  • the lines are sorted first from Ymax - Ymin (i.e., maximum to minimum of current Ys).
  • a first trapezoid is defined by making a horizontal line from the highest sorted current Y to the next line (i.e., from the top of the first sorted line to the top of the second sorted line).
  • the bottom of the first trapezoid is defined by using the Y of next highest current Y and making a horizontal line from the first line in the sorted list to the next intersecting line (may not be the second line in the sorted list).
  • the edge line segments of the first trapezoid are then found as those portions of the first and second line segments that connect the ends of the horizontal top and bottom lines.
  • the process updates the current Y of the first and second sorted line to the next highest current Y.
  • the process checks whether the updated current Y is the same as the minimum Y value (Y min) for either the first or second line after the list is resorted. If the check at decision block 76 is not satisfied, then the process returns to block 66 and continues until all the lines have been eliminated. If the check at decision block 76 is true for the first and second line, then the line, where the updated and minimum Y are the same, is eliminated from the sorted list.
  • the process described above continues until all the lines are eliminated from the sorted list.
  • FIGURE 5 illustrates an example display where everything within the M-shaped object is available for use by an application.
  • the M-shaped object is composed of points A, B, C, D, E, F, G, H, J, K, L, M, and N which form lines AB, BC, CD, DE, EF, FG, GH, HJ, JK, KL, LM, MN, and NA.
  • the trapezoid defining process proceeds as follows:
  • CD CD, EF, NA, BC, JK, GH, LM, KL, MN
  • the first pair forms a trapezoid with the base of the object set to the next highest current Y. This yields line segments 128 and 130. 6) The defined trapezoid is rendered.
  • Lines KL, JK, GH, EF. Render trapezoid with line segments 111 and 112;
  • Lines GH, EF. Render trapezoid with line segments 119, 120, 122 and 123.
  • a display processor determines if pixels of an image to be displayed are within one of the trapezoids.
  • the display processor scans all of the lines of the rendered trapezoids.
  • the processor sorts the lines, gathering those lines where the target Y value falls between the Ymax value and the Ymin value.
  • the processor discards all others.
  • the processor compares the Xtarget value to the X value on a given line at Ytarget. The result is that the X value on that line is either greater than, less than or equal to Xtarget.
  • the processor assigns a zero. Greater values receive a 1 value and lesser values a -1.
  • values of 0 as a cumulative total across the line to a given point define the line as being inside of the desired trapezoid. All other values are outside. Coloring the points accordingly, the processor has accomplished the fill task.
  • each display element is given a value depending upon the number of scanned lines that have been crossed in a scanline progression through the display elements of a target Y value. For example, referring to FIGURE 2, if display element locations 34 and 38 have the same Y value, then all display locations along the scanline are given a -1 value until a boundary line is reached. After a first boundary line is crossed a 1 value is added to the display locations that follow the first boundary line, thereby assigning a 0 value for those locations.
  • a -1 value is added to the display locations that follow that next boundary line, thereby assigning a -1 value for those locations.
  • the alternately adding a 1 and -1 value continues until the end of the scanline.

Landscapes

  • Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Geometry (AREA)
  • Computer Graphics (AREA)
  • Controls And Circuits For Display Device (AREA)

Abstract

A method, system, and computer program product for rendering an image to available display area based on parameters of one or more unusable display areas. The method includes determining one or more trapezoids for defining the available display area based on the parameters of the one or more unusable display areas. After an image is generated, the method determines if the generated image is within the determined one or more trapezoids, and renders the components of the generated image that are determined to be located within the one or more trapezoids.

Description

TRAPEZOIDAL REDUCTION OF POLYGONS AND INTERRUPTED POLYGONS
BACKGROUND OF THE INVENTION
Typically, an enhanced ground proximity warning system (EGPWS) must rapidly determine if EGPWS created objects are to be displayed on a display that may have overlaid polygons, thereby reducing the available area of the display. The easiest method for defining the available area is through the creation of a bitmap (i.e., white is inside/black is outside). However, the present method, which uses triangles to define the area, can not perform this in real-time while the aircraft is in flight. Therefore, a real-time drawing method is needed.
SUMMARY OF THE INVENTION
The present invention comprises a method, system, and computer program product for rendering an image to available display area based on parameters of one or more unusable display areas. The method includes determining one or more trapezoids for defining the available display area based on the parameters of the one or more unusable display areas. After an image is generated, the method renders the components of the generated image that are determined to be located within the one or more trapezoids.
In accordance with further aspects of the invention, determining the one or more trapezoids includes generating lines that define a boundary around the available display area. Once the boundary is defined, the method eliminates all lines being parallel to a predefined scan line direction and sets a first flag for each line to the lines maximum coordinate in a first axial direction. The first axial direction is orthogonal to the scan line direction. The method then sorts the remaining lines into a list according to a sorting scheme. Then, the method generates a trapezoid based on the first two lines in the list and the next highest flag value of all the flags, and replaces the flag of the first and second lines with the next highest flag. If the first flag for the first or second line is equal to the minimum coordinate of the respective line on the axis orthogonal to the scan line direction, the method eliminates that line. The method repeats until all lines are eliminated.
In accordance with other aspects of the invention, sorting includes setting a second flag for each line to a coordinate associated with the first flag in a second axial direction, the second axial direction being orthogonal to the first axial direction. The sorting scheme places lines with the highest first flag value first in the list and if lines have the same first flag value, places the line with the lower second flag value first in the list. As will be readily appreciated from the foregoing summary, the invention provides a method, system, and computer program product for rendering an image to an available display area based on parameters of one or more unusable display areas.
BRIEF DESCRIPTION OF THE DRAWINGS
The preferred and alternative embodiments of the present invention are described in detail below with reference to the following drawings.
FIGURE 1 is a front view of a display showing unusable and available display areas;
FIGURE 2 is a front view of a display showing the available display area from FIGURE 1; FIGURES 3 and 4 are flow diagrams illustrating the process of the present invention; and
FIGURE 5 is an example illustrating a complex display with useable and available areas.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENT The present invention provides a method, apparatus, and computer program product for rapidly defining available display area and displaying content within the defined available display area. Typically, a display process sends information to a display as long as the information is determined to be within a displayable area of the display. An example display is an enhanced ground proximity warning system (EGPWS) display that is present in many commercial and non-commercial aircraft. Many avionic display manufacturers now produce displays that include masked areas that are used for presenting various textual information. As a result, the remaining area is the only available area for displaying other information, such as EGPWS, radar, weather, or other types of avionic information. Other types of display manufacturers may also produce restricted area displays that, like the avionic displays, require some processing in order to determine if a generated image is to be rendered.
FIGURE 1 illustrates an example display 20 provided by a manufacturer. The display 20 includes information presentation areas (unusable areas) 22-26, which produces an available area 28. The manufacturer provides for the presentation of various information in these areas 22-26. The present invention provides a process for quickly and easily defining the available area 28 for effectively rendering other display information therein. Display users (e.g., a pilot) sometimes are provided with display mode options that allow the user to select which area 22-26 or combination of areas 22-26 to display. The method of the present invention performs real-time analysis of a newly selected display mode to define the available area 28. FIGURE 2 further illustrates the available area 28 from FIGURE 1. Once the available area 28 is defined, an application program renders an image into only the defined area 28.
FIGURE 3 illustrates a preferred process of the present invention. First, at block 50, the present invention receives information regarding the areas of the display previously designated and not for use by any other application sharing the display. Next, at block 52, the process determines a set of trapezoids that define the available area of the display. This step is described in more detail below in FIGURE 4 and by example in FIGURE 5. Then, at block 54, the application program that is designated to use the available area generates an image. Finally, at block 56, the process renders the generated image onto the display based on the determined set of trapezoids.
FIGURE 4 shows an embodiment for determining a set of trapezoids, from block 52 of the process shown in FIGURE 3, for a display that renders images with horizontal scan lines. First, at block 60, with respect to the available area after the pre- designated area information is considered, the process defines all lines that define the boundary of the available area. Then, at block 62, the process discards all horizontal lines. Next, at block 64, for the remaining lines, set current Y to the maximum value of Y (Ymax) for the respective line and set current X to the X value at Ymax. At block 66, the lines are sorted first from Ymax - Ymin (i.e., maximum to minimum of current Ys). If there are lines with identical current Ys, then they are sorted from Xmin - Xmax (i.e., minimum to maximum of current Xs) . Next, the process defines the trapezoids that describe the available area, see blocks 68-72. A first trapezoid is defined by making a horizontal line from the highest sorted current Y to the next line (i.e., from the top of the first sorted line to the top of the second sorted line). At block 70, the bottom of the first trapezoid is defined by using the Y of next highest current Y and making a horizontal line from the first line in the sorted list to the next intersecting line (may not be the second line in the sorted list). At block 72, the edge line segments of the first trapezoid are then found as those portions of the first and second line segments that connect the ends of the horizontal top and bottom lines. At block 74, the process updates the current Y of the first and second sorted line to the next highest current Y. Next, at decision block 76, the process checks whether the updated current Y is the same as the minimum Y value (Y min) for either the first or second line after the list is resorted. If the check at decision block 76 is not satisfied, then the process returns to block 66 and continues until all the lines have been eliminated. If the check at decision block 76 is true for the first and second line, then the line, where the updated and minimum Y are the same, is eliminated from the sorted list. At block 80, the process described above continues until all the lines are eliminated from the sorted list.
FIGURE 5 illustrates an example display where everything within the M-shaped object is available for use by an application. The M-shaped object is composed of points A, B, C, D, E, F, G, H, J, K, L, M, and N which form lines AB, BC, CD, DE, EF, FG, GH, HJ, JK, KL, LM, MN, and NA. The trapezoid defining process proceeds as follows:
1) The algorithm first discards all lines that are horizontal (or vertical if processing in the Y). This eliminates lines AB, DE, and FG.
2) The remaining lines are reset such that their current Y is set to the lines Max Y and the current X is set to the X for the Max Y. 3) The lines are sorted by current Y(max...min) and current X(min ... max)
CD, EF, NA, BC, JK, GH, LM, KL, MN
4) Find next highest current Y.
5) The first pair forms a trapezoid with the base of the object set to the next highest current Y. This yields line segments 128 and 130. 6) The defined trapezoid is rendered.
7) The current Ys of CD and EF are updated to the next highest Y (i.e. the base of the trapezoid). If the new current Y is the Min Y for the line, the line is eliminated.
8) Repeat steps 3-7 until all lines are eliminated. The progression is as follows: Lines CD, EF, NA, BC, JK, GH, LM, KL, MN. Render trapezoid with line segments 128 and 130; Lines NA, BC, CD, EF, JK, GH, LM, KL, MN. Render trapezoid with line segments 101 and 136;
Lines CD, EF, NA, BC, JK, GH, LM, KL, MN. Render trapezoid with line segments 127 and 131; Lines NA, BC, CD, JK, GH, EF, LM, KL, MN. Render trapezoid with line segments 102 and 135;
Lines CD, JK, GH, EF, NA, LM, KL, BC, MN. Render trapezoid with line segments 132 and 115;
Lines GH, EF, NA, LM, KL, BC, CD, JK, MN. Render trapezoid with line segments 117 and 126;
Lines NA, LM, KL, BC, CD, JK, GH, EF, MN. Render trapezoid with line segments 103 and 108;
Lines KL, BC, CD, JK, GH, EF, NA, LM, MN. Render trapezoid with line segments 109 and 134; Lines CD, JK, GH, EF, NA, LM, KL, MN. Render trapezoid with line segments 133 and 114;
Lines GH, EF, NA, LM, KL, JK, MN. Render trapezoid with line segments 140 and 125;
Lines NA, LM, KL, JK, GH, EF, MN. Render trapezoid with line segments 104 and 107;
Lines KL, JK, GH, EF, MN, LM. Render trapezoid with line segments 110 and 113;
Lines GH, EF, MN, LM, KL, JK. Render trapezoid with line segments 118 and 124; Lines MN, LM, KL, JK, GH, EF. Render trapezoid with line segments 105 and
106
Lines KL, JK, GH, EF. Render trapezoid with line segments 111 and 112; and
Lines GH, EF. Render trapezoid with line segments 119, 120, 122 and 123.
Once all the trapezoids have been defined, a display processor determines if pixels of an image to be displayed are within one of the trapezoids. The display processor scans all of the lines of the rendered trapezoids. The processor then sorts the lines, gathering those lines where the target Y value falls between the Ymax value and the Ymin value. The processor discards all others. For each pixel defined as (Xtarget, Ytarget), the processor compares the Xtarget value to the X value on a given line at Ytarget. The result is that the X value on that line is either greater than, less than or equal to Xtarget. For each time the X value on the line equals the Xtarget value, the processor assigns a zero. Greater values receive a 1 value and lesser values a -1. As the processor cumulates a total across each scan line, values of 0 as a cumulative total across the line to a given point define the line as being inside of the desired trapezoid. All other values are outside. Coloring the points accordingly, the processor has accomplished the fill task.
The examples shown above are for use with a horizontal scanline display system. This process can also be used with a vertical scanline display system by changing Y for X and X for Y.
The following is an alternate embodiment for determining if an image element is within a reduced-size displayable area. First, all active lines or boundary lines are scanned. In a horizontal scanline display system, each display element is given a value depending upon the number of scanned lines that have been crossed in a scanline progression through the display elements of a target Y value. For example, referring to FIGURE 2, if display element locations 34 and 38 have the same Y value, then all display locations along the scanline are given a -1 value until a boundary line is reached. After a first boundary line is crossed a 1 value is added to the display locations that follow the first boundary line, thereby assigning a 0 value for those locations. At the next boundary line encountered, a -1 value is added to the display locations that follow that next boundary line, thereby assigning a -1 value for those locations. The alternately adding a 1 and -1 value continues until the end of the scanline. After the above analysis, any image elements (smallest components of a generated image) are displayed only if the display element location has an assigned 0 value, otherwise the image element is not displayed.
While the preferred embodiment of the invention has been illustrated and described, as noted above, many changes can be made without departing from the spirit and scope of the invention. Accordingly, the scope of the invention is not limited by the disclosure of the preferred embodiment. Instead, the invention should be determined entirely by reference to the claims that follow.

Claims

The embodiments of the invention in which an exclusive property or privilege is claimed are defined as follows:
1. A method for rendering an image to available display area based on parameters of one or more unusable display areas, the method comprising: determining one or more trapezoids for defining the available display area based on the parameters of the one or more unusable display areas; generating an image; determining location of components of the generated image relative to the determined one or more trapezoids; and rendering the components of the generated image that are determined to be located within the one or more trapezoids.
2. The method of Claim 1, wherein determining comprises: a) generating lines that define a boundary around the available display area; b) eliminating all lines being parallel to a predefined scan line direction; c) setting a first flag for each line to the lines maximum coordinate in a first axial direction, the first axial direction being orthogonal to the scan line direction; d) sorting the remaining lines into a list according to a sorting scheme; e) generating a trapezoid based on the first two lines in the list and the next highest flag value of all the flags; f) replacing the flag of the first and second lines with the next highest flag; g) if the first flag for the first or second line is equal to the minimum coordinate of the respective line on the axis orthogonal to the scan line direction, eliminating that line; and h) repeating d-g until all lines are eliminated.
3. The method of Claim 2, wherein sorting comprises: setting a second flag for each line to a coordinate associated with the first flag in a second axial direction, the second axial direction being orthogonal to the first axial direction; wherein the sorting scheme places lines with the highest first flag value first in the list and if lines have the same first flag value, place the line with the lower second flag value first in the list.
4. A computer program product for performing the method of Claim 1.
5. A computer program product for performing the method of Claim 2.
6. A computer program product for performing the method of Claim 3.
7. A system for rendering an image to available display area based on parameters of one or more unusable display areas, the system comprising: a means for rendering an image to available display area based on parameters of one or more unusable display areas, the computer program product comprising: a means for determining one or more trapezoids for defining the available display area based on the parameters of the one or more unusable display areas; a means for generating an image; a means for determining location of components of the generated image relative to the determined one or more trapezoids; and a means for rendering the components of the generated image that are determined to be located within the one or more trapezoids.
8. The system of Claim 7, wherein the means for determining comprises: a means for generating lines that define a boundary around the available display area; a means for eliminating all lines being parallel to a predefined scan line direction; a means for setting a first flag for each line to the lines maximum coordinate in a first axial direction, the first axial direction being orthogonal to the scan line direction; a means for sorting the remaining lines into a list according to a sorting scheme; a means for generating a trapezoid based on the first two lines in the list and the next highest flag value of all the flags; a means for replacing the flag of the first and second lines with the next highest flag; if the first flag for the first or second line is equal to the minimum coordinate of the respective line on the axis orthogonal to the scan line direction, a means for eliminating that line; and a means for repeating until all lines are eliminated.
9. The system of Claim 8, wherein the means for sorting comprises: a means for setting a second flag for each line to a coordinate associated with the first flag in a second axial direction, the second axial direction being orthogonal to the first axial direction; wherein the sorting scheme places lines with the highest first flag value first in the list and if lines have the same first flag value, place the line with the lower second flag value first in the list.
10. A system for rendering an image to available display area based on parameters of one or more unusable display areas, the system comprising: a first component configured to render an image to available display area based on parameters of one or more unusable display areas, the computer program product comprising: a second component configured to determine one or more trapezoids for defining the available display area based on the parameters of the one or more unusable display areas; a third component configured to generate an image; a fourth component configured to determine location of components of the generated image relative to the determined one or more trapezoids; and a fifth component configured to render the components of the generated image that are determined to be located within the one or more trapezoids.
11. The system of Claim 10, wherein the means for determining comprises: a generating component configured to generate lines that define a boundary around the available display area; an eliminating component configured to eliminate all lines being parallel to a predefined scan line direction; a first flag component configured to set a first flag for each line to the lines maximum coordinate in a first axial direction, the first axial direction being orthogonal to the scan line direction; a sorting component configured to sort the remaining lines into a list according to a sorting scheme; an image means component configured to generate a trapezoid based on the first two lines in the list and the next highest flag value of all the flags; a second flag component configured to replace the flag of the first and second lines with the next highest flag; if the first flag for the first or second line is equal to the minimum coordinate of the respective line on the axis orthogonal to the scan line direction, an eliminating component configured to eliminate that line; and a repeating component configured to repeat until all lines are eliminated.
12. The system of Claim 11, wherein the sorting component comprises: a setting component configured to set a second flag for each line to a coordinate associated with the first flag in a second axial direction, the second axial direction being orthogonal to the first axial direction; wherein the sorting scheme places lines with the highest first flag value first in the list and if lines have the same first flag value, place the line with the lower second flag value first in the list.
PCT/US2001/023739 2000-09-18 2001-07-27 Trapezoidal reduction of polygons and interrupted polygons Ceased WO2002025594A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
EP01957303A EP1319218A1 (en) 2000-09-18 2001-07-27 Trapezoidal reduction of polygons and interrupted polygons

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US23315300P 2000-09-18 2000-09-18
US60/233,153 2000-09-18

Publications (1)

Publication Number Publication Date
WO2002025594A1 true WO2002025594A1 (en) 2002-03-28

Family

ID=22876094

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/023739 Ceased WO2002025594A1 (en) 2000-09-18 2001-07-27 Trapezoidal reduction of polygons and interrupted polygons

Country Status (3)

Country Link
US (1) US7511719B2 (en)
EP (1) EP1319218A1 (en)
WO (1) WO2002025594A1 (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0344686A2 (en) * 1988-06-01 1989-12-06 Oki Electric Industry Company, Limited Clipping process and processor
EP0521210A1 (en) * 1991-07-05 1993-01-07 International Business Machines Corporation Graphics clipping

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5117485A (en) * 1988-12-20 1992-05-26 Sun Microsystems, Inc. Method and apparatus for sorting line segments for display and manipulation by a computer system
US5159665A (en) * 1989-11-27 1992-10-27 Sun Microsystems, Inc. Graphics accelerator system
US5555358A (en) * 1993-03-01 1996-09-10 Xionics Document Technologies, Inc. Digital printing system and process using compact trapezoidal representations
US7215345B1 (en) * 1999-04-09 2007-05-08 Sun Microsystems, Inc. Method and apparatus for clipping video information before scaling
WO2002015004A2 (en) * 2000-08-14 2002-02-21 Transvirtual Technologies, Inc. Portable operating environment for information devices

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0344686A2 (en) * 1988-06-01 1989-12-06 Oki Electric Industry Company, Limited Clipping process and processor
EP0521210A1 (en) * 1991-07-05 1993-01-07 International Business Machines Corporation Graphics clipping

Also Published As

Publication number Publication date
EP1319218A1 (en) 2003-06-18
US7511719B2 (en) 2009-03-31
US20020036659A1 (en) 2002-03-28

Similar Documents

Publication Publication Date Title
US6201545B1 (en) Method and apparatus for generating sub pixel masks in a three dimensional graphic processing system
US6104407A (en) Method and apparatus for processing fragment pixel information in a three-dimensional graphics processing system
JP3840014B2 (en) Scan conversion execution apparatus for graphics display system
US5488687A (en) Dual resolution output system for image generators
US7436406B2 (en) Scene graph based display for desktop applications
EP0137108A1 (en) A raster display system
US4985854A (en) Method for rapid generation of photo-realistic imagery
JP2001005989A (en) Anti-aliasing method and image processing apparatus using the same
CA2658239A1 (en) Geospatial modeling system providing geospatial model data target point filtering based upon radial line segments and related methods
EP0592770A2 (en) Pixel image edge enhancement method and system
US6172680B1 (en) Method and apparatus for a three-dimensional graphics processing system including anti-aliasing
CA2636397C (en) Vector image drawing device, method for vector image drawing, and computer readable recording medium
US5552805A (en) Method and system for displaying blended colors
US5831628A (en) Polygon overlap extraction method, and polygon grouping method and apparatus
US7511719B2 (en) Method, system, and computer product for performing trapezoidal reduction of polygons and interrupted polygons
WO2023182253A1 (en) Flame detection device, flame detection method, image generation device, movement confirmation system, image generation method, and program
WO2004061549A2 (en) Image generating method and image generating apparatus
US20070274594A1 (en) Outline definition apparatus and outline definition method, and image processing apparatus
EP1139294B1 (en) Graphical image system and apparatus
WO2012076757A1 (en) Method, system, processing unit and computer program product for point cloud visualization
JPH05128274A (en) Graphic display device
JPH04301685A (en) Method and apparatus for display
KR101666131B1 (en) Vector Font Rendering with considering sub-pixel pattern
JP2004531008A (en) Zoom method
US20030206167A1 (en) Auxiliary active region determination for line width generation in regionalized rasterizer displays

Legal Events

Date Code Title Description
AL Designated countries for regional patents

Kind code of ref document: A1

Designated state(s): AT BE CH CY DE DK ES FI FR GB GR IE IT LU MC NL PT SE TR

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
121 Ep: the epo has been informed by wipo that ep was designated in this application
REEP Request for entry into the european phase

Ref document number: 2001957303

Country of ref document: EP

WWE Wipo information: entry into national phase

Ref document number: 2001957303

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2001957303

Country of ref document: EP