Download presentation
Presentation is loading. Please wait.
Published byHenry Malcolm Sims Modified over 6 years ago
1
Andrew's Monotone Chain Convex Hull Algorithm
2
Andrew's Monotone Chain Scan
A left-to-right variant of Graham's scan Discovered by Andrew in 1979 Using a linear lexigraphic sort of the point set by the x- and y-coordinates This may be an advantage if this order is already known for a set which is often the case.
3
The Chain Method U1 U3 U2 U5 U6 U4 U8 U7 Definition :
A chain C = ( u1, … , up ) is a planar straight-line graph with vertex set { u1, … , up } and edge set { (ui, ui+1) : i = 1, …, p-1 } U1 U2 U3 U4 U5 U6 U7 U8
4
The Monotone Chain U1 L U2 U3 U4 U5 Definition :
A chain C = ( u1, …, up ) is said to be monotone with respect to a straight line L if a line orthogonal to L intersects C in exactly one point. L U1 U2 U3 U4 U5
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.