Abstract
Viola–Jones (VJ) algorithm holds a prominent and undeniable position in the computer vision field. Despite not being the most recent technology, it aids research to achieve advanced levels. Researchers can practically implement the built-in detector to establish various esteemed inventions. The well-known image processing software MATLAB and iOS also offer the VJ-based functions, ‘vision.CascadeObjectDetector’ and ‘CIDetector’ in their platforms. However, it may be difficult for researchers outside the machine-learning field to choose suitable detectors. Therefore, this study intends to present the process for creating the detectors and explore the fundamental concept of a VJ detector. The software technical performances of these methods in processing 12 images with 155 faces are reviewed. This study found that the self-trained VJ detector has the most reliable accuracy since it achieved a 0.994 detection rate and precision of 1. Yet, it used the longest execution time and only be the best option if the execution time was not a significant factor. Overall, the CIDetector has the best performance in computation efficiency. It has a 0.776 detection rate and 0.833 precision. Nevertheless, it might be unable to detect small faces or faces with occluded eyes. If the user does not want any faces to be undetected, the ‘vision.CascadeObjectDetector’ is a better option as it has a 0.999 detection rate and 0.815 precision.
Original language | English |
---|---|
Title of host publication | 2nd International Congress of Electrical and Computer Engineering |
Editors | Muhammet Nuri Seyman |
Place of Publication | Cham Switzerland |
Publisher | Springer |
Chapter | 4 |
Pages | 45-61 |
Number of pages | 17 |
Volume | 1 |
ISBN (Electronic) | 9783031527609 |
ISBN (Print) | 9783031527593 |
DOIs | |
Publication status | Published - 2024 |
Event | International Congress of Electrical and Computer Engineering 2024 - Bandirma, Türkiye Duration: 22 Nov 2023 → 25 Nov 2023 Conference number: 2nd https://link.springer.com/book/10.1007/978-3-031-52760-9 (Proceedings) https://web.archive.org/web/20231030070757/https://www.iceceng.org/ (Website) |
Publication series
Name | |
---|---|
Publisher | Springer Cham |
Number | 1 |
ISSN (Print) | 2522-8595 |
ISSN (Electronic) | 2522-8609 |
Conference
Conference | International Congress of Electrical and Computer Engineering 2024 |
---|---|
Abbreviated title | CECENG 2023 |
Country/Territory | Türkiye |
City | Bandirma |
Period | 22/11/23 → 25/11/23 |
Internet address |
Keywords
- Face detection
- iOS CIDetector
- Jones method
- MATLAB
- Viola