SciELO - Scientific Electronic Library Online

 
vol.16 número32Online 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 índice de autoresíndice de assuntospesquisa de artigos
Home Pagelista alfabética de periódicos  

Serviços Personalizados

Journal

Artigo

Indicadores

Links relacionados

  • Em processo de indexaçãoCitado por Google
  • Não possue artigos similaresSimilares em SciELO
  • Em processo de indexaçãoSimilares em Google

Compartilhar


Entre Ciencia e Ingeniería

versão impressa ISSN 1909-8367

Resumo

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 15-Jul-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.

Palavras-chave : Computational Geometry; Convex Hull; Gift Wrapping; Graham Scan; QuickHull.

        · resumo em Espanhol     · texto em Espanhol     · Espanhol ( pdf )