Comparison of Computer Vision and Convolutional Neural Networks for Vehicle Parking Control
Pubblicato online: 26 giu 2025
Pagine: 26 - 33
Ricevuto: 14 nov 2024
Accettato: 04 apr 2025
DOI: https://doi.org/10.14313/jamris-2025-011
Parole chiave
© 2025 Jonathan Aguilar Alvarado et al., published by Sciendo
This work is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
This study compares two artificial intelligence approaches for parking occupancy detection: computer vision and convolutional neural networks (CNN). A dataset of 1,000 parking images was captured and labeled, using OpenCV in Python for computer vision processing and the YOLO V5 model for CNN. Results showed that the YOLO V5 model achieved 88% precision and 82% sensitivity, outperforming the computer vision method, which achieved 80% precision and 79% sensitivity. The research suggests that while CNNs offer superior performance, computer vision is a more economical option in contexts with limited resources. Future research will evaluate the YOLOv7 version to reduce false positives and combine techniques to balance accuracy and efficiency under variable conditions.