This is a low level library written in C++, which allows us to create convex and concave hull. The convex hull is based on the Graham's scan method and for finding the concave hull we have used the method given by this paper written by Jin-Seo Park AND Se-Jong Oh.
sudo apt-get install libboost-python-devmake
An example code for python has been added, which demonstrates how to build concave as well as convex hull. To run the example use the following code, after building
python3 example/example.py
In the following example, the concave as well as convex hull can be seen.
The image has been drawn using matplotlib
