Apuntes, manuales y presentaciones
URI permanente para esta colecciónhttps://hdl.handle.net/10953.1/18260
Examinar
Examinando Apuntes, manuales y presentaciones por Materia "OpenMP"
Mostrando 1 - 1 de 1
- Resultados por página
- Opciones de ordenación
Ítem Manual de desarrollo de algoritmo de extracción de envolvente convexa utilizando paralelización: massively parallel 3D gift-wrapping(2025-03-05) López Ruiz, Alfonso; Ortega Alvarado, Lidia María; Universidad de Jaén. InformáticaThis guide provides instructions for constructing the 3D convex hull (CH) of a given set of points, whether they originate from the vertices of a triangle mesh or a point cloud. Although there are many algorithms for extracting the CH of a point cloud, we will stick to an easy-to-understand algorithm such as Gift wrapping (also known as Jarvis March). It leverages simplicity by relying on fundamental geometric concepts. However, note that other algorithms are indeed much more efficient. Therefore, another goal of this project is to efficiently extract the CH with massively parallel programming with CUDA (in the Graphics Processing Unit), and OpenMP (in the Central Processing Unit).