Skip to content

deltathecreatorr/Quickhull

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickhull

An implementation of the Quickhull Algorithm, to find the smallest convex hull to encase all points on a plane.

Before Running

Please install the required packages to see the visualisation of the quickhull algorithm.

To do this run the command

py -m pip install -r requirements.txt

Running

Simply run all the notebook parts in order, to see the Quickhull Algorithm running. Python 3.9+ is required.

About the Quickhull Algorithm

The Quickhull algorithm has many practical applications like

  • Computer Graphics
  • Computer Vision & Image Processing
  • Machine Learning

There are many more applications for the algorithm in many different fields.

About

An implementation of the Quickhull Algorithm, to find the smallest convex hull to encase all points on a plane.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors