Optimal G^2 Hermite Interpolation for 3D Curves

작성자: Raoul Herzog
The following code solves an optimal curve completion problem, where the Frenet frames and the curvatures at the end points are given.
업데이트 날짜: 2019/10/2

This Matlab software solves a 2-point Hermite interpolation problem for a 3D curve where the functional to be minimized is defined as the integral of squared norm of the third parametric derivative, subject to G^2 continuity constraints at the end points.
The first order necessary optimality condition of the variational problem leads to a parametric transition curve with quintic polynomials.
The determination of coefficients is given by a polynomial system with 2 unknowns.
Stationary points correspond to positive roots of the resultant which is a degree 9 polynomial.
Although the formulated variational problem is non--convex, the proposed approach leads to the global solution, which can be computed in a reliable and fast manner.

The example file is executed in Matlab using example_G2_Hermite_Interpolation

인용 양식

Herzog, Raoul, and Philippe Blanc. “Optimal G2 Hermite Interpolation for 3D Curves.” Computer-Aided Design, vol. 117, Elsevier BV, Dec. 2019, p. 102752, doi:10.1016/j.cad.2019.102752.

양식 더 보기
MATLAB 릴리스 호환 정보
개발 환경: R2019b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Nonlinear Optimization에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!