Abstract

Besides inheriting the properties of classical Bézier curves of degree , the corresponding -Bézier curves have a good performance on adjusting their shapes by changing shape control parameter. Specially, in the case where the shape control parameter equals zero, the -Bézier curves degenerate to the classical Bézier curves. In this paper, the shape modification of -Bézier curves by constrained optimization of position and tangent vector is investigated. The definition and properties of -Bézier curves are given in detail, and the shape modification is implemented by optimizing perturbations of control points. At the same time, the explicit formulas of modifying control points and shape parameter are obtained by Lagrange multiplier method. Using this algorithm, -Bézier curves are modified to satisfy the specified constraints of position and tangent vector, meanwhile the shape-preserving property is still retained. In order to illustrate its ability on adjusting the shape of -Bézier curves, some curve design applications are discussed, which show that the proposed method is effective and easy to implement.

1. Introduction

Bézier curves are widely used in Computer Aided Geometric Design (CAGD) and computer graphics (CG) which have many properties that are helpful for shape design. Developing more convenient techniques for designing and modifying Bézier curves is an important problem in computer aided design (CAD), computer aided manufacturing (CAM), and NC technology fields; see [1]. However, shape design is time-consuming and usually cannot be accomplished in one stroke. After creating Bézier curves or surfaces, we often need to modify them so that their shapes can satisfy our design requirements.

Many efforts have been made to develop more convenient and effective methods for shape modification of parametric curves and surfaces. Piegl [2] proposed two methods to alter the shape of NURBS curves, including control-point-based modification and weight-based modification. Sànchez-Reyes [3] developed a simple technique to modify NURBS curves based on a perspective functional transformation of arbitrary origin. Juhász [4] provided a weight-based shape modification method, by which one can prescribe not only the new position of an arbitrary chosen point of a plane NURBS curves but the tangent direction as well. Hu et al. [5, 6] developed a method for shape modification of NURBS curves and surfaces with geometric constraint. However, developing more effective way for shape modification of Bézier curves is still an important problem. Inspired by the results in [5, 6], Xu et al. [7] proposed a method to modify the shape of Bézier curves by minimizing the changes of the shape by least square, where explicit formulas are deduced to calculate positions of new control points of the modified curve. Wu and Xia [8] investigated the optimal shape modification of Bézier curves by geometric constraint, where shape modification of Bézier curve with added end-point and tangent constraints is discussed. Wang et al. [9] presented a method for shape modification of NURBS curves, which is based on constrained optimization by means of altering the corresponding weights of their control points. Juhász and Hoffmann [10] investigated the effect of the modification of knot values on the shape of B-spline curves. Han and Ren [11] investigated geometric constrained optimization for shape modification of Bézier curves and obtained precise formula for it.

Bézier curves have now become a powerful tool for constructing free-form curves in CAD/CAM. However, the Bézier model is imperfect, and it has its own shortage. That is, after choosing the basis functions, the shape of a Bézier curve is well determined by its control points. In the recent years, in order to overcome the shortage of Bézier curves, many scholars constructed new curves whose structures are similar to the Bézier curves by introducing parameters into basis functions; see [1221]. These new curves share many basic properties with the Bézier curves and at the same time hold flexible shape adjustable property. Yan and Liang [16] constructed a new kind of basis functions by a recursive approach and defined a kind of parametric curves called -Bézier curves with shape parameter based on these basis functions. The new curves have most properties of the corresponding classical Bézier curves. Moreover, the shape parameter can adjust the shape of the new curves without changing the control points. Focusing on the problem of shape modification of -Bézier curves, we study the shape modification of -Bézier curves by constrained optimization of position and tangent vector and obtain the explicit formulas of the modified control points and shape parameter.

The remainder of the paper is organized as follows. The definition and properties of -Bézier curves are given in Section 2. In Section 3, we present the shape modification of -Bézier curve by constrained optimization of single point constraint. Practical examples are given in Section 4, and we present some applications. At last, a short conclusion is given in Section 5.

2. The Definition and Properties of -Bézier Curves

2.1. Extension Basis Function

The definition of extension Bernstein basis functions is given as follows [16].

Definition 1. Let ; for , the following polynomial functionsare called the extension Bernstein basis functions of degree 2 associated with the shape parameter .

For any integer , the functions   , defined recursively byare called the extension Bernstein basis functions of degree . In the case or , we set .

Theorem 2. The extension Bernstein basis functions of degree n can be expressed explicitly aswhere , .

The extension Bernstein basis functions (3) have the following properties:(a)Degeneracy. In the particular case where the shape control parameter equals zero, the extension Bernstein basis functions of degree are just the classical ones of the same degree.(b)Nonnegativity. For any ,   , where .(c)Partition of Unity. One has  .(d)Symmetry. One has    .(e)Linear Independence. For any , the extension Bernstein basis functions    are linearly independent.

2.2. Construction of -Bézier Curves

Definition 3. Given control points in or , thenis called a -Bézier curve of degree with shape parameter , where basis functions    are defined by (3) (see Definition  3.2 in [16]).

From the properties of the extension Bernstein basis functions (3), the -Bézier curves (4) have the following properties.

(a) End-Point Properties. For any , we have

And the derivative at end-points will satisfy

Furthermore, the second derivative at end-points can be represented as

(b) Symmetry. Considering    and   , define the same -Bézier curves; that is,

(c) Convex Hull Property. The entire -Bézier curves must lie inside the convex hull of its control polygon spanned by   .

(d) Affine Invariance. The shape of -Bézier curve is independent of the choice of coordinates; that is, (4) satisfies the following two equations:where is an arbitrary vector in or and is an arbitrary matrix, or 3.

(e) Variation Diminishing Property. Since the extension Bernstein basis functions given in (3) form a group of (optimal) normalized totally positive basis functions, the corresponding -Bézier curves possess variation diminishing property, which means that no plane intersects -Bézier curve more often than it intersects the corresponding control polygon.

2.3. Performance Comparison of -Bézier Curves, Bézier Curves, and NURBS

A Bézier curve is defined as a parametric one which forms the basis of the Bernstein function. However, once the control points and their corresponding Bernstein polynomials are given, the shape of a Bézier curve is formed uniquely and there is no possibility to adjust it anymore. Modifying the shape of Bézier curves essentially requires the adjustments of vertexes of the control polygon, which is very inconvenient. For these reasons, the problem of shape modification of curves is proposed. Although the weights in NURBS method can adjust the shapes of NURBS curve and the NURBS curve has good properties and can express the conic section, the NURBS curve also has disadvantages, such as difficulty in choosing the value of the weight, the increased order of rational fraction caused by the derivation, and the need for a numerical method of integration.

The shape parameters are applied to generate some curves whose shape is adjustable as an extension of the existing method. The -Bézier curves (4) have most properties of the corresponding classical Bézier curves. Moreover, the shape parameter can adjust the shape of the -Bézier curves without changing the control points. With the increasing of the shape parameter, the -Bézier curves approach to the control polygon or control net, and the -Bézier model can approximate the control polygon or control net better than the classical Bézier model. In addition, the expressions of -Bézier curves defined in this paper are more concise compared with the Bézier curves and NURBS curves. Particularly, when the shape parameter equals zero, the -Bézier curves (4) degenerate to the classicalBézier curves.

To sum up, with the extra degree of freedom provided by the shape parameter in   , the curves can be freely adjusted and controlled by changing the value of instead of changing the control points . Performances of -Bézier curves, Bézier curves, and NURBS curves are compared in detail in Table 1.

Figure 1 shows graphs of -Bézier curves with the same control polygon but different shape parameters. Figure 1(a) shows the curves generated by the extension Bernstein basis functions with and (solid lines), (dashed lines), and (dot-dashed lines), respectively. Figure 1(b) shows the curves generated by the extension Bernstein basis functions with and (solid lines), (dashed lines), and (dot-dashed lines), respectively. From the figures, we can see that the -Bézier curves approach to the control polygon when the shape parameter is increased.

3. Shape Modification for -Bézier Curves by Constrained Optimization

-Bézier curve of degree with control points    isModified curves areHere, are perturbations of control points .

3.1. Position Vector Constraint

Suppose the position vector of -Bézier curves (10) is and then that of modified curve (11) satisfies ; here

For and , perturbation can be computed by constrained optimization with being minimum. The Lagrange function is defined as follows:where is the Lagrange multiplier and is Euclidean norm.

Theorem 4. When and , then (14) has a unique solution.

Proof. Let perturbation satisfy We can obtainDue to , we know   . Substituting (16) into (17), we can get the following equation:Namely,Substituting (19) into (16) yieldsThe control points can be modified by (20) such that is satisfied.

3.2. Tangent Vector Constraint

Let tangent vector of -Bézier curves (10) be and that of modified curves (11) satisfies . Obviously, the shape of the curves can be preserved well by tangent vector , where is dependent on control point and the requirements.

For and , in order to fix the end-points of modified curve, let be the perturbation, and then if it is plane curve.

According to (11), the following derivative is obtained:

Notice that is nonunique if , and it can be computed by constrained optimization with being minimum. The Lagrange function is defined as follows:where is the Lagrange multiplier and is Euclidean norm.

Theorem 5. When , (22) has a unique solution if or and is not the maximum point.

Proof. Lettingwe can obtainWhen ,    are not all zero. When or and is not the maximum point, we have . Substituting (25) into (24), we can get the following expression:Combining (24) and (26), we haveThe control points can be modified according to (27) such that is satisfied.

3.3. Position Vector and Tangent Vector Constraints

Let position vector of -Bézier curves (10) be and let tangent vector be ; then, those of modified curves (11) satisfy and , respectively, and hereWhen and , (11) has at least two perturbations, which can be computed by constrained optimization with being minimum. The Lagrange function is defined as follows:where and are the Lagrange multipliers and is Euclidean norm.

Theorem 6. When , (29) has a unique solution for and .

Proof. Setting we can obtainSubstituting (31) into (32) and (33), we have the following equations:DenoteWe know by inequality of Cauchy-Schwarz. Further, we haveFor and , the following inequality can be easily obtainedwhich implies . The following equations are presented by (34):Accordingly, when , substituting (38) into (31) leads toThe control points can be modified by (39) such that and .

3.4. Position Vector, Tangent Vector, and Shape Parameter Constraints

Let position vector of -Bézier curves (10) be and let tangent vector be ; then position vector and tangent vector of modified curves (12) satisfy and , respectively, and hereWhen and , then (12) has at least two perturbations which can be computed by constrained optimization with being minimum. The Lagrange function is defined as follows:where and are the Lagrange multipliers and is Euclidean norm.

Theorem 7. When , (41) has a unique solution for and .

Proof. Letting we can obtainSubstituting (43) into (44) and (45), it follows thatLetWe know by inequality of Cauchy-Schwarz. Moreover, we haveFor and , the following inequality can be easily obtainedwhich implies . The following equations are deduced by (46):Accordingly, for , substituting (50) into (43), we have The control points can be modified by (51) such that and .

4. Practical Examples

In this section, we will give three examples to show the effects of the proposed method.

Example 1. Given shape parameter and control points , we can construct an original quartic -Bézier curve. In Figures 2, 3, and 4, the shape modification of -Bézier curves by constrained optimization of position vector and tangent vector with single target point are obtained, where original curves are shown as green solid lines and modified curves are shown as blue dashed lines. Original target points are black dot and modified target points are blue square point. are control points of modified curves.

Figure 5 illustrates the shape modification for quartic -Bézier curves by constrained optimization of position vector, tangent vector, and shape parameter of single target point . In Figure 5, the shape parameter of original curves equals −1, while the shape parameter of modified curves equals 1. The control points of original curves are the same as those of the curves in Figure 4. are control points of modified curves. Original curves are shown as green solid lines and modified curves are shown as blue dashed lines, where original target points are black dot and modified target points are blue square point.

Example 2. Given shape parameter and control points , we can construct an original -Bézier curve of degree 7. Figure 6 illustrates the shape modification for it by constrained optimization of position and tangent vector of single target point , where original curves are shown as green solid lines and modified curves are shown as red dashed lines. Original target points are black dot and modified target points are red square point. are modified control points, and the other control points of original curves remain unchanged.

Example 3. Given shape parameter and control points , , we can construct an original -Bézier curve of degree 9. Figure 7 illustrates the shape modification for it by constrained optimization of position and tangent vector of single target point , where original curves are shown as green solid lines and modified curves are shown as violet dashed lines. Original target points are black dot and modified target points are violet square point. are modified control points and the other control points of original curves remain unchanged.

5. Conclusions

In this paper, we give the definition of -Bézier curves and discuss their properties in detail. It is shown that -Bézier curves of degree with shape parameter keep many properties of the corresponding traditional Bézier curves and are more convenient than traditional ones. We can alter the shape of -Bézier curve by modifying the values of the shape parameter without changing its control points. Further, we investigate the shape modification of -Bézier curves for constrained optimization of single point constraint (including modification of shape parameter and control points). In order to modify the shape of -Bézier curves effectively, we obtain some explicit formulas for modifying control points and shape parameter. Three practical examples show that the method is applicable for computer aided design system. Future work will focus on studying the shape modification for -Bézier surfaces.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgments

The authors are very grateful to the referees for their helpful suggestions and comments which have improved the paper. This work is supported by the National Natural Science Foundation of China (nos. 51305344 and 11426173). This work is also supported by the Research Fund of Department of Science and Department of Education of Shaanxi, China (no. 2013JK1029).