Skip to content

This was my senior project in developing and visualizing a quick convex hull approximation

Notifications You must be signed in to change notification settings

nguy1708/Convex-Hull-Approximation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Convex-Hull-Approximation

This was my senior project in developing and visualizing a quick convex hull approximation.

  • Abstract: This paper dives in to an algorithm for fast convex hulls. The paper introduces the subject of convex hulls and then implements Professors Calder and Oberman's algorithm. It will go into detail of using half-spaces to collect points as you push an amount h into the point cloud. The algorithm would then calculate the half-spaces that collected the most points and assign those as the sides of the convex hull. It will show how to implement all of this using Matlab. The objective of this algorithm is to give a optimal runtime of finding a convex hull.

  • Contained inside is the code and the original paper.

About

This was my senior project in developing and visualizing a quick convex hull approximation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages