Convex Hull
Presented by
M.Jeevana Sujitha
Asst Professor
Dept of CSE,SRKR Engineering College
What is Convex Hull?
Dept of CSE,SRKR Engineering College
What is Convex Hull?
Dept of CSE,SRKR Engineering College
Convex Hull: Divide & Conquer
Dept of CSE,SRKR Engineering College
Convex Hull: Divide & Conquer
Dept of CSE,SRKR Engineering College
Convex Hull: Divide & Conquer
are combined by using lower tangent
and upper tanget
Dept of CSE,SRKR Engineering College
Convex Hull: Divide & Conquer
consider it as V
consider it as W
Dept of CSE,SRKR Engineering College
Convex Hull: Divide & Conquer
Dept of CSE,SRKR Engineering College
performed in left convex HULL perform same in right convex HULL
Convex Hull: Divide & Conquer
Dept of CSE,SRKR Engineering College
Here W is the lower tangent value so break from the loop
Select the left most point in the right convex HULL i.e W
Convex Hull: Divide & Conquer
Dept of CSE,SRKR Engineering College
Select the rightmost point in the left convex Hull as V
Select the leftmost point the right convex Hull as W
Convex Hull: Divide & Conquer
Dept of CSE,SRKR Engineering College
Convex Hull: Divide & Conquer
Dept of CSE,SRKR Engineering College
Once the lower and upper tangents are computed the merging is completed
Convex Hull: Divide & Conquer
Dept of CSE,SRKR Engineering College
Solving the recurrence relation using Substitution method