CA2743039C - Bezier curve drawing device, bezier curve drawing method, and recording medium - Google Patents

Bezier curve drawing device, bezier curve drawing method, and recording medium Download PDF

Info

Publication number
CA2743039C
CA2743039C CA2743039A CA2743039A CA2743039C CA 2743039 C CA2743039 C CA 2743039C CA 2743039 A CA2743039 A CA 2743039A CA 2743039 A CA2743039 A CA 2743039A CA 2743039 C CA2743039 C CA 2743039C
Authority
CA
Canada
Prior art keywords
bezier curve
divisions
digits
index
unit
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.)
Expired - Fee Related
Application number
CA2743039A
Other languages
French (fr)
Other versions
CA2743039A1 (en
Inventor
Junichi Tamai
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.)
NEC Solution Innovators Ltd
Original Assignee
NEC System Technologies Ltd
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 NEC System Technologies Ltd filed Critical NEC System Technologies Ltd
Publication of CA2743039A1 publication Critical patent/CA2743039A1/en
Application granted granted Critical
Publication of CA2743039C publication Critical patent/CA2743039C/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/20Drawing from basic elements, e.g. lines or circles

Abstract

A Bezier curve drawing device is configured as follows. A control point coordinate acquiring unit (10) acquires the coordinates of a plurality of control points of a Bezier curve.
An inter-control point distance calculation unit (11) selects, using the minimum distance of a resolution for displaying the Bezier curve as a unit, either the horizontal distance or the vertical distance of adjacent control points of the Bezier curve, whichever is greater, adds up thus selected distances between adjacent control points, the added-up value being calculated as an indicator of the length of the Bezier curve. A division number setting unit (12) sets, based on the indicator of the length, the number of divisions to be used when the Bezier curve is divided and drawn. A Bezier division apex calculation unit (16) calculates, according to the number of divisions set by the division number setting unit (12), the coordinates of the end points of each interval obtained by dividing the Bezier curve.

Description

DESCRIPTION
BEZIER CURVE DRAWING DEVICE, BEZIER CURVE DRAWING METHOD, AND
RECORDING MEDIUM
Technical Field [0001] The present invention relates to a Bezier curve drawing device that draws Bezier curves onto a display device or the like, and to a Bezier drawing method and recording medium.
Background Art [0002] For a computer to draw smooth curves, often Bezier curves are used.
An arbitrary curve can be approximated using a plurality of Bezier curves and smoothly displayed. Bezier curves are used in drawing vector graphics, especially characters.
[0003] Actually, when displaying a Bezier curve on a computer screen, a method is used wherein the Bezier curve is divided, each of the divided sections is an approximated line segment, and the overall Bezier curve is drawn using broken lines (broken line approximation).
Several methods have been proposed as the method for setting the number of divisions. For example, in Patent Literature 1 a method is disclosed that uses a sequence of control points for the Bezier curve, then that Bezier curve is approximated with broken line, and the broken line data that approximates the Bezier curve is drawn. In the broken line approximation above, whether or not to perform division again is evaluated, and when it is determined that performing division again is necessary, the curve is divided again. Broken line approximation is then repeatedly executed. In the evaluation as to whether or not to perform division again, an estimated value of the chord length of the Bezier curve, and an estimated value of the arc length of the Bezier curve are used as a reference for evaluation.
[0004] A method is disclosed in Patent Literature 2 of recursively performing division of a standard form segment until the distance between a middle point between two control points and a line connecting the starting point and ending point are within an allowable value or less, and when the distance is equal to or less than the allowable value, approximating that segment with a line segment. Moreover, the method below is disclosed in Patent Literature 3.
A Cubic Bezier curve is divided in two beforehand, to become first and second Bezier curves. Next, for each Bezier curve, a straight-line approximation process having an error judgment step and a dividing step is recursively repeated, and the outer edges of each defined polygon for each Bezier curve that were finally obtained are taken to be the approximate straight line group for the original Bezier curve.
[0005] In addition to the methods described in Patent Literatures 1 to 3 of evaluating the degree of approximation of each division for approximating a Bezier curve with broken lines and performing division recursively, another method is disclosed in Patent Literature 4 that sets the number of sampling lines, which is the number of approximation straight lines that are used when performing straight-line approximation of a Bezier curve, in proportion to the sum of the distances between coordinate points that set the Bezier curve.
Related Art Literature Patent Literature [0006]
Patent Literature 1: Unexamined Japanese Patent Application KOKAI Publication No.

Patent Literature 2: Unexamined Japanese Patent Application KOKAI Publication No.

Patent Literature 3: Unexamined Japanese Patent Application KOKAI Publication No.

Patent Literature 4: Unexamined Japanese Patent Application KOKAI Publication No.

Disclosure of the Invention Problems the Invention is to Solve [0007] As described in Patent Literatures 1 to 3, when displaying Bezier curves on a display using a method of approximating the Bezier curve using a plurality of line segments, the number of divisions is fixed regardless of the size of the Bezier curve, so there is an excessive number of divisions for a Bezier curve for a small shape, and the improved effect of smoothness of the curve displayed is small when compared with the amount of arithmetic processing. On the other hand, for a Bezier curve for a large shape, in some cases there will be an insufficient number of divisions, so as a result it becomes impossible to obtain satisfactory image quality.
[0008] However, in a method of evaluating the degree of approximation of each division and dividing recursively, it is possible to obtain a smooth display according to the shape of the Bezier curve, but it is necessary to evaluate the distance in the arithmetic processing during evaluation of the degree of approximation, and the amount of arithmetic processing increases proportional to the number of divisions. Therefore, when attempting to maintain quality of a drawn image, the drawing speed decreases. Moreover, even in the method of Patent Literature 4, it is necessary to calculate squares and square roots for calculating the distance between control points, and thus the larger the number of control points, the greater the amount of arithmetic processing must be performed, and the drawing speed decreases.
[0009] Taking the above problems into consideration, it is the object of the present invention to provide a Bezier curve drawing device and drawing method that are capable of selecting a suitable number of divisions by taking into consideration the drawing quality and drawing speed when dividing and drawing a Bezier curve using line segments.
Means for Solving the Problems [0010] A Bezier curve drawing device according to a first aspect of the present invention comprises: a control point acquiring unit that acquires coordinates of a plurality of control points of a Bezier curve; a distance index calculation unit that, with the minimum distance of the resolution for displaying the Bezier curve as a unit, selects the larger of a distance in the horizontal direction and a distance in the vertical direction between adjacent control points of the Bezier curve, totals the selected distance between each of the control points and calculates the totaled value as an index of a'length of the Bezier curve; a division number setting unit that, based on the index of the length, sets a number of divisions when dividing and drawing the Bezier curve; and a division point calculation unit that, according to the number of divisions set by the division number setting unit, calculates the coordinates of the end points between each of the divided section of the Bezier curve;
wherein: the division number setting unit divides the index of the length by a numerical value that is a power of 2, and sets the number of divisions for each divided stage; and the division number setting unit divides a binary represented number of the index of the length in stages of when the index is four digits or less, when the index is greater than four digit but no greater than eight digits, when the index is greater than eight digits but no greater than 10 digits, and when the index is greater than 10 digits, and sets the number of divisions to correspond to the respective case.
[0011] A Bezier curve drawing method according to a second aspect of the present invention comprises: a control point acquiring step of acquiring coordinates of a plurality of control points of a Bezier curve; a distance index calculation step of, with the minimum distance of the resolution for displaying the Bezier curve as the unit, selecting the larger of a distance in the horizontal direction and a distance in the vertical direction between adjacent control points of the Bezier curve, totaling the selected distance between each of the control points and calculating the totaled value as an index of a length of the Bezier curve; a division number setting step of, based on the index of the length, setting a number of divisions when dividing and drawing the Bezier curve; and a division point calculation step of, according to the number of divisions set by the division number setting step, calculating the coordinates of the end points between each of the divided section of the Bezier curve;
wherein: in the division number setting step, the index of the length is divided by a numerical value that is a power of 2, and the number of divisions is set for each divided stage; and in the division number setting step, when the index of the length is a binary number, and is divided into the cases of being four digits or less, being greater than four digits but not greater than eight digits, being greater than eight digits but not greater than 10 digits, and being greater than 10 digits, the number of divisions is set correspond to the respective case.
[0012] A recording medium of a third aspect of the present invention stores a program for causing a computer to execute: a control point acquiring step of acquiring coordinates of a plurality of control points of a Bezier curve; a distance index calculation step of, with the minimum distance of the resolution for displaying the Bezier curve as a unit, selecting the larger of a distance in the horizontal direction and a distance in the vertical direction between adjacent control points of the Bezier curve, totaling the selected distance between each of the control points and calculating the totaled value as an index of a length of the Bezier curve; a division number setting step of, based on the index of the length, setting a number of divisions when dividing and drawing the Bezier curve; and a division point calculation step of, according to the number of divisions set by the division number setting step, calculating the coordinates of the end points between each of the divided section of the Bezier curve;
wherein: in the division number setting step, the index of the length is divided by a numerical value that is a power of 2, and the number of divisions is set for each divided stage; and in the division number setting step, when the index of the length is a binary number, and is divided into the cases of being four digits or less, being greater than four digits but not greater than eight digits, being greater than eight digits but not greater than 10 digits, and being greater than 10 digits, the number of divisions is set correspond to the respective case.

4a Advantages of the Invention [0013] With the present invention, the number of divisions is set according to the size of the Bezier curve, so that for a Bezier curve having a small shape, the amount of arithmetic processing can be reduced while maintaining the image quality, and for a Bezier curve having a large shape, image quality can be improved with a suitable amount of arithmetic processing.
As a result, it is possible to improve the drawing speed while maintaining drawing quality.
Brief Description of Drawings [0014] FIG. lA is a diagram explaining a Bezier curve.
FIG. 1B is a diagram explaining a Bezier curve.
FIG. 2 is a block diagram illustrating an example of the construction of a Bezier curve drawing device of an embodiment of the present invention.
FIG. 3 is a block diagram illustrating an example of the construction of a drawing device that includes a Bezier drawing device.
FIG. 4 is a flowchart illustrating an example of operation of a Bezier curve dividing process of an embodiment.
FIG. 5 is a block diagram illustrating an example of the physical construction of a Bezier curve drawing device when mounted in a computer.

Best Mode for Carrying Out the Invention [0015] When drawing a smooth curve in a vector graphic, a Bezier curve is used. A Bezier curve will be explained using FIGS. lA and 1B. When drawing a curve of a vector graphic, mainly a Quadratic Bezier curve 101 and a Cubic Bezier curve 102 are used. A
Quadrhtic Bezier curve 101 is expressed by Equations (1) below with t as a parameter.
x x0 = (1 ¨ + 2 = xl = (1 ¨ t) = t + x2 = t2 y = y0 = (1 ¨ 02 + 2 = yl = (1 ¨ t) = t -F y2 = t2 0 < t < 1 (1) The coordinates of the control points of the Quadratic Bezier curve 101 are given by (x0, y0), (xl, yl) and (x2, y2). By changing the value of the parameter t from 0 to 1, the Quadratic Bezier curve is obtained.
x = x0 = (1 ¨ + 3 = xl = (1 ¨ = t + 3 = x2 = (1 ¨ t) = t2 + x3 = t3 y = y0 = (1 ¨ 03 + 3 = yl = (1 ¨ 02 = t + 3 = y2 = (1 ¨ t) = t2 + y3 = t3 0 < t < 1 (2) The coordinates of the control points of the Cubic Bezier curve 102 are given by (x0, y0), (xl, yl), (x2, y2) and (x3, y3). By changing the value of the parameter t from 0 to 1, the Cubic Bezier curve 102 is obtained.

a Bezier curve is divided based on the coordinates of the control points that define the Bezier curve, connecting the calculated coordinates with line segments, and approximating the Bezier curve with the line segments (hereafter, called "broken line approximation").
[0018] FIG. 3 is a block diagram illustrating an example of the construction of a drawing device that includes the Bezier curve drawing device 1. The drawing device 100 comprises a Bezier curve drawing device 1, a coordinate conversion unit 103, a contour generation unit 104, an anti-alias circuit 105, an outline buffer 106, a mask generation unit 107, a fill-in unit 108, a combining unit 109, a dithering unit 110, an image buffer 111, a filter unit 112 and a color conversion unit 113. The line segment drawing unit 18 in FIG. 2 corresponds to the each unit and buffer from the coordinate conversion unit 103 on.
[0019] The processing by the drawing device 100 will be explained. The Bezier curve drawing device 1 outputs coordinates of the division points for broken line approximation of a Bezier curve, after which the coordinate conversion unit 103 converts the coordinates of the division points into coordinates in the entire displayed screen. The contour generation unit 104 stores information about pixels through which each of line segments from the coordinates of the division points pass (hereafter, referred to as "contour data") in the outline buffer 106. The anti-alias circuit 105 performs anti-aliasing on the contour data, which was generated by the contour generator 104, according to the display resolution. Next, the mask generation unit 107 generates mask data from the contour data for which anti-aliasing processing was performed.
The fill-in unit 108 performs a fill-in process according to mask data.
[0020] On the other hand, when superimposing the data over image data that is represented by color or brightness data for each pixel such as a bitmap, that image data is stored in the image buffer III. The image data undergoes processing such as edge enhancement by the filter unit 112, and singularity removal by the color conversion unit 113, and after color conversion is performed for the cooler to suit the display, is combined with the image that was generated from the contour data. Finally, the dithering unit applies a dithering effect so that the image can be easily viewed on the screen, and generates drawing data 19 (FIG. 2).
[0021] Returning to FIG. 2, the construction of the Bezier curve drawing device 1 is explained. The control point coordinate acquiring unit 10 acquires the coordinates of the control points of the Bezier curve. The Bezier curve that is represented by the set of control points is generated by a Bezier curve generation unit (not illustrated in the figure), or is provided from another device.
[0022] The inter-control point distance calculation unit 11 calculates distance parameter 13, which is an index of the length of the Bezier curve, from the coordinates of the control points of the Bezier curve acquired by the control point coordinate acquisition unit 10.
The inter-control point distance calculation unit 11 outputs the calculated distance parameter 13 to the division number setting unit 12. The division number setting unit 12 receives the distance parameter 13, and outputs the number of divisions 14 that corresponds to the distance parameter 13 to the Bezier division apex calculation unit 16. This number of divisions 14 is used for setting the number of divisions of the parameter tin the Bezier curve equations.
[0023] The distance parameter 13 is a value for setting the number of divisions approximated by broken lines when displaying a Bezier curve, and is an index of the length of the Bezier curve. The number of divisions in broken line approximation of the Bezier curve changes according to the display resolution even for a Bezier curve having the same control point coordinates. Therefore, the distance parameter 13 is calculated, with the minimum distance of the resolution at which the Bezier curve is displayed as the unit.
The control point coordinate acquiring unit 10 acquires the scale at which the control point coordinates are converted to the display resolution. The inter-control point distance calculation unit 11 converts the control point coordinates at the acquired scale, and calculates the distance parameter 13 using the minimum distance of the display resolution as the unit.
Alternatively, it is possible to provide control point coordinates that were converted to the display resolution beforehand.
In the following, the control point coordinates will be explained as having been converted to display resolution.
[0024] The inter-control point distance calculation unit 11 outputs a coordinate parameter 15 to the Bezier division apex calculation unit 16. Here, this coordinate parameter 15 is the same as the control point coordinates. The Bezier division apex calculation unit 16 uses the coordinate parameter 15 and number of divisions 14 to divide the Bezier curve, and calculates the coordinates for each apex of the broken lines subject to the approximation (line segment parameter 17). The Bezier division apex calculation unit 16 outputs the line segment parameter 17 to a line segment drawing unit 18. By drawing line segments based on the line-segment parameter 17, the line-segment drawing unit 18 generates drawing data 19 for displaying the Bezier curve on the display. The processing up until the drawing data 19 is obtained will be displayed in detail.
[0025] The inter-control point distance calculation unit 11 calculates the distance parameter 13 as described below.
The length of the Bezier curve can be considered to be mostly proportional to the sum of the distances between control points. Furthermore, the distance between control points can be evaluated by the larger of the difference between the x coordinates of adjacent control points and = CA 02743039 2013-09-27 the difference between the y coordinates. Therefore, the value obtained by totaling the larger of the absolute value of the difference between the x coordinates of adjacent control points (horizontal distance) and the absolute value of the difference between the y coordinates (vertical distance) between adjacent control points is calculated as the distance parameter 13. In other words, it can be expressed by the following equations.
[0026] When L is taken to be the distance parameter 13, for a Quadratic Bezier curve the equations become as below.
LO1 = max (1x0 ¨ x11, 1y0 ¨ yll) L12 = max (1x1 ¨ x21, ly1 ¨ y21) L = LO1 + L12 [0027] The distance parameter 13 (L) for a Cubic Bezier curve becomes as below.
LO1 = max (1x0 ¨ x11, ly0 ¨ yll) L12 = max (1x1 ¨ x2I, ly1 ¨ y21) L23 = max (1x2 x31, 1y2 ¨ y31) L =L01 +L12 + L23 [0028] Typically, the distance parameter 13 (L) of an n-dimensional Bezier curve is expressed as below.
LO1 = max (IA ¨ x11, ly0 ¨ y11) L12 max (1x1 ¨ x21, 1y1 ¨y21) Ln¨ln = max (1xn-1 ¨ xn1,1yn-1 ¨ yn1) L = LO1 + L12 + +Ln¨ln [0029] The distance parameter 13 (L) above is a value smaller than the total Euclidean distance between control points, however, the distance parameter 13(L) nearly represents the size of the Bezier curve, so by carefully adjusting the number of divisions corresponding to the distance parameter 13 (L), it is possible to perform broken line approximation while maintaining the display quality of the Bezier curve.
[0030] The inter-control point distance calculation unit 11 outputs the calculated distance parameter 13 (L) to the division number setting unit 12. The division number setting unit 12 references a Bezier division table 12a to calculate the number of divisions that corresponds to the distance parameter 13(L). This number of divisions is used as the number of divisions for the value of the parameter t of the Bezier curve.

8a Table 1 ¨ an example of setting the number of divisions.
DISTANCE NUMBER OF
PARAMETER DIVISIONS
1024 L 26 = 64 256 6 L < 1024 25=32 16 L < 256 24=16 0 -C L < 16 2=8 [0031] The Bezier division table 12a in Table 1 is an example of that correspondence between the distance parameter 13 (L) and the number of divisions. As illustrated in Table 1, the value of the distance parameter 13 (L) is divided by power of 2, to set the number of divisions for each step. In other words, when the distance parameter 13 (L) is expressed as a binary number, the number of divisions is set in stages according to the number of digits of the value expressed in binary number.
[0032] In the example of Table I, the number of divisions is set to correspond to the case when the distance parameter 13 is four digits or less in binary number (0 < L
< 16), for the case when greater than four digits but no greater than eight digits (16 < L <256), for the case when greater than eight digits but no greater than ten digits (256 <L < 1024), and for the case when greater than 10 digits (1024 < L). In the example of Table 1, when the maximum value of the resolution of the horizontal width of display screen is taken to be 2048, the distance parameter is divided by 1/2 of that (2048 = 1/2 = 1024), and next, is divided by the square of 1/2, that is, 1/4 (1024 = 1/4 =.256). Furthermore, this is similarly divided by the square of 1/4, that is, 1/16 (256 =
1/16=16).
[0033] In Table 1, the number of divisions is set to a power of 2. In other words, the distance parameter is in binary number. and when it is four digits or less (0 < L < 16), the number of divisions is set to 23= 8, when it is greater than four digits but no greater than eight digits (16 <
L <256), the number of divisions is set to 24 = 16, when it is greater than eight digits but no greater than ten digits (256 < L <
1024), the number of divisions is set to 25 = 32, and when it is greater than ten digits (1024 <L), the number of divisions is set to 26 = 64.

= CA 02743039 2013-09-27 [0034] By taking the stage of the distance parameter 13 and the number of divisions to be power of 2, the calculation by the division number setting unit 12 becomes very simple.
These calculations can be performed by using bit shift and bit logical calculation, so even when implemented by a circuit, is very simple. Moreover, human perception is close to being logarithmic, so when the stage and number of divisions are set in power of 2 as described above, what is perceived to be a uniform scale is obtained.
[0035] The division number setting unit 12 outputs the number of divisions 14 to the Bezier division apex calculation unit 16. The Bezier division apex calculation unit 16 performs calculation of the line segment parameter 17 based on the given coordinate parameter 15 and the number of divisions 14.
Table 2 ¨ an example of parameters for dividing and calculating a Bezier curve.
õ
NUMBER OF t INPUT VALUE
DIVISIONS (BINARY NOTATION) 1ST TIME:0.000 2ND TIME 0.001 3RD TIME:0.010 4TH TIME:0.011 23 8 (SECTIONS) 5TH TIME:0.100 END POINTS: 9 6TH TIME:0.101 7TH TIME:0.110 8TH TIME:0.111 9TH TIME 1.000 INCREASES AT AN AMOUNT 0.001.
1ST TIME :0.0000 2ND TIME Ø0601 3TH TIMEØ0010 4TH TIME:0.0011 5TH TIME:0.0100 6TH TIME 0.0101 7TH TIME 0.0110 8TH TIME:0.0111 24 = 16 (SECTIONS) 9TH TIME. 0.1000 END POINTS: 17 10TH TIME:0.1001 11TH TIME:0.1010 12TH TIME:0.1011 13TH TIME:0.1100 14TH TIME:0.1101 15TH TIME 0.1110 17TH TIME 1.0000 t INCREASES AT AN AMOUNT 0.0001.
[0036] Referring to Table 2, examples of the cases when the number of divisions is 23 =8, and when the number of divisions is 24 =16 are explained. When the number of division is 23, the Bezier division apex calculation unit 16 performs calculation a total of 23 + 1 times = 9 times.
The minimum value and maximum value of the parameter t are always 0 and 1.
Each time the parameter t is increased, calculation of the Bezier curve in FIG. 1 is performed, and coordinates (x, y) are calculated for the values of the parameter t. Here, when the number of divisions is set to a power of 2, the values of the parameter t can be calculated using a binary counter.
[0037] When the number of divisions is 24 = 16, the respective (x, y) are calculated using Equations in FIG. 1 a total of 17 times according to the number of times t is input (total of 17 times). The data obtained when the line segment drawing unit 18 connects these (x, y) coordinates with straight lines is drawing data 19. Even here, the number of divisIons is set to a power of 2, so that the values of the parameter t can be calculated using a binary counter.
[0038] FIG. 4 is a flowchart illustrating an example of the operating of Bezier curve division process of this embodiment. The Bezier curve division process of FIG. 4 is executed each time a Bezier curve is read during the drawing process. When the Bezier-curve division process is executed, the control point coordinate acquiring unit 10 acquires the coordinates of the control points of the Bezier curve (step S1). As described above, at the same time, the control point coordinate acquiring unit 10 acquires the scale at which the control point coordinates are converted to the display resolution.
[0039] The inter-control point distance calculation unit 11 converts the control point coordinates to the scale of the display resolution, selects the larger of the absolute value of the difference between the x coordinates of adjacent control points (horizontal distance) and the absolute value of the difference between the y coordinates (vertical distance), totals the selected absolute values for the difference between each control point, and sets the totaled value as the distance parameter 13 (step S2). The inter-control point distance calculation unit 11 then outputs the distance parameter 13 to the division number setting unit 12. At the same time, the inter-control point distance calculation unit 11 outputs the coordinate parameter 15, which is the coordinates of the control points of the Bezier curve, to the Bezier division apex calculation unit 16.
[0040] The division number setting unit 12 references a Bezier division table 12a such as illustrated in Table 1, for example, and sets the number of divisions 14 of the Bezier curve from the distance parameter 13 (step S3). When the distance parameter 13 is divided by a number that is a power of 2, the number of divisions can be determined by the number of digits of the distance parameter 13 expressed in binary number. Moreover, when the number of divisions is a power of 2, any of the bits of the binary number of the number of divisions is 1. The division number setting unit 12 outputs the set number of divisions 14 to the Bezier division apex calculation unit 16.
[0041] From the number of divisions 14 and the coordinate parameter 15, the Bezier division apex calculation unit 16 divides the domain of the parameter t of the Bezier curve into the same number of sections as the number of divisions, and calculates the x coordinate and y coordinate of each end point (broken line apex) (step S4). The Bezier division apex calculation unit 16 outputs the coordinates of the each broken line apex used for approximating the Bezier curve (line segment parameter 17) to the line segment drawing unit 18, and the division process for one Bezier curve ends.
[0042] With the Bezier curve drawing device 1 of this embodiment, the number of divisions for drawing the Bezier curve is set based on the parameters (indices) related to the distance between the control points of the Bezier curve. It is also possible to set a smaller number of divisions for a small Bezier curve, and to set a larger number of divisions for a large Bezier curve.
[0043] The number of stages of the distance parameter 13 and the number of divisions in the example of this embodiment are just examples, and can be set arbitrarily according to the size and resolution of the display screen, and the Bezier curve. For example, when printing the Bezier curve, preferably the number of the stages of the distance parameter 13, the number of their ends and the number of divisions are changed to correspond to the resolution.
[0044] The totaled value, between control points, of the sum of the absolute values of the differences between x coordinates and the differences between y coordinates can be taken to be the distance parameter. In that case, the distance parameter is a value larger than the total Euclidean distance between control points; however, by carefully adjusting the number of divisions that correspond to the distance parameter, it is possible to perform broken line approximation while maintaining the display quality of the Bezier curve. In this case, there is no need to compare the difference between the x coordinates and the difference between the y coordinates.
[0045] FIG. 5 is a block diagram illustrating an example of physical construction of the case when the Bezier curve drawing device 1 is mounted in a computer. The Bezier curve drawing device 1 of this embodiment can be achieved by hardware configuration that is the same as a typical computer.
The Bezier curve drawing device 1, as illustrated in FIG. 5, comprises a control unit 21, a main memory unit 22, an external memory unit 23, an operation unit 24, a display unit 25 and an input/output unit 26. The main memory unit 22, external memory unit 23, operation unit 24, display unit 25 and input/output unit 26 are all connected to the control unit 21 via an internal bus 20.
[0046] The control unit 21 comprises a CPU (Central Processing Unit) and the like, and executes processing for drawing a Bezier curve according to a program 30 that is stored in the external memory unit 23.
[0047] The main memory unit 22 comprises RAM (Random-Access Memory) and the like, and is loaded with the program 30 that is stored in the external memory unit 23, and is used as a work area for the control unit 21. The Bezier division table 12a above is loaded from the external memory 23 and configured in the main memory unit 22.
[0048] The external memory unit 23 comprises non-volatile memory such as a flash memory, a hard disk, DVD-RAM (Digital Versatile Disc Random-Access Memory), DVD-RW
(Digital Versatile Disc ReWritable), and stores in advance the program 30, which causes the control unit 21 to perform the processing described above, supplies the data that the program 30 stores to the control unit 21 according to instructions from the control unit 21, and stores data that is supplied from the control unit 21.
[0049] The operation unit 24 comprises a keyboard and a pointing device such as a mouse, and an interface device that connects the keyboard and pointing device to the internal bus 20.
Instructions for creating, inputting, transmitting and receiving image data that includes Bezier curves, specifications of images to be displayed, the range and magnification rate of the drawing area and the position of the drawing area on the display are input and supplied to the control unit 21 via the operation unit 24.
[0050] The display unit 25 comprises a CRT (Cathode Ray Tube) or LCD
(Liquid Crystal Display), and displays drawn images.
[0051] The input/output unit 26 comprises a wireless transceiver, a wireless modem or network terminal device, and a serial interface or LAN (Local Area Network) interface that connects these. Image data that includes Bezier curves can be received or transmitted via the input/output unit 26.
[0052] The Bezier curve drawing device 1 of the present invention can be constructed as an electronic circuit that is mounted with circuits comprising hardware parts such as an LSI
(Large Scale Integration) in which circuits that can achieve the function of drawing Bezier curves as described above are assembled. Moreover, by having the control unit 21 of the computer processing unit above execute a Bezier curve drawing program that performs each of the functions above, it is possible to achieve the Bezier curve drawing device 1 through software.
In that case, the CPU of the control unit 21 executes the processing of the Bezier curve drawing unit 1 by loading the program 30 that is stored in the external memory unit 23 into the main memory unit 22 and executing the program 30, controlling the operation of each part and performing all of the functions above.
[0053] As described above, in the Bezier curve drawing device 1 of this embodiment, the process of calculating the number of divisions of the Bezier curve can be simple addition and subtraction, bit shifting and logical operation. Multiplication and division do not appear until the calculation of the parameter t. Therefore, the arithmetic processing and circuitry can be simple, and thus arithmetic processing for drawing Bezier curves can be performed at high speed.
[0054] As explained above, the Bezier curve drawing device 1 of this embodiment has the following advantages.
[0055] The first advantage is that by having the inter-control point calculation unit 11 calculate the distance parameter of the Bezier curve, it is possible to dynamically change the number of line segment divisions of the Bezier curve. As a result, by reducing the number of divisions for a Bezier curve having a relatively small size, it is possible to reduced the amount of processing by the Bezier division apex calculation unit 16, and by increasing the number of divisions for a Bezier curve having a relatively large size, it is possible to improve the image quality of the drawn Bezier curve.
[0056] The second advantage is that by simplifying the processing by the inter-control point distance calculation unit 11, it is possible to reduce the size of the processing circuitry of the hardware. A value that includes the totaled sum of the larger of the distance in the horizontal direction and the distance in the vertical direction between adjacent control points of a Bezier curve is calculated as an index of the length of the Bezier curve, so that calculation of an index for the size of the Bezier curve is simple. Furthermore, the index for the length is divided by numbers that are power of 2, and the number of divisions is set in stages, so that the calculation for setting the number of divisions is simple.
[0057] The third advantage is that by making the number of divisions a power of 2, the increase in the parameter t of the Bezier curve is in a format that makes it easy to express by the 1 digit of a binary number, and thus that calculation circuit can be easily mounted in the hardware.
[0058] The fourth advantage is that the value set for the number of divisions is variable.
The number of divisions of a Bezier curve can be easily changed according to the required drawing performance and drawing quality.
[0059] The following are also included as other preferred forms of the present invention.
[0060] In the Bezier curve drawing device according to one aspect of the present invention, preferably the division number setting unit divides the index for the length by a numerical value that is a power of 2, and sets the number of divisions for each divided stage.
[0061] Preferably, the division number setting unit divides the binary index for the length in stages of when the index is four digits or less, when the index is greater than four digit but no greater than eight digits, when the index is greater than eight digits but no greater than 10 digits, and when the index is greater than 10 digits, and sets the number of divisions to correspond to the respective case.
[0062] Preferably, the division number setting unit sets the number of divisions to a number that is a power of 2.
[0063] Furthermore, preferably, the division number setting unit sets the number of divisions to 8, 16, 32 or 64.
[0064] In the Bezier drawing method according to a second aspect of the present invention, preferably, in the division number setting step, the index for the length is divided by a numerical value that is a power of 2, and the number of divisions is set for each divided stage.
[0065] Preferably, in the division number setting step, when the index for the length is a binary number, and is divided into the cases of being four digits or less, being greater than four digit but no greater than eight digits, being greater than eight digits but no greater than 10 digits, and being greater than 10 digits, the number of divisions is set to correspond to the respective case.
[0066] Preferably, in the division number setting step, the number of divisions is set to a number that is a power of 2.
[0067] Furthermore, preferably, in the division number setting step, the number of divisions is set to 8, 16,32 or 64.
[0068] Moreover, the hardware configuration and flowcharts are examples and can be arbitrarily changed or modified.
[0069] The portion that is the center for performing the processing of the Bezier curve drawing device 1, which comprises a control unit 21, a main memory unit 22, an external memory unit 23, an operation unit 24, and input/output unit 26 and internal bus 20, can be achieved using a normal computer system without the need of a special system.
For example, it is possible to construct a Bezier curve drawing device 1 for executing the operation above, by storing a computer program for executing the operation above on a recording medium (such as flexible disk, CD-ROM, DVD-ROM) that is readable by a computer, then distributing that program and installing it on a computer. It is also possible to construct a Bezier curve drawing device 1 by storing that computer program in a memory device of a server on a communication network such as the Internet, and downloading that program by a normal computer system.
[0070] In the case where the function of the Bezier curve drawing device 1 is achieved by an operation shared by the OS (operating system) and an application program, or by the OS and application program working together, it is possible to store just the portion for the application 5 program on a recording medium or memory device.
[0071] Moreover, it is also possible to place the computer program on a carrier wave and distribute the program via a communication network. For example, the computer program can be posted on a bulletin board (BBS, Bulletin Board System) of a communication network, and the computer program can be distributed via the network. Construction can also be such that it 10 is possible to execute the above processing by starting the computer program, and under the control of the OS, to execute that computer program like other application programs.
Explanation of Reference Numbers [0072]
I, 100 Bezier curve drawing device 10 Control point coordinate acquiring unit II Inter-control point distance calculation unit 12 Division number setting unit 12a Bezier division table 16 Bezier division apex calculation unit 18 Line segment drawing unit 21 Control unit 22 Main memory unit 23 External memory unit 24 Operation unit 25 Display unit 26 Input/output unit 30 Program 103 Coordinate conversion unit 104 Contour generation unit 105 Anti-alias circuit =

106 Outline buffer 107 Mask generation unit 108 Fill-in unit 109 Combining unit 110 Dithering unit III Image buffer 112 Filter unit 113 Color conversion unit

Claims (7)

1. A Bezier curve drawing device comprising:
a control point acquiring unit that acquires coordinates of a plurality of control points of a Bezier curve;
a distance index calculation unit that, with the minimum distance of the resolution for displaying the Bezier curve as a unit, selects the larger of a distance in the horizontal direction and a distance in the vertical direction between adjacent control points of the Bezier curve, totals the selected distance between each of the control points and calculates the totaled value as an index of a length of the Bezier curve;
a division number setting unit that, based on the index of the length, sets a number of divisions when dividing and drawing the Bezier curve; and a division point calculation unit that, according to the number of divisions set by the division number setting unit, calculates the coordinates of the end points between each of the divided section of the Bezier curve;
wherein:
the division number setting unit divides the index of the length by a numerical value that is a power of 2, and sets the number of divisions for each divided stage; and the division number setting unit divides a binary represented number of the index of the length in stages of when the index is four digits or less, when the index is greater than four digit but no greater than eight digits, when the index is greater than eight digits but no greater than 10 digits, and when the index is greater than 10 digits, and sets the number of divisions to correspond to the respective case.
2. The Bezier curve drawing unit according to claim 1, wherein the division number setting unit sets the number of divisions to a number that is a power of 2.
3. The Bezier curve drawing unit according to claim 2, wherein the division number setting unit sets the number of divisions to 8, 16, 32 or 64.
4. A Bezier curve drawing method comprising:
a control point acquiring step of acquiring coordinates of a plurality of control points of a Bezier curve;
a distance index calculation step of, with the minimum distance of the resolution for displaying the Bezier curve as the unit, selecting the larger of a distance in the horizontal direction and a distance in the vertical direction between adjacent control points of the Bezier curve, totaling the selected distance between each of the control points and calculating the totaled value as an index of a length of the Bezier curve;
a division number setting step of, based on the index of the length, setting a number of divisions when dividing and drawing the Bezier curve; and a division point calculation step of, according to the number of divisions set by the division number setting step, calculating the coordinates of the end points between each of the divided section of the Bezier curve;
wherein:
in the division number setting step, the index of the length is divided by a numerical value that is a power of 2, and the number of divisions is set for each divided stage;
and in the division number setting step, when the index of the length is a binary number, and is divided into the cases of being four digits or less, being greater than four digits but not greater than eight digits, being greater than eight digits but not greater than 10 digits, and being greater than 10 digits, the number of divisions is set correspond to the respective case.
5. The Bezier curve drawing method according to claim 4, wherein, in the division number setting step, the number of divisions is set to a number that is a power of 2.
6. The Bezier curve drawing method according to claim 5, wherein, in the division number setting step, the number of divisions is set to 8, 16, 32 or 64.
7. A recording medium that stores a program for causing a computer to execute:
a control point acquiring step of acquiring coordinates of a plurality of control points of a Bezier curve;
a distance index calculation step of, with the minimum distance of the resolution for displaying the Bezier curve as a unit, selecting the larger of a distance in the horizontal direction and a distance in the vertical direction between adjacent control points of the Bezier curve, totaling the selected distance between each of the control points and calculating the totaled value as an index of a length of the Bezier curve;
a division number setting step of, based on the index of the length, setting a number of divisions when dividing and drawing the Bezier curve; and a division point calculation step of, according to the number of divisions set by the division number setting step, calculating the coordinates of the end points between each of the divided section of the Bezier curve;
wherein:
in the division number setting step, the index of the length is divided by a numerical value that is a power of 2, and the number of divisions is set for each divided stage;
and in the division number setting step, when the index of the length is a binary number, and is divided into the cases of being four digits or less, being greater than four digits but not greater than eight digits, being greater than eight digits but not greater than 10 digits, and being greater than 10 digits, the number of divisions is set correspond to the respective case.
CA2743039A 2008-11-07 2009-11-09 Bezier curve drawing device, bezier curve drawing method, and recording medium Expired - Fee Related CA2743039C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2008287183A JP5294313B2 (en) 2008-11-07 2008-11-07 Bezier curve drawing device, Bezier curve drawing method and program
JP2008-287183 2008-11-07
PCT/JP2009/069048 WO2010053176A1 (en) 2008-11-07 2009-11-09 Bezier curve drawing device, bezier curve drawing method, and recording medium

Publications (2)

Publication Number Publication Date
CA2743039A1 CA2743039A1 (en) 2010-05-14
CA2743039C true CA2743039C (en) 2014-07-08

Family

ID=42152981

Family Applications (1)

Application Number Title Priority Date Filing Date
CA2743039A Expired - Fee Related CA2743039C (en) 2008-11-07 2009-11-09 Bezier curve drawing device, bezier curve drawing method, and recording medium

Country Status (5)

Country Link
US (1) US20110199381A1 (en)
EP (1) EP2346000A4 (en)
JP (1) JP5294313B2 (en)
CA (1) CA2743039C (en)
WO (1) WO2010053176A1 (en)

Families Citing this family (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101901488B (en) 2009-05-25 2015-09-09 富士通株式会社 For the method and apparatus of curve approximation and figure display control method and device
US9224218B2 (en) * 2012-06-05 2015-12-29 Apple Inc. System and method for loading and rendering curved features in a map
US9401034B2 (en) * 2013-04-30 2016-07-26 Microsoft Technology Licensing, Llc Tessellation of two-dimensional curves using a graphics pipeline
FR3005775B1 (en) * 2013-05-15 2015-06-26 Thales Sa METHOD AND SYSTEM FOR CONSTRUCTING AT LEAST ONE AIRCRAFT GUIDE LINE IN AN AIRPORT NAVIGATION NETWORK
JP5835529B2 (en) * 2013-12-13 2015-12-24 コニカミノルタ株式会社 Spectroscopic unit and spectroscopic device using the same
DE102014007914A1 (en) * 2014-05-27 2015-12-03 Elektrobit Automotive Gmbh Graphing roads and routes using hardware tessellation
US20160122224A1 (en) 2014-11-03 2016-05-05 Ppg Industries Ohio, Inc. Automated float glass system
JP6756320B2 (en) * 2017-09-20 2020-09-16 株式会社ニューフレアテクノロジー Drawing data generation method, program, multi-charged particle beam drawing device, and pattern inspection device
CN110297677B (en) * 2018-03-22 2022-12-23 斑马智行网络(香港)有限公司 Drawing method, drawing device, drawing equipment and storage medium
CN109408161A (en) * 2018-08-22 2019-03-01 安徽慧视金瞳科技有限公司 A kind of rendering algorithm for simulating writing brush style of writing
JP7172420B2 (en) * 2018-10-15 2022-11-16 株式会社ニューフレアテクノロジー Drawing data generation method and multi-charged particle beam drawing device
CN109949393B (en) * 2019-01-09 2023-09-12 广州小鹏汽车科技有限公司 Animation effect processing method, system and device
CN109933932B (en) * 2019-03-21 2022-09-20 山东女子学院 Bezier curve-based path optimization method and system
CN110716493B (en) * 2019-09-10 2022-03-04 天津大学 Five-axis micro-line segment machining path fairing method
CN111913644B (en) * 2020-07-29 2022-06-24 北京大麦地信息技术有限公司 Line drawing method and device for whiteboard and readable storage medium
JP2022053208A (en) 2020-09-24 2022-04-05 株式会社ニューフレアテクノロジー Data generation method, charged particle beam irradiation device, and program
CN112419444B (en) * 2020-12-09 2024-03-29 北京维盛视通科技有限公司 Clothing sheet drawing method and device, electronic equipment and storage medium
CN112738627B (en) * 2020-12-23 2022-05-20 上海哔哩哔哩科技有限公司 Play control method and device
JP2023025503A (en) 2021-08-10 2023-02-22 株式会社ニューフレアテクノロジー Data generation method, charged particle beam irradiation device, and program
CN114065673B (en) * 2022-01-18 2022-04-19 北京智芯仿真科技有限公司 Bessel integral self-adaptive segmentation method and system in integrated circuit rapid calculation
CN114818181B (en) * 2022-04-21 2023-08-25 哈尔滨工程大学 Method and equipment for automatically generating finite element grid based on tooth profile straight-tooth cylindrical gear
CN116092095B (en) * 2023-04-13 2023-07-28 江苏中威科技软件系统有限公司 Original handwriting stroke form generation method

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5381521A (en) * 1993-05-14 1995-01-10 Microsoft Corporation System and method of rendering curves
US5940081A (en) * 1995-01-27 1999-08-17 Sony Corporation Method and apparatus for forming a font and the font produced method and apparatus for drawing a blurred figure
JP2002117411A (en) * 2000-10-12 2002-04-19 Matsushita Electric Ind Co Ltd Curve drawing method, curve drawing device, and storage medium with curve drawing program stored therein

Also Published As

Publication number Publication date
JP2010113624A (en) 2010-05-20
WO2010053176A1 (en) 2010-05-14
CA2743039A1 (en) 2010-05-14
US20110199381A1 (en) 2011-08-18
JP5294313B2 (en) 2013-09-18
EP2346000A1 (en) 2011-07-20
EP2346000A4 (en) 2016-10-05

Similar Documents

Publication Publication Date Title
CA2743039C (en) Bezier curve drawing device, bezier curve drawing method, and recording medium
US10134175B2 (en) Gradient adjustment for texture mapping to non-orthonormal grid
US8704830B2 (en) System and method for path rendering with multiple stencil samples per color sample
JP5006412B2 (en) Efficient 2D and 3D graphics processing
KR970007247B1 (en) Graphic pattern processing apparatus and method
US7920139B2 (en) Processing of computer graphics
US8098257B2 (en) Filtering unit for floating-point texture data
JP2910979B2 (en) Method and apparatus for generating sub-pixel mask in computer graphic system
US7554546B1 (en) Stippled lines using direct distance evaluation
JP4937359B2 (en) Graphic drawing apparatus and graphic drawing method
US20040263516A1 (en) Hardware-accelerated anti-aliased graphics
JPH08510851A (en) Image processing method and apparatus
CN109166159A (en) Obtain the method, apparatus and terminal of the dominant hue of image
JP5785256B2 (en) Lookup table for text rendering
US20210005008A1 (en) Gradient adjustment for texture mapping to non-orthonormal grid
JP2005100176A (en) Image processor and its method
CN117292039B (en) Vertex coordinate generation method, vertex coordinate generation device, electronic equipment and computer storage medium
JP6944304B2 (en) Texture processing method and its device
US6711603B1 (en) Fractional, arithmetic unit, fractional arithmetic method, set-up engine for handling graphic images and computer-readable medium
JPH11242585A (en) Division circuit and graphic arithmetic unit
JP2004227338A (en) Device, method and program for processing image, and electronic device system
JP4244444B2 (en) Data processing device, division circuit, and image processing device
KR100927131B1 (en) Method and system of anti-aliasing
CN112115015A (en) Graphics processor and associated method for displaying a set of pixels, associated platform and avionics system
JPH0567218A (en) Pixel coordinate computer and image forming device using the same

Legal Events

Date Code Title Description
EEER Examination request
MKLA Lapsed

Effective date: 20210831

MKLA Lapsed

Effective date: 20191112