130 likes | 300 Views
Dan, Phoenix, Carl. Modeling Techniques. Several ways you can model Polynomial functions, linear functions, splines. General Modeling. Linear interpolation. Red is the approximation. Polynomial interpolation. Red is the approximation. Spline interpolation. Red is the approximation.
E N D
Dan, Phoenix, Carl Modeling Techniques
Several ways you can model • Polynomial functions, linear functions, splines General Modeling
Linear interpolation Red is the approximation
Polynomial interpolation Red is the approximation
Spline interpolation Red is the approximation
Pugh Analysis Using the HP 6-coefficient polynomial as a baseline
Visual Comparison From “Fast B-Spline Transforms for Continuous Image Representation and Interpolation” Unser, et al.
Used when enlarging images Fast Less accurate Bilinear Interpolation
Used by HP for their PTMs • They recommended this in 2001 in their paper “Polynomial Texture Maps” • Do not specify why 6 Coefficient Biquadratic Polynomial
Piecewise cubic functions to model high order polynomials Eliminates Runge’s phenomenon LabVIEW has a VI for it! B-Spline
back The red curve is the Runge function.The blue curve is a 5th-order interpolating polynomial (using six equally-spaced interpolating points).The green curve is a 9th-order interpolating polynomial(using ten equally-spaced interpolating points).
Piecewise functions The spline is made up of pieces of the cubic functions shown above. The bolded sections show which pieces are used. back