Treffer: Computational Efficiency in Mathematical Algorithms: A Study of Linear vs. Parallel Programming in the Context of Image Processing.

Title:
Computational Efficiency in Mathematical Algorithms: A Study of Linear vs. Parallel Programming in the Context of Image Processing.
Authors:
León Olivares, Eric1 eric.lo@pachuca.tecnm.mx, Márquez Strociak, Luis Carlos2 l23200286@pachuca.tecnm.mx, González Mosqueda, Mayra Lorena3 mayra.gm@pachuca.tecnm.mx, Martínez Tapia, Karla3 karla.mt@pachuca.tecnm.mx, Martínez Pagola, Salvador1 salvador.mp@pachuca.tecnm.mx, Simancas-Acevedo, Eric4 ericsimancas@upp.edu.mx
Source:
International Journal of Combinatorial Optimization Problems & Informatics. Apr2025, Vol. 16 Issue 2, p191-199. 9p.
Database:
Academic Search Index

Weitere Informationen

The implementation of mathematical algorithms plays a fundamental role in computational efficiency. Sequential programming, which processes instructions in a linear manner, often struggles with large data volumes due to its inherent limitations. In contrast, parallel programming distributes tasks across multiple cores, significantly reducing processing times and improving overall performance. This paper presents a comparative analysis of both approaches and their relevance in Systems Engineering, where computational optimization is critical. To this end, we implement and evaluate the Sobel algorithm--commonly used for edge detection in images--in both sequential and parallel modes. The implementation is carried out in Python, leveraging the NumPy, OpenCV, and Multiprocessing libraries. This study analyzes the conditions under which parallelization enhances performance and identifies scenarios where process overhead may negate its benefits, thus establishing fundamental criteria for applying these techniques to solve mathematical problems in engineering. The source code is available on GitHub at: [GitHub Repository]. [ABSTRACT FROM AUTHOR]