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

Saved in:
Bibliographic Details
Title: Computational Efficiency in Mathematical Algorithms: A Study of Linear vs. Parallel Programming in the Context of Image Processing
Authors: Eric León Olivares, Luis Carlos Márquez Strociak, Mayra Lorena González Mosqueda, Karla Martínez Tapia, Salvador Martínez Pagola, Eric Simancas Acevedo
Source: International Journal of Combinatorial Optimization Problems and Informatics. 16:191-199
Publisher Information: Editorial Académica Dragón Azteca, 2025.
Publication Year: 2025
Description: 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].
Document Type: Article
ISSN: 2007-1558
DOI: 10.61467/2007.1558.2025.v16i2.1081
Rights: CC BY NC ND
Accession Number: edsair.doi...........ff7c9fbd2624636488a70b2cad8f572c
Database: OpenAIRE
Description
Abstract: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].
ISSN:20071558
DOI:10.61467/2007.1558.2025.v16i2.1081