modeling techniques

12
MODELING TECHNIQUES Dan, Phoenix, Carl

Upload: amal

Post on 22-Feb-2016

67 views

Category:

Documents


1 download

DESCRIPTION

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. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Modeling Techniques

MODELING TECHNIQUESDan, Phoenix, Carl

Page 2: Modeling Techniques

GENERAL MODELING Several ways you can model

Polynomial functions, linear functions, splines

Page 3: Modeling Techniques

LINEAR INTERPOLATION

Red is the approximation

Page 4: Modeling Techniques

POLYNOMIAL INTERPOLATION

Red is the approximation

Page 5: Modeling Techniques

SPLINE INTERPOLATION

Red is the approximation

Page 6: Modeling Techniques

PUGH ANALYSIS

Characteristics B-SplineBilinear

Interpolation6 Coefficient Polynomial

Accuracy + - 0

Speed - + 0

Time needed to learn + 0 0

Recommended + 0 0

Total 2 0 0

Using the HP 6-coefficient polynomial as a baseline

Page 7: Modeling Techniques

VISUAL COMPARISON

From “Fast B-Spline Transforms for Continuous Image Representation and Interpolation”Unser, et al.

Page 8: Modeling Techniques

BILINEAR INTERPOLATION Used when enlarging images Fast Less accurate

Page 9: Modeling Techniques

6 COEFFICIENT BIQUADRATIC POLYNOMIAL

Used by HP for their PTMs

They recommended this in 2001 in their paper “Polynomial Texture Maps” Do not specify why

Page 10: Modeling Techniques

B-SPLINE Piecewise cubic functions to model high

order polynomials Eliminates Runge’s phenomenon LabVIEW has a VI for it!

Page 11: Modeling Techniques

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).

Page 12: Modeling Techniques

PIECEWISE FUNCTIONS

The spline is made up of pieces of the cubic functions shown above. The bolded sections show which pieces are used.

back