Exponential Quasi-interpolatory Subdivision Scheme Yeon Ju Lee and Jungho Yoon Department of Mathematics, Ewha W. University Seoul, Korea.

Slides:



Advertisements
Similar presentations
Computer Graphics (Spring 2008) COMS 4160, Lecture 6: Curves 1
Advertisements

Cubic Curves CSE167: Computer Graphics Instructor: Steve Rotenberg UCSD, Fall 2006.
Jehee Lee Seoul National University
1 Introduction Curve Modelling Jack van Wijk TU Eindhoven.
KMMCS, April. 2003, Lee Byung-Gook, Dongseo Univ., Spline Methods in CAGD Lee Byung-Gook Dongseo Univ.
Lecture 29 of 42 Bezier Curves and Splines Wednesday, 02 April 2008
P. Brigger, J. Hoeg, and M. Unser Presented by Yu-Tseh Chi.
Classic Subdivision Schemes. Schemes Catmull-Clark (1978) Doo-Sabin (1978) Loop (1987) Butterfly (1990) Kobbelt (1996) Mid-edge (1996 / 1997)
Analysis techniques for subdivision schemes Joe Warren Rice University.
Polynomial Functions Section 2.3. Objectives Find the x-intercepts and y-intercept of a polynomial function. Describe the end behaviors of a polynomial.
Subdivision Curves & Surfaces and Fractal Mountains. CS184 – Spring 2011.
CS CS 175 – Week 9 B-Splines Blossoming, Bézier Splines.
Fractal Mountains, Splines, and Subdivision Surfaces Jordan Smith UC Berkeley CS184.
Modeling of curves Needs a ways of representing curves: Reproducible - the representation should give the same curve every time; Computationally Quick;
Normal based subdivision scheme for curve and surface design 杨勋年
1 Subdivision Surfaces CAGD Ofir Weber. 2 Spline Surfaces Why use them?  Smooth  Good for modeling - easy to control  Compact (complex objects are.
Subdivision Overview Subdivision is a two part process Control Mesh
1 Dr. Scott Schaefer Catmull-Rom Splines: Combining B-splines and Interpolation.
Subdivision Primer CS426, 2000 Robert Osada [DeRose 2000]
Evolution of a Discipline CAGD. I have never been very enthusiastic about calling our field 'Computer Aided Geometric Design‘. Ivor Faux and I once wrote.
Scott Schaefer Joe Warren A Factored, Interpolatory Subdivision for Surfaces of Revolution Rice University.
RASTER CONVERSION ALGORITHMS FOR CURVES: 2D SPLINES 2D Splines - Bézier curves - Spline curves.
1 Dr. Scott Schaefer Subdivision Curves. 2/96 What is subdivision? Set of rules S that take a curve as input and produce a more highly refined curve as.
CS Subdivision I: The Univariate Setting Peter Schröder.
Subdivision Analysis via JSR We already know the z-transform formulation of schemes: To check if the scheme generates a continuous limit curve ( the scheme.
Introduction to Subdivision Surfaces. Subdivision Curves and Surfaces 4 Subdivision curves –The basic concepts of subdivision. 4 Subdivision surfaces.
(a) (b) (c) (d). What is (1,2,3)  (3,4,2)? (a) (1, 2, 3, 4) (b) (1,2)  (3,4) (c) (1,3,4,2) (d) (3,1)  (4,2)
Subdivision surfaces Construction and analysis Martin Reimers CMA/IFI, University of Oslo September 24th 2004.
KMMCS, Jan. 2006, Spline Methods in CAGD, Spline Methods in CAGD byung-gook lee Dongseo Univ.
Introduction to Subdivision surfaces Martin Reimers CMA, University of Oslo.
Department of Mechanical Engineering, LSU Session IV MATLAB Tutorials Session IV Mathematical Applications using MATLAB Rajeev Madazhy
SWBAT: −Match functions to their parent graphs −Find domain and range of functions from a graph −Determine if a function is even or odd −Give the domain.
Compute Roots of Polynomial via Clipping Method Reporter: Lei Zhang Date: 2007/3/21.
June D Object Representation Shmuel Wimer Bar Ilan Univ., School of Engineering.
Graphics Graphics Korea University cgvr.korea.ac.kr Parametric Curves 고려대학교 컴퓨터 그래픽스 연구실.
Subdivision Curve (and its relations to wavelets) Jyun-Ming Chen Spring 2001.
Lee Byung-Gook Dongseo Univ.
Announcements Saturday, September 29 at 9:30 in Cummings 308: Botanical Illustration: The Marriage of Art and Science by Wendy Hollender Wednesday class.
Graphs of polynomials a n > 0a n < 0 n even n odd f(x)=x 3 +2x 2 -x-2g(x)=-x 4 +5x 2 -4 degree 3degree 4 degree n h(x)=a n x n +a n-1 x n-1 +…+a 1 x+a.
Curves: ch 4 of McConnell General problem with constructing curves: how to create curves that are “smooth” CAD problem Curves could be composed of segments.
Objectives Use finite differences to determine the degree of a polynomial that will fit a given set of data. Use technology to find polynomial models for.
Greg Humphreys CS445: Intro Graphics University of Virginia, Fall 2003 Parametric Curves & Surfaces Greg Humphreys University of Virginia CS 445, Spring.
using Radial Basis Function Interpolation
A Note on Subdivision Kwan Pyo Ko Dongseo University
Subdivision Surfaces Dr. Scott Schaefer.
Specialist Mathematics Polynomials Week 3. Graphs of Cubic Polynomials.
Splines Sang Il Park Sejong University. Particle Motion A curve in 3-dimensional space World coordinates.
End behavior By:Skylar Brown.
Foundations of Computer Graphics (Spring 2012) CS 184, Lecture 12: Curves 1
Computing & Information Sciences Kansas State University Lecture 30 of 42CIS 636/736: (Introduction to) Computer Graphics Lecture 30 of 42 Wednesday, 09.
SIAM Conference on Geometric Desing & Computing Approximation of spatial data with shape constraints Maria Lucia Sampoli University of Siena, Italy.
Environmental Modeling Spatial Interpolation. 1. Definition ► A procedure of estimating the values of properties at un-sampled sites ► The property must.
On the singularity of a class of parametric curves Speaker: Xu Hui
Piecewise Polynomial Parametric Curves Sun-Jeong Kim.
Subdivision Schemes. Center for Graphics and Geometric Computing, Technion What is Subdivision?  Subdivision is a process in which a poly-line/mesh is.
Evgeny Lipovetsky School of Computer Sciences, Tel-Aviv University
EEE 244-7: Curve Fitting.
3.1 Polynomial & Exponential Derivatives
CSE 167 [Win 17], Lecture 9: Curves 1 Ravi Ramamoorthi
NDA Coaching in Chandigarh
'. \s\s I. '.. '... · \ \ \,, I.
The Variety of Subdivision Schemes
Generalization of (2n+4)-point approximating subdivision scheme
Composite Numerical Integration
A Family of Subdivision Scheme with Cubic Precision
Mask of interpolatory symmetric subdivision schemes
Graph Polynomials Effect of Multiplicity on a graph
' '· \ ·' ,,,,
Subdivision: From Stationary to Non-stationary scheme.
Graph Polynomials Effect of Multiplicity on a graph
Presentation transcript:

Exponential Quasi-interpolatory Subdivision Scheme Yeon Ju Lee and Jungho Yoon Department of Mathematics, Ewha W. University Seoul, Korea

Exponential quasi-interpolatory s.s. Contents  Subdivision scheme – several type of s.s.  Quasi-interpolatory subdivision scheme  Construction  Smoothness & accuracy  Example  Exponential quasi-interpolatory subdivision scheme  Construction  Smoothness  Example

Exponential quasi-interpolatory s.s. Subdivision scheme  Useful method to construct smooth curves and surfaces in CAGD  The rule :

Exponential quasi-interpolatory s.s. Subdivision scheme  Rule :  Interpolatory s.s. & Non-interpolatory s.s  Stationary s.s. & Non-stationary s.s

Exponential quasi-interpolatory s.s. B-spline subdivision scheme   It has maximal smoothness C m-1 with minimal support.  It has approximation order only 2 for all m.  Cubic-spline :

Exponential quasi-interpolatory s.s. Interpolatory subdivision scheme   4-point interpolatory s.s. :  The Smoothness is C 1 in some range of w.  The Approximation order is 4 with w=1/16.

Exponential quasi-interpolatory s.s.  Goal We want to construct a new scheme which has good smoothness and approximation order.

Exponential quasi-interpolatory s.s. Quasi-interpolatory subdivision scheme  Construction

Exponential quasi-interpolatory s.s. Quasi-interpolatory subdivision scheme  Advantage  L : odd (L+1,L+2)-scheme. So in even pts case, it has tension.  L : even (L+2,L+2)-scheme. It has tension in both case.  This scheme has good smoothness.  It has approximation order L+1.

Exponential quasi-interpolatory s.s. Quasi-interpolatory subdivision scheme  The mask set of cubic case In cubic case, the mask can reproduce polynomials up to degree 3. odd case : use 4-pts even case : use 5-pts with tension v

Exponential quasi-interpolatory s.s. Quasi-interpolatory subdivision scheme  Various basic limit function which start with 

Exponential quasi-interpolatory s.s. Quasi-interpolatory subdivision scheme

Exponential quasi-interpolatory s.s. Quasi-interpolatory subdivision scheme

Exponential quasi-interpolatory s.s. Quasi-interpolatory subdivision scheme  Comparison of schemes which use cubic Cubic-spline4-pts interp. s.s.S a Where L=3 Support of limit ftn[-2, 2][-3, 3][-4, 4] Maximal SmoothnessC2C2 C1C1 C3C3 Approximatio n Order 244

Exponential quasi-interpolatory s.s. Example

Comparison with some example  Example E= E=0.1428

Exponential quasi-interpolatory s.s. Quasi-interpolatory subdivision scheme  General case LMask setSm.Range of tension 3 O=[-1/16,9/16,9/16,-1/16] E= [-v, 4v,1-6v,4v,-v] C3C <v< O=[-v, – 77/2048+5v,385/512-10v, 385/ v,-55/512-5v,35/2048+v] E(i)=O(7-i) for i=1:6 C3C <v< O=[3, – 25,150,150, – 25,3]/256] E=[-v,6v, – 15v,1+20v,-15v,6v,-v] C4C <v< O=[-v,385/ v, – 2079/ v, 51975/ v,5775/ v, -7245/ v,945/ v,-231/65536+v] E(i)=O(9-i) for i=1:8 C4C <v< O=[-5,49, – 245,1225,1225, – 245,49, – 5]/2048 E=[-v, 8v, – 28v,56v,1-70v,56v, – 28v,8v, – v] C5C <v<0.0015

Exponential quasi-interpolatory s.s.  Construction

Exponential quasi-interpolatory s.s. Analysis of non-stationary s.s.

Exponential quasi-interpolatory s.s.

 Example E=7.7716e-016 E=0.1434

Exponential quasi-interpolatory s.s. Next Study