Car detection using cascade classifier on embedded platform

Advanced Driver-Assistance Systems (ADAS) help reducing traffic accidents caused by distracted driving. One of the features of ADAS is Forward Collision Warning System (FCWS). In FCWS, car detection is a crucial step. This paper explains about car detection system using cascade classifier running on...

Full description

Saved in:
Bibliographic Details
Main Authors: Zulkhairi, Muhammad Asyraf, Mohd Mustafah, Yasir, Zainal Abidin, Zulkifli, Mohd Zaki, Hasan Firdaus, Abdul Rahman, Hasbullah
Format: Conference or Workshop Item
Language:English
English
English
Published: Institute of Electrical and Electronics Engineers Inc. 2020
Subjects:
Online Access:http://irep.iium.edu.my/78403/1/78403_Car%20Detection%20Using%20Cascade%20Classifier%20_complete.pdf
http://irep.iium.edu.my/78403/7/78403_Car%20Detection%20Using%20Cascade%20Classifier%20_scopus.pdf
http://irep.iium.edu.my/78403/13/78403_Car%20Detection%20Using%20Cascade%20Classifier_wos.pdf
http://irep.iium.edu.my/78403/
https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8952064
Tags: Add Tag
No Tags, Be the first to tag this record!
Description
Summary:Advanced Driver-Assistance Systems (ADAS) help reducing traffic accidents caused by distracted driving. One of the features of ADAS is Forward Collision Warning System (FCWS). In FCWS, car detection is a crucial step. This paper explains about car detection system using cascade classifier running on embedded platform. The embedded platform used is NXP SBC-S32V234 evaluation board with 64-bit Quad ARM Cortex-A53. The system algorithm is developed in C++ programming language and used open source computer vision library, OpenCV. For car detection process, object detection by cascade classifier method is used. We trained the cascade detector using positive and negative instances mostly from our self-collected Malaysian road dataset. The tested car detection system gives about 88.3 percent detection accuracy with images of 340 by 135 resolution (after cropped and resized). When running on the embedded platform, it managed to get average 13 frames per second with video file input and average 15 frames per second with camera input.