Click here to Skip to main content
15,884,629 members
Articles / Programming Languages / C

Finding the Convex Hull of Multi-Dimensional Points in C

Rate me:
Please Sign up or sign in to vote.
4.73/5 (5 votes)
30 Oct 2020CPOL5 min read 8.7K   187   10  
C code for finding convex hull of a set of given multi-dimensional points
The article presents a C library for finding the convex hull of a set of given points that can be easily induced in the other projects. The quick hull algorithm is exploited to develop the library that is cited in the article for more details about the algorithm. The code can be easily exploited via importing a CSV file that contains the point's coordinations. Then, the code obtains the convex hull of these points and exports its results in some CSV files.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Iran (Islamic Republic of) Iran (Islamic Republic of)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions