In this project, different algorithms were developed to construct a convex hull in 2D using a given number of points. At the end of the execution, the Convex Hull edges and the elapsed time are ...
It is suggested to use a python environment to install the modules used in this project. I chose to use a conda environment. After setting up miniconda or Anaconda on you machine, you can construct ...
The construction of planar convex hull is one of the most fundamental problems in computational geometry. The applications of convex hull spread over large number of fields including pattern ...