SciELO - Scientific Electronic Library Online

 
vol.16 issue32Online evaluation to learn programming in Covid-19 era in Engineering programs: towards a new engineer-teacherCharacterization of Accurate Soil and Grassland Fertilization Variables for the Design of Intelligent Recommendation Software author indexsubject indexarticles search
Home Pagealphabetic serial listing  

Services on Demand

Journal

Article

Indicators

Related links

  • On index processCited by Google
  • Have no similar articlesSimilars in SciELO
  • On index processSimilars in Google

Share


Entre Ciencia e Ingeniería

Print version ISSN 1909-8367

Abstract

CANDELA, C. A. et al. Implementation of algorithms to compute the Convex Hull. Entre Ciencia e Ingenieria [online]. 2022, vol.16, n.32, pp.27-34.  Epub July 15, 2023. ISSN 1909-8367.  https://doi.org/10.31908/19098367.2668.

Computational geometry is a discipline focused on solving problems in the geometric domain. In this context, the algorithm for computing the convex polygon called Convex Hull (CH) is important, because it is the basis for many other algorithms. The objective of the research was to implement algorithms that compute the CH incorporating modifications to reduce the execution time. The research started with a bibliographic review of computational geometry and the algorithms highlighted in the calculation of CH. Subsequently, the QuickHull, Gift Wrapping, and Graham Scan algorithms were implemented in JAVA in their original versions; some versions with modifications were also implemented. Upon completion of implementation, tests were run to verify the execution times. Finally, the QuickHull algorithm was found to be the fastest among the implementations performed in this research. It is also noted a reduction in execution times in the modified implementations in relation to the original ones of the Gift Wrapping and Graham Scan algorithms.

Keywords : Computational Geometry; Convex Hull; Gift Wrapping; Graham Scan; QuickHull.

        · abstract in Spanish     · text in Spanish     · Spanish ( pdf )