CS 445 / 645 Introduction to Computer Graphics Lecture 22 Hermite Splines Lecture 22 Hermite Splines.

Slides:



Advertisements
Similar presentations
สภาพแวดล้อมการทำงานคอมพิวเตอร์กราฟิกส์ การบรรยายครั้งที่ 7
Advertisements

Interpolating curves.
CS 445 / 645 Introduction to Computer Graphics Lecture 23 Bézier Curves Lecture 23 Bézier Curves.
CS 445 / 645 Introduction to Computer Graphics Lecture 22 Hermite Splines Lecture 22 Hermite Splines.
Lecture 10 Curves and Surfaces I
CS 445/645 Fall 2001 Hermite and Bézier Splines. Specifying Curves Control Points –A set of points that influence the curve’s shape Knots –Control points.
© University of Wisconsin, CS559 Spring 2004
Dr. S.M. Malaek Assistant: M. Younesi
08/30/00 Dinesh Manocha, COMP258 Hermite Curves A mathematical representation as a link between the algebraic & geometric form Defined by specifying the.
1 Curves and Surfaces. 2 Representation of Curves & Surfaces Polygon Meshes Parametric Cubic Curves Parametric Bi-Cubic Surfaces Quadric Surfaces Specialized.
Slide 127 October 1999CS Computer Graphics (Top Changwatchai) Review of Spline Concepts Sections 10-6 to in Hearn & Baker Splines can be 2D.
Curves Chiew-Lan Tai.
Curves Chiew-Lan Tai. Curves 2 Reading Required Hearn & Baker, 8-8 – 8-10, 8-12 Foley, 11.2.
CSCE 441 Computer Graphics: Keyframe Animation/Smooth Curves Jinxiang Chai.
Modeling of curves Needs a ways of representing curves: Reproducible - the representation should give the same curve every time; Computationally Quick;
1. 2 The use of curved surfaces allows for a higher level of modeling, especially for the construction of highly realistic models. There are several approaches.
Modelling: Curves Week 11, Wed Mar 23
RASTER CONVERSION ALGORITHMS FOR CURVES: 2D SPLINES 2D Splines - Bézier curves - Spline curves.
University of British Columbia CPSC 414 Computer Graphics © Tamara Munzner 1 Curves Week 13, Mon 24 Nov 2003.
Bezier and Spline Curves and Surfaces CS4395: Computer Graphics 1 Mohan Sridharan Based on slides created by Edward Angel.
Designing Parametric Cubic Curves
1 Representing Curves and Surfaces. 2 Introduction We need smooth curves and surfaces in many applications: –model real world objects –computer-aided.
Curve Surfaces June 4, Examples of Curve Surfaces Spheres The body of a car Almost everything in nature.
Computer Graphics Lecture 13 Curves and Surfaces I.
Bresenham’s Algorithm. Line Drawing Reference: Edward Angel’s book: –6 th Ed. Sections 6.8 and 6.9 Assuming: –Clipped (to fall within the window) –2D.
11/19/02 (c) 2002, University of Wisconsin, CS 559 Last Time Many, many modeling techniques –Polygon meshes –Parametric instancing –Hierarchical modeling.
CS 376 Introduction to Computer Graphics 04 / 23 / 2007 Instructor: Michael Eckmann.
V. Space Curves Types of curves Explicit Implicit Parametric.
CS 445 / 645 Introduction to Computer Graphics Lecture 23 Bézier Curves Lecture 23 Bézier Curves.
Curves.
Review of Interpolation. A method of constructing a function that crosses through a discrete set of known data points.
Quadratic Surfaces. SPLINE REPRESENTATIONS a spline is a flexible strip used to produce a smooth curve through a designated set of points. We.
CS 376 Introduction to Computer Graphics 04 / 20 / 2007 Instructor: Michael Eckmann.
Curves. First of all… You may ask yourselves “What did those papers have to do with computer graphics?” –Valid question Answer: I thought they were cool,
Chapter VI Parametric Curves and Surfaces
INTERPOLATION & APPROXIMATION. Curve algorithm General curve shape may be generated using method of –Interpolation (also known as curve fitting) Curve.
June D Object Representation Shmuel Wimer Bar Ilan Univ., School of Engineering.
University of Texas at Austin CS384G - Computer Graphics Fall 2008 Don Fussell Parametric Curves.
CS 445/645 Fall 2001 Splines/Film/Animation. Final Exam Thursday, December 13 th from 7 – 10 p.m. –Room Olsson 011 You may use one sheet of notes (8.5.
CS 551/645 Fall 2000 Parameterized Rotations, Curves, and Surfaces.
CS559: Computer Graphics Lecture 19: Curves Li Zhang Spring 2008.
CSCE 441 Computer Graphics: Keyframe Animation/Smooth Curves Jinxiang Chai.
CS 376 Introduction to Computer Graphics 04 / 25 / 2007 Instructor: Michael Eckmann.
Basic Theory (for curve 02). 1.3 Parametric Curves  The main aim of computer graphics is to display an arbitrary surface so that it looks real.  The.
CS 445 / 645 Introduction to Computer Graphics Lecture 23 Bézier Curves Lecture 23 Bézier Curves.
Representation of Curves & Surfaces Prof. Lizhuang Ma Shanghai Jiao Tong University.
CSCE 441 Computer Graphics: Keyframe Animation/Smooth Curves Jinxiang Chai.
Greg Humphreys CS445: Intro Graphics University of Virginia, Fall 2003 Parametric Curves & Surfaces Greg Humphreys University of Virginia CS 445, Spring.
Slide 129 October 1999CS Computer Graphics (Top Changwatchai) Bézier Curves - Results of Derivation Tangents at endpoints are equal to endpoint slopes.
Designing Parametric Cubic Curves 1. 2 Objectives Introduce types of curves ­Interpolating ­Hermite ­Bezier ­B-spline Analyze their performance.
1 Graphics CSCI 343, Fall 2015 Lecture 34 Curves and Surfaces III.
CS 450: Computer Graphics PARAMETRIC SPLINES AND SURFACES
CS 325 Computer Graphics 04 / 30 / 2010 Instructor: Michael Eckmann.
Curves University of British Columbia CPSC 314 Computer Graphics Jan-Apr 2013 Tamara Munzner.
CS552: Computer Graphics Lecture 19: Bezier Curves.
CS552: Computer Graphics Lecture 18: Representing Cubic Splines.
Object Modeling: Curves and Surfaces CEng 477 Introduction to Computer Graphics.
Introduction to Parametric Curve and Surface Modeling.
© University of Wisconsin, CS559 Spring 2004
CS5500 Computer Graphics May 11, 2006
Curve & Surface.
Representation of Curves & Surfaces
CS 445 / 645 Introduction to Computer Graphics
Chapter 10-2: Curves.
CSCE 441 Computer Graphics: Keyframe Animation/Smooth Curves
Parametric Curves.
© University of Wisconsin, CS559 Spring 2004
Implicit Functions Some surfaces can be represented as the vanishing points of functions (defined over 3D space) Places where a function f(x,y,z)=0 Some.
Introduction to Parametric Curve and Surface Modeling
Type to enter a caption. Computer Graphics Week 10 Lecture 1.
Presentation transcript:

CS 445 / 645 Introduction to Computer Graphics Lecture 22 Hermite Splines Lecture 22 Hermite Splines

Splines – Old School DuckDuck SplineSpline

Representations of Curves Use a sequence of points… Piecewise linear - does not accurately model a smooth linePiecewise linear - does not accurately model a smooth line Tedious to create list of pointsTedious to create list of points Expensive to manipulate curve because all points must be repositionedExpensive to manipulate curve because all points must be repositioned Instead, model curve as piecewise-polynomial x = x(t), y = y(t), z = z(t)x = x(t), y = y(t), z = z(t) –where x(), y(), z() are polynomials Use a sequence of points… Piecewise linear - does not accurately model a smooth linePiecewise linear - does not accurately model a smooth line Tedious to create list of pointsTedious to create list of points Expensive to manipulate curve because all points must be repositionedExpensive to manipulate curve because all points must be repositioned Instead, model curve as piecewise-polynomial x = x(t), y = y(t), z = z(t)x = x(t), y = y(t), z = z(t) –where x(), y(), z() are polynomials

Specifying CurvesSpecifying Curves (hyperlink) Control Points A set of points that influence the curve’s shapeA set of points that influence the curve’s shapeKnots Control points that lie on the curveControl points that lie on the curve Interpolating Splines Curves that pass through the control points (knots)Curves that pass through the control points (knots) Approximating Splines Control points merely influence shapeControl points merely influence shape Control Points A set of points that influence the curve’s shapeA set of points that influence the curve’s shapeKnots Control points that lie on the curveControl points that lie on the curve Interpolating Splines Curves that pass through the control points (knots)Curves that pass through the control points (knots) Approximating Splines Control points merely influence shapeControl points merely influence shape

Parametric Curves Very flexible representation They are not required to be functions They can be multivalued with respect to any dimensionThey can be multivalued with respect to any dimension Very flexible representation They are not required to be functions They can be multivalued with respect to any dimensionThey can be multivalued with respect to any dimension

Cubic Polynomials x(t) = a x t 3 + b x t 2 + c x t + d x Similarly for y(t) and z(t)Similarly for y(t) and z(t) Let t: (0 <= t <= 1) Let T = [t 3 t 2 t 1] Coefficient Matrix C Curve: Q(t) = T*C Curve: Q(t) = T*C x(t) = a x t 3 + b x t 2 + c x t + d x Similarly for y(t) and z(t)Similarly for y(t) and z(t) Let t: (0 <= t <= 1) Let T = [t 3 t 2 t 1] Coefficient Matrix C Curve: Q(t) = T*C Curve: Q(t) = T*C

Another nice feature of curves Derivatives Very useful for lighting equationsVery useful for lighting equations Useful for automatic feature detectionUseful for automatic feature detectionDerivatives Very useful for lighting equationsVery useful for lighting equations Useful for automatic feature detectionUseful for automatic feature detection

Parametric Curves How do we find the tangent to a curve? If f(x) =If f(x) = –tangent at (x=3) is How do we find the tangent to a curve? If f(x) =If f(x) = –tangent at (x=3) is Derivative of Q(t) is the tangent vector at t:

Piecewise Curve Segments One curve constructed by connecting many smaller segments end-to-end Must have rules for how the segments are joinedMust have rules for how the segments are joined Continuity describes the joint Parametric continuityParametric continuity Geometric continuityGeometric continuity One curve constructed by connecting many smaller segments end-to-end Must have rules for how the segments are joinedMust have rules for how the segments are joined Continuity describes the joint Parametric continuityParametric continuity Geometric continuityGeometric continuity

Parametric Continuity C 1 is tangent continuity (velocity)C 1 is tangent continuity (velocity) C 2 is 2 nd derivative continuity (acceleration)C 2 is 2 nd derivative continuity (acceleration) Matching direction and magnitude of d n / dt nMatching direction and magnitude of d n / dt n  C n continous C 1 is tangent continuity (velocity)C 1 is tangent continuity (velocity) C 2 is 2 nd derivative continuity (acceleration)C 2 is 2 nd derivative continuity (acceleration) Matching direction and magnitude of d n / dt nMatching direction and magnitude of d n / dt n  C n continous

Geometric Continuity If positions match G 0 geometric continuityG 0 geometric continuity If direction (but not necessarily magnitude) of tangent matches G 1 geometric continuityG 1 geometric continuity The tangent value at the end of one curve is proportional to the tangent value of the beginning of the next curveThe tangent value at the end of one curve is proportional to the tangent value of the beginning of the next curve If positions match G 0 geometric continuityG 0 geometric continuity If direction (but not necessarily magnitude) of tangent matches G 1 geometric continuityG 1 geometric continuity The tangent value at the end of one curve is proportional to the tangent value of the beginning of the next curveThe tangent value at the end of one curve is proportional to the tangent value of the beginning of the next curve

Parametric Cubic Curves In order to assure C 2 continuity, curves must be of at least degree 3 Here is the parametric definition of a cubic (degree 3) spline in two dimensions How do we extend it to three dimensions? In order to assure C 2 continuity, curves must be of at least degree 3 Here is the parametric definition of a cubic (degree 3) spline in two dimensions How do we extend it to three dimensions?

Parametric Cubic Splines Can represent this as a matrix too

Coefficients So how do we select the coefficients? [a x b x c x d x ] and [a y b y c y d y ] must satisfy the constraints defined by the knots and the continuity conditions[a x b x c x d x ] and [a y b y c y d y ] must satisfy the constraints defined by the knots and the continuity conditions So how do we select the coefficients? [a x b x c x d x ] and [a y b y c y d y ] must satisfy the constraints defined by the knots and the continuity conditions[a x b x c x d x ] and [a y b y c y d y ] must satisfy the constraints defined by the knots and the continuity conditions

Parametric Curves Difficult to conceptualize curve as x(t) = a x t 3 + b x t 2 + c x t + d x (artists don’t think in terms of coefficients of cubics) Instead, define curve as weighted combination of 4 well- defined cubic polynomials (wait a second! Artists don’t think this way either!) Each curve type defines different cubic polynomials and weighting schemes Difficult to conceptualize curve as x(t) = a x t 3 + b x t 2 + c x t + d x (artists don’t think in terms of coefficients of cubics) Instead, define curve as weighted combination of 4 well- defined cubic polynomials (wait a second! Artists don’t think this way either!) Each curve type defines different cubic polynomials and weighting schemes

Parametric Curves Hermite – two endpoints and two endpoint tangent vectors Bezier - two endpoints and two other points that define the endpoint tangent vectors Splines – four control points C1 and C2 continuity at the join pointsC1 and C2 continuity at the join points Come close to their control points, but not guaranteed to touch themCome close to their control points, but not guaranteed to touch them Examples of Splines Examples of Splines Hermite – two endpoints and two endpoint tangent vectors Bezier - two endpoints and two other points that define the endpoint tangent vectors Splines – four control points C1 and C2 continuity at the join pointsC1 and C2 continuity at the join points Come close to their control points, but not guaranteed to touch themCome close to their control points, but not guaranteed to touch them Examples of Splines Examples of Splines

Hermite Cubic Splines An example of knot and continuity constraints

Hermite Cubic Splines One cubic curve for each dimension A curve constrained to x/y-plane has two curves: One cubic curve for each dimension A curve constrained to x/y-plane has two curves:

Hermite Cubic Splines A 2-D Hermite Cubic Spline is defined by eight parameters: a, b, c, d, e, f, g, h How do we convert the intuitive endpoint constraints into these (relatively) unintuitive eight parameters? We know: (x, y) position at t = 0, p 1(x, y) position at t = 0, p 1 (x, y) position at t = 1, p 2(x, y) position at t = 1, p 2 (x, y) derivative at t = 0, dp/dt(x, y) derivative at t = 0, dp/dt (x, y) derivative at t = 1, dp/dt(x, y) derivative at t = 1, dp/dt A 2-D Hermite Cubic Spline is defined by eight parameters: a, b, c, d, e, f, g, h How do we convert the intuitive endpoint constraints into these (relatively) unintuitive eight parameters? We know: (x, y) position at t = 0, p 1(x, y) position at t = 0, p 1 (x, y) position at t = 1, p 2(x, y) position at t = 1, p 2 (x, y) derivative at t = 0, dp/dt(x, y) derivative at t = 0, dp/dt (x, y) derivative at t = 1, dp/dt(x, y) derivative at t = 1, dp/dt

Hermite Cubic Spline We know: (x, y) position at t = 0, p 1(x, y) position at t = 0, p 1 We know: (x, y) position at t = 0, p 1(x, y) position at t = 0, p 1

Hermite Cubic Spline We know: (x, y) position at t = 1, p 2(x, y) position at t = 1, p 2 We know: (x, y) position at t = 1, p 2(x, y) position at t = 1, p 2

Hermite Cubic Splines So far we have four equations, but we have eight unknowns Use the derivatives So far we have four equations, but we have eight unknowns Use the derivatives

Hermite Cubic Spline We know: (x, y) derivative at t = 0, dp/dt(x, y) derivative at t = 0, dp/dt We know: (x, y) derivative at t = 0, dp/dt(x, y) derivative at t = 0, dp/dt

Hermite Cubic Spline We know: (x, y) derivative at t = 1, dp/dt(x, y) derivative at t = 1, dp/dt We know: (x, y) derivative at t = 1, dp/dt(x, y) derivative at t = 1, dp/dt

Hermite Specification Matrix equation for Hermite Curve t = 0 t = 1 t = 0 t = 1 t 3 t 2 t 1 t 0 p1p1 p2p2 r p 1 r p 2

Solve Hermite Matrix

Spline and Geometry Matrices M Hermite G Hermite

Resulting Hermite Spline Equation

Demonstration Hermite

Sample Hermite Curves

Blending Functions By multiplying first two matrices in lower-left equation, you have four functions of ‘t’ that blend the four control parameters These are blending functions By multiplying first two matrices in lower-left equation, you have four functions of ‘t’ that blend the four control parameters These are blending functions

Hermite Blending Functions If you plot the blending functions on the parameter ‘t’

Hermite Blending Functions Remember, each blending function reflects influence of P 1, P 2,  P 1,  P 2 on spline’s shape