Fast Algorithm for Composition of the Bernstein Polynomials

Jie-Qing FENG,Qun-Sheng PENG
DOI: https://doi.org/10.3321/j.issn:1003-9775.2001.02.013
2001-01-01
Journal of Computer-Aided Design & Computer Graphics
Abstract:Composition of Bernstein polynomials is an important research topic in computer-aided geometric design. Some numerically stable algorithms for composition, such as Blossoming algorithm and optimal algorithm, which are computationally expensive. A fast algorithm to evaluate the coefficients of the resultant polynomials based on polynomial interpolation is presented. The reconstruction matrix used in interpolation is constant if the sampling points are chosen evenly in the parametric domain. Thus it can be computed in advance. To avoid numerical error, we employ a symbolic computation algorithm to evaluate the inverse matrix. The runtime analysis shows that the proposed algorithm is the fastest one among current algorithms and it does not involve numerical instability, additional storage and code complexity problems during implementation.
What problem does this paper attempt to address?