SlideShare a Scribd company logo
1 of 87
Curve
Modeling
Mrs.R.Shanthi Prabha M.Sc., M.Phil.,
Assistant Professor,
DEPARTMENT OF CS
Parametric
Polynomials
Parametric
Polynomials n
n-1
Parametric Polynomials
disadvantag
es
wiggles
degree high

flexibility
degree law
 No local
Solution:
Polynomial Splines
Spline
Curve
Spline
Curve In drafting terminology, a spline isa
flexible strip used to produce a
smooth curve through adesignated
set of points
Flexible Strip
Spline
Curve Several smallweights are distributed
along the length of the strip to hold
Weights
Spline Curve
 The termspline curve originally
Spline
Curve In modeling, the termspline curve
refers to a any composite curve
formed with polynomial section
satisfying specified continuity
Control
Points

control
points
shape

Control Points
defined
modified manipulated
Convex
Hull
convex hull
Convex
Hull
on
inside
Convex

Remind:
convex line
segment
within
Shape
of
the Spline Curve
Shape of the
Curve Control points
continuous parametric
two way
1. Interpolation Splines
2. Approximation Splines
Interpolation
Splines
passes
 When polynomial sections are fitted so
that the curvepasses
interpolate
Interpolation
Splines
digitize drawing
paths
Approximation
Splines
ppp
 When polynomial sections are fitted tothe
general control point pathwithout
necessarily passing through any control
point, the resulting curve is said to
approximate
Approximation
Splines design
Parametric
Continuity
Conditions
Parametric Continuity
Conditions
…Continuity!
Parametric Continuity Conditions

Parametric Continuity
Conditions

e
derivation
Parametric Continuity
Conditions Zero order parametric (C0):
 First order parametric (C1):
Parametric Continuity
Conditions Second order parametric (C2):
Parametric Continuity
Conditions


Simple Example:
[-1,0]
[0,1],
f(u ) = (u ,-u2, 0)
g(v) = (v ,v 2, 0 )
f'(u ) = ( 1, -2u, 0 ) ,f'(u) = ( 0, -2, 0 )
g'(u) = ( 1, 2v,0 ) ,g' (v) = ( 0, 2, 0)
C 1
 f' (0) = (0, -2, 0 ) not equal g' (v) = ( 0, 2, 0),
C 2c
Curvature
Curvature g(v ) = 2/(1 + 4v
)
f(u) = 2/(1 + 4u2)1.5
2 1.5
Two curve segments may beC 1continuous
2and evencurvature continuous ,but noCt
continuous
Problems
withParametric Continuity Conditions
Representation
Problems with Parametric
Continuity
Two line segments:

f'(u ) = B -A
g'(v ) = C-B
f'(u ) = B -A g'(v ) = C-B
Is it strange?
F(u) =A +u (B -A)/ | B -A|
f(u ) = A +u (B -A)
g(v) = B +v (C - B)
u is in the range of 0 and | B - A | and v is
in the range of 0 and | C – B|
Problems with Parametric
Continuity
Semi circle:
) C0)
f'(u ) = ( PIu sin(u 2 PI/2), PIu cos(u 2 PI/2), 0 )
f'(u) = ( PI2u 2 cos(u 2 PI/2), -PI2u 2 sin(u 2 PI/2), 0 )
f'(u ) × f'(u) = ( 0, 0, -PI3u 3 )
| f'(u )| = PIu
| f'(u ) × f'(u) | = PI3u 3
k (u) =1
g'(v) = ( PIv cos(v 2 PI/2), -PIv sin(v 2 PI/2), 0 )
g'(v) = ( -PI2v 2 cos(v 2 PI/2), -PI2v 2 cos(v 2 PI/2), 0 )
g'(v) × g' (v) = (0, 0, -PI3u 3 )
| g'(v) |= PIv
| g'(v ) × g'(v) | = PI3v 3
Problems with Parametric
Continuity
0 )
Semi circle:
u 2 =p f(u ) v 2 =q g(v).
f(p ) =( -cos(p PI/2), sin(p PI/2), 0 )
g(q ) =( sin(q PI/2), cos(q PI/2), 0)
Their derivatives are
f'(p ) = ( (PI/2) sin(p PI/2), (PI/2) cos(p PI/2),
f''(p ) = ( (PI/2)2 cos(p PI/2), -(PI/2)2 sin(p PI/2), 0 )
g'(q ) = ( (PI/2) cos(q PI/2), -(PI/2) sin(q PI/2), 0 )
g''(q ) = ( -(PI/2)2 sin(q PI/2), -(PI/2)2 cos(q PI/2), 0 )
C
f'(1) g'(0)
1c
g'(0) ( 0, -(PI/2)2, 0 )
( PI/2, 0, 0 )
f'(1)
C 2o
Geometric
Continuity
Conditions
Geometric Continuity
Conditions Two curve segments are said Gk
geometric continuous at thejoining
point if and only if there exists two
parameterizations, one for each
curve segment, such that all i-th
derivatives, i less than or equal to k,
computed with these new
parameterizations agree at the
joining point.
Geometric Continuity
Conditions TwoC 0 curve segments are saidG 1
geometric continuous at the joining point
if and only if vectors fu'( ) and gv'( ) are in
thseame direction at the joining point.
Note thautf'( ) andvg'( ) are evaluated at
taheejoniningpoint.
Geometric Continuity
Conditions
 Two C1 curve segments are said G2 geometric
continuous at the joining point if and only if
vector f''(u) - g''(v) is parallel to the tangent
vector at the joining point. Note that f''(u) and
g''(v) are evaluated at the joining point.
Geometric Continuity
Conditions


Example:
f(u) = ( -1 +u 2, 2u -u 2, 0 )
g(v ) =( 2u -u 2, 1 -u 2, 0 )
 f'(u ) = ( 2u,2 - 2u,0 )
f' (u)= ( 2, -2, 0 )
f'(u ) × f'(u) = ( 0, 0, -4 )
| f'(u ) | = 2SQRT(1 - 2u + 2u2 )
| f'(u ) × f'(u) | = 4
k (u) = 1/(2(1 - 2u + 2u2)1.5)
g'(v) = ( 2 - 2v,-2v,0)
g' (v) = ( -2, -2, 0)
g'(v) × g' (v) = ( 0, 0, -4)
| g'(v) | = 2SQRT(1 - 2v + 2v2 )
| g'(v) × g' (v) | =4
k (v) = 1/(2(1 - 2v + 2v2)1.5)
Geometric Continuity
Conditions

f'(1) = g'(0) = ( 2, 0, 0 ),
1C
not equal g''(0) = ( -2, -2, 0),
f''(1) =
not
C
( 2, -2, 0)
2
G2
parallel
C 1
f''(1) - g''(0) = ( 4, 0, 0 )
( 2, 0, 0 )
G 2o
Geometric Continuity
Conditions
 Geometric Continuity Conditions
derivatives
proportional
Geometric Continuity
Conditions

Zero order geometric (G0):
C )
First order geometric (G1):
C´ )
 Second order geometric (G2):
C˝ )
Parametric & Geometric
Continuity

differences curve
shape
geometric continuity
pulled
greater tangent vector
Spline
Interpolat
ion
Linear
Spline
Interpolation
Linear Spline
Interpolation linear
interpolation spline
linear polynomial
passes
Linear Spline
Interpolation
0 u 1p (u)  au  b ,


Linear Spline
Interpolation
e u a
b
0 1
u
Linear Spline
Interpolation

M M yU
Linear Spline
Interpolation matrix representation
 M ee
i y
 M h e
o
a
i
geometryspline
P (u)  U M M
Linear Spline
Interpolation
1
k0
k k
0 u 1P (u)   P b (u),
Blending Functions
Linear Spline
Interpolation
 The Linear spline blending function:
1
k0
k k
0 u 1P (u)   P b (u),
Linear Spline
Interpolation


linear
C0
linear 2 constraints
A polynomial of degree khas k+1
coefficients and thus requires
k+1 independent constraints to
uniquely determine it.
Cubic
Spline
Interpolation



Cubic Spline
Interpolation
Cubic splines are
used to:
Cubic splines are more flexible
for modeling arbitrary curve
shapes.
Cubic Spline
Interpolation
 Cubic interpolation spline
cubic polynomial
passes
Cubic Spline
Interpolation
p (u)  au3
 bu2
 cu  d , 0  u 1
Linear Spline
Interpolation


a
b c d
conditions
n curve section.
boundary
“joints”
coefficients.
p (u)  au3
 bu2
 cu  d , 0  u 1
1.
2.
3.
4.
Cubic Spline Interpolation
Methods for setting the boundaryconditions
for cubic interpolation splines:



Natural
Cubic
Splines
Natural Cubic
Splines

 C2
Natural Cubic
Splines


n+1
n
4n
4×2

Natural Cubic
Splines
n-1
4
first second
each curvederivatives
pass control point
1
2
3
4. C 1
Natural Cubic
Splines


5
6
Natural Cubic Splines
We still needtwo
Natural Cubic
SplinesMethod 1:
p o
7
8
Natural Cubic
SplinesMethod 2:
Add P n n
1.
7
8
P1 P
3
Natural Cubic
Splines
Disadvantage:
 No “Local Control
Hermit
Splines
Hermit
Splines
i
 Hermit splines is aninterpolating
piecewise cubic polynomial with
sapecified tangent
Hermit
Splines Hermit splines a adjusted
locally
dependent
endpoint constraints unlike the
natural cubic splines
HERMIT SPLINES
 Example: Change inMagnitude of
T 0
Hermit
Splines Example: Change inDirection of T
Hermit
Splines
k1
k
p (0)  Dp
p (1)  Dp
 P(u)
p +
 Theboundary conditions
p (0)  p
k
p (1)  p
k1
Dp c
e o
Hermit
Splines
p k  0
p
 1
 k1   
Dp  0

k
 
Dp k1  3
0 0 1 a
1
 b

   
0 c 
  
0 d
constraints 1 1
matrix 0 1
2 1
k1
k
k1
p (0)  Dp
p (1)  Dp
p (1)  p
p (0)  p
k
Boundary conditions
Hermit
Splines
  
   
 
   
Dp

Dp 0 d 
0 c  0
1
 b
p
 1
 1 a0 0
1 1
0 1
3 2 1k1 
k
k1
p k 0
Dp
M e
i t i x
Blending Functions
H(u)k 0 k1 3k1 1 k 2
P(u) p H (u)p H(u) Dp H(u)Dp
   
 
  


Dp

Dp
p
0 d 
0 c
  
 0
1
 b
 1
1 a0 0 0
1 1
0 1
3 2 1k1 
k
k1
p k
Hermit Splines
Hermit Blending
Functions
Hermit Splines
 useful
not
approximate
without
values
in modeling
spline
input
slopes
difficult specify
slopes
But…
Cardin
al
Spline
Cardinal Splines
 Cardinal splines
specified
tangents
 do not have
give values endpoint tangents
For a cardinal spline, the value for the
slope at a control point is
calculated from the coordinatesof
the two adjacent controlpoints.
Cardinal
Splines
 A cardinal splinesection
four
points
 middle control points
section endpoints other two
points used calculation
endpoint slopes
Cardinal
Splines
 P(0) 
1
(1 t)(p  p ) 2
 P(1) 
1
(1 t)(p  p ) 2
 The boundary conditions:
k
k
P (0)  p
P (1)  p
k2
k1k1
k1
slopes
p 1
Cardinal
Splines
 P(0) 
1
(1 t)(p  p ) 2
 P(1) 
1
(1 t)(p  p ) 2
 The boundary conditions:
k
k
P (0)  p
P (1)  p
k2
k1k1
k1
Cardinal
Splines
 t
tension parameter
 Tension parameter
loosely
tightly
k
k
P (0) 
1
(1 t)( p  p )
2
P (1) 
1
(1 t)( p  p )
2
P (0)  p
P (1) p
k2
k1k1
k1
Cardinal Splines
 t=0
Catmull-Rom splines
Overhauser splines.
Cardinal
Splines
k
k
P (0) 
1
(1 t)( p  p )
2
P (1) 
1
(1 t)( p  p )
2
P (0)  p
P (1) p
k2
k1k1
k1
Cardinal
Splines
k
k
P (0) 
1
(1 t)( p  p )
2
P (1) 
1
(1 t)( p  p )
2
P (0)  p
P (1) p
k2
k1k1
k1
32
CAR (u)0 k 1
k
k2k1k1
k2k1
k1
CAR (u)  p p CAR (u)  p CAR (u)  p
 p [( s 2)u3
 (3  2s)u2
 su]  p ( su3
su2
)
(su3
 2su2
su)  p [( 2 s)u3
 (s3)u2
1]P (u) p
 CAR r
Cardinal
Splines
Cardinal
functions

More Related Content

What's hot

smith chart By Engr Mimkhan
smith chart By Engr Mimkhansmith chart By Engr Mimkhan
smith chart By Engr MimkhanEngr Mimkhan
 
The smith chart
The smith chartThe smith chart
The smith chartRahul Vyas
 
Graph Theory Introduction
Graph Theory IntroductionGraph Theory Introduction
Graph Theory IntroductionMANISH T I
 
Graph terminologies & special type graphs
Graph terminologies & special type graphsGraph terminologies & special type graphs
Graph terminologies & special type graphsNabeel Ahsen
 
B.tech ii unit-1 material curve tracing
B.tech ii unit-1 material curve tracingB.tech ii unit-1 material curve tracing
B.tech ii unit-1 material curve tracingRai University
 
Matrix 2 d
Matrix 2 dMatrix 2 d
Matrix 2 dxyz120
 
Graph theory
Graph theoryGraph theory
Graph theoryGaditek
 
Statics and Strength of Materials Formula Sheet
Statics and Strength of Materials Formula SheetStatics and Strength of Materials Formula Sheet
Statics and Strength of Materials Formula Sheetyasinabolfate
 
Geometric objects and transformations
Geometric objects and transformationsGeometric objects and transformations
Geometric objects and transformationssaad siddiqui
 
The rotation matrix (DCM) and quaternion in Inertial Survey and Navigation Sy...
The rotation matrix (DCM) and quaternion in Inertial Survey and Navigation Sy...The rotation matrix (DCM) and quaternion in Inertial Survey and Navigation Sy...
The rotation matrix (DCM) and quaternion in Inertial Survey and Navigation Sy...National Cheng Kung University
 
Math Section 2.1 ECC Etudes
Math Section 2.1 ECC EtudesMath Section 2.1 ECC Etudes
Math Section 2.1 ECC EtudesDavidYeeElCamino
 

What's hot (20)

smith chart By Engr Mimkhan
smith chart By Engr Mimkhansmith chart By Engr Mimkhan
smith chart By Engr Mimkhan
 
Presentation on graphs
Presentation on graphsPresentation on graphs
Presentation on graphs
 
The smith chart
The smith chartThe smith chart
The smith chart
 
Graph
GraphGraph
Graph
 
Moment of inertia revision
Moment of inertia revisionMoment of inertia revision
Moment of inertia revision
 
Graph Theory Introduction
Graph Theory IntroductionGraph Theory Introduction
Graph Theory Introduction
 
Graph terminologies & special type graphs
Graph terminologies & special type graphsGraph terminologies & special type graphs
Graph terminologies & special type graphs
 
B.tech ii unit-1 material curve tracing
B.tech ii unit-1 material curve tracingB.tech ii unit-1 material curve tracing
B.tech ii unit-1 material curve tracing
 
Matrix 2 d
Matrix 2 dMatrix 2 d
Matrix 2 d
 
Graph theory
Graph theoryGraph theory
Graph theory
 
Statics and Strength of Materials Formula Sheet
Statics and Strength of Materials Formula SheetStatics and Strength of Materials Formula Sheet
Statics and Strength of Materials Formula Sheet
 
Graphs Algorithms
Graphs AlgorithmsGraphs Algorithms
Graphs Algorithms
 
Geometric objects and transformations
Geometric objects and transformationsGeometric objects and transformations
Geometric objects and transformations
 
Graph theory
Graph  theoryGraph  theory
Graph theory
 
The rotation matrix (DCM) and quaternion in Inertial Survey and Navigation Sy...
The rotation matrix (DCM) and quaternion in Inertial Survey and Navigation Sy...The rotation matrix (DCM) and quaternion in Inertial Survey and Navigation Sy...
The rotation matrix (DCM) and quaternion in Inertial Survey and Navigation Sy...
 
curve one
curve onecurve one
curve one
 
Graphs - Discrete Math
Graphs - Discrete MathGraphs - Discrete Math
Graphs - Discrete Math
 
Graph theory
Graph theoryGraph theory
Graph theory
 
Math Section 2.1 ECC Etudes
Math Section 2.1 ECC EtudesMath Section 2.1 ECC Etudes
Math Section 2.1 ECC Etudes
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 

Similar to Curve modeling

Interpolating rational bézier spline curves with local shape control
Interpolating rational bézier spline curves with local shape controlInterpolating rational bézier spline curves with local shape control
Interpolating rational bézier spline curves with local shape controlijcga
 
Curve modeling bezier curves
Curve modeling bezier curvesCurve modeling bezier curves
Curve modeling bezier curvesjhansi1986
 
Rendering Curves and Surfaces
Rendering Curves and SurfacesRendering Curves and Surfaces
Rendering Curves and SurfacesSyed Zaid Irshad
 
INTERPOLATING RATIONAL BÉZIER SPLINE CURVES WITH LOCAL SHAPE CONTROL
INTERPOLATING RATIONAL BÉZIER SPLINE CURVES WITH LOCAL SHAPE CONTROLINTERPOLATING RATIONAL BÉZIER SPLINE CURVES WITH LOCAL SHAPE CONTROL
INTERPOLATING RATIONAL BÉZIER SPLINE CURVES WITH LOCAL SHAPE CONTROLijcga
 
7-2.Nyquist Stability Criterion.ppt
7-2.Nyquist Stability Criterion.ppt7-2.Nyquist Stability Criterion.ppt
7-2.Nyquist Stability Criterion.pptDummyDummy74
 
CAD Topology and Geometry Basics
CAD Topology and Geometry BasicsCAD Topology and Geometry Basics
CAD Topology and Geometry BasicsAndrey Dankevich
 
Cs8092 computer graphics and multimedia unit 3
Cs8092 computer graphics and multimedia unit 3Cs8092 computer graphics and multimedia unit 3
Cs8092 computer graphics and multimedia unit 3SIMONTHOMAS S
 
Quadric surfaces
Quadric surfacesQuadric surfaces
Quadric surfacesAnkur Kumar
 
Class 14 3D HermiteInterpolation.pptx
Class 14 3D HermiteInterpolation.pptxClass 14 3D HermiteInterpolation.pptx
Class 14 3D HermiteInterpolation.pptxMdSiddique20
 
1648796607723_Material-8---Concept-on-Estimation-Variance.pdf
1648796607723_Material-8---Concept-on-Estimation-Variance.pdf1648796607723_Material-8---Concept-on-Estimation-Variance.pdf
1648796607723_Material-8---Concept-on-Estimation-Variance.pdfandifebby2
 
Hermit curves & beizer curves
Hermit curves & beizer curvesHermit curves & beizer curves
Hermit curves & beizer curvesKKARUNKARTHIK
 
TRACING OF CURVE (CARTESIAN AND POLAR)
TRACING OF CURVE (CARTESIAN AND POLAR)TRACING OF CURVE (CARTESIAN AND POLAR)
TRACING OF CURVE (CARTESIAN AND POLAR)Smit Shah
 
2IV60_9_splines.ppt
2IV60_9_splines.ppt2IV60_9_splines.ppt
2IV60_9_splines.pptITCOEAU
 
Embedding and np-Complete Problems for 3-Equitable Graphs
Embedding and np-Complete Problems for 3-Equitable GraphsEmbedding and np-Complete Problems for 3-Equitable Graphs
Embedding and np-Complete Problems for 3-Equitable GraphsWaqas Tariq
 
Is ellipse really a section of cone
Is ellipse really a section of coneIs ellipse really a section of cone
Is ellipse really a section of conenarayana dash
 
Trigonometry: Circular Functions
Trigonometry: Circular FunctionsTrigonometry: Circular Functions
Trigonometry: Circular FunctionsSnowfoot
 

Similar to Curve modeling (20)

Module 3.pdf
Module 3.pdfModule 3.pdf
Module 3.pdf
 
Interpolating rational bézier spline curves with local shape control
Interpolating rational bézier spline curves with local shape controlInterpolating rational bézier spline curves with local shape control
Interpolating rational bézier spline curves with local shape control
 
Curve modeling bezier curves
Curve modeling bezier curvesCurve modeling bezier curves
Curve modeling bezier curves
 
object 3d(2)
object 3d(2)object 3d(2)
object 3d(2)
 
07object3d 1
07object3d 107object3d 1
07object3d 1
 
Rendering Curves and Surfaces
Rendering Curves and SurfacesRendering Curves and Surfaces
Rendering Curves and Surfaces
 
INTERPOLATING RATIONAL BÉZIER SPLINE CURVES WITH LOCAL SHAPE CONTROL
INTERPOLATING RATIONAL BÉZIER SPLINE CURVES WITH LOCAL SHAPE CONTROLINTERPOLATING RATIONAL BÉZIER SPLINE CURVES WITH LOCAL SHAPE CONTROL
INTERPOLATING RATIONAL BÉZIER SPLINE CURVES WITH LOCAL SHAPE CONTROL
 
7-2.Nyquist Stability Criterion.ppt
7-2.Nyquist Stability Criterion.ppt7-2.Nyquist Stability Criterion.ppt
7-2.Nyquist Stability Criterion.ppt
 
CAD Topology and Geometry Basics
CAD Topology and Geometry BasicsCAD Topology and Geometry Basics
CAD Topology and Geometry Basics
 
Cs8092 computer graphics and multimedia unit 3
Cs8092 computer graphics and multimedia unit 3Cs8092 computer graphics and multimedia unit 3
Cs8092 computer graphics and multimedia unit 3
 
Quadric surfaces
Quadric surfacesQuadric surfaces
Quadric surfaces
 
Class 14 3D HermiteInterpolation.pptx
Class 14 3D HermiteInterpolation.pptxClass 14 3D HermiteInterpolation.pptx
Class 14 3D HermiteInterpolation.pptx
 
1648796607723_Material-8---Concept-on-Estimation-Variance.pdf
1648796607723_Material-8---Concept-on-Estimation-Variance.pdf1648796607723_Material-8---Concept-on-Estimation-Variance.pdf
1648796607723_Material-8---Concept-on-Estimation-Variance.pdf
 
Hermit curves & beizer curves
Hermit curves & beizer curvesHermit curves & beizer curves
Hermit curves & beizer curves
 
TRACING OF CURVE (CARTESIAN AND POLAR)
TRACING OF CURVE (CARTESIAN AND POLAR)TRACING OF CURVE (CARTESIAN AND POLAR)
TRACING OF CURVE (CARTESIAN AND POLAR)
 
Pixelrelationships
PixelrelationshipsPixelrelationships
Pixelrelationships
 
2IV60_9_splines.ppt
2IV60_9_splines.ppt2IV60_9_splines.ppt
2IV60_9_splines.ppt
 
Embedding and np-Complete Problems for 3-Equitable Graphs
Embedding and np-Complete Problems for 3-Equitable GraphsEmbedding and np-Complete Problems for 3-Equitable Graphs
Embedding and np-Complete Problems for 3-Equitable Graphs
 
Is ellipse really a section of cone
Is ellipse really a section of coneIs ellipse really a section of cone
Is ellipse really a section of cone
 
Trigonometry: Circular Functions
Trigonometry: Circular FunctionsTrigonometry: Circular Functions
Trigonometry: Circular Functions
 

More from shanthishyam

C&NS_FIREWALLS.ppt
C&NS_FIREWALLS.pptC&NS_FIREWALLS.ppt
C&NS_FIREWALLS.pptshanthishyam
 
Cryptography and Network Security_Chapter 1.ppt
Cryptography and Network Security_Chapter 1.pptCryptography and Network Security_Chapter 1.ppt
Cryptography and Network Security_Chapter 1.pptshanthishyam
 
TOKEN BUS & TOKEN RING.ppt
TOKEN BUS & TOKEN RING.pptTOKEN BUS & TOKEN RING.ppt
TOKEN BUS & TOKEN RING.pptshanthishyam
 
SINGLE SOURCE SHORTEST PATH.ppt
SINGLE SOURCE SHORTEST PATH.pptSINGLE SOURCE SHORTEST PATH.ppt
SINGLE SOURCE SHORTEST PATH.pptshanthishyam
 
FDS- Basic Concepts.ppt
FDS- Basic Concepts.pptFDS- Basic Concepts.ppt
FDS- Basic Concepts.pptshanthishyam
 
Three dimensional geometric transformations
Three dimensional geometric transformationsThree dimensional geometric transformations
Three dimensional geometric transformationsshanthishyam
 
OSI reference model
OSI reference modelOSI reference model
OSI reference modelshanthishyam
 
Cryptography and network security
Cryptography and network securityCryptography and network security
Cryptography and network securityshanthishyam
 

More from shanthishyam (10)

C&NS_FIREWALLS.ppt
C&NS_FIREWALLS.pptC&NS_FIREWALLS.ppt
C&NS_FIREWALLS.ppt
 
Cryptography and Network Security_Chapter 1.ppt
Cryptography and Network Security_Chapter 1.pptCryptography and Network Security_Chapter 1.ppt
Cryptography and Network Security_Chapter 1.ppt
 
TOKEN BUS & TOKEN RING.ppt
TOKEN BUS & TOKEN RING.pptTOKEN BUS & TOKEN RING.ppt
TOKEN BUS & TOKEN RING.ppt
 
SINGLE SOURCE SHORTEST PATH.ppt
SINGLE SOURCE SHORTEST PATH.pptSINGLE SOURCE SHORTEST PATH.ppt
SINGLE SOURCE SHORTEST PATH.ppt
 
FDS- Basic Concepts.ppt
FDS- Basic Concepts.pptFDS- Basic Concepts.ppt
FDS- Basic Concepts.ppt
 
Three dimensional geometric transformations
Three dimensional geometric transformationsThree dimensional geometric transformations
Three dimensional geometric transformations
 
OSI reference model
OSI reference modelOSI reference model
OSI reference model
 
Database concepts
Database conceptsDatabase concepts
Database concepts
 
Cryptography and network security
Cryptography and network securityCryptography and network security
Cryptography and network security
 
Computer networks
Computer networksComputer networks
Computer networks
 

Recently uploaded

Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 

Recently uploaded (20)

Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 

Curve modeling