Vehicles Detection Based on Background Modeling
Background image subtraction algorithm is a common approach which detects moving objects in a video sequence by finding the significant difference between the video frames and the static background model. This paper presents a developed system which achieves vehicle detection by using background image subtraction algorithm based on blocks followed by deep learning data validation algorithm. The main idea is to segment the image into equal size blocks, to model the static reference background image (SRBI), by calculating the variance between each block pixels and each counterpart block pixels in the adjacent frame, the system implemented into four different methods: Absolute Difference, Image Entropy, Exclusive OR (XOR) and Discrete Cosine Transform (DCT). The experimental results showed that the DCT method has the highest vehicle detection accuracy.
Code (0)
등록된 구현이 없습니다.
Tasks
vehicle detectionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Artificial and beneficial -- Exploiting artificial images for aerial vehicle detection
Object detection in aerial images is an important task in environmental, economic, and infrastructure-related tasks. One of the most prominent applications is the detection of vehicles, for which deep learning approaches…
Objectobject-detectionObject DetectionObject Detection In Aerial Images+2YOLO-ELA: Efficient Local Attention Modeling for High-Performance Real-Time Insulator Defect Detection
Existing detection methods for insulator defect identification from unmanned aerial vehicles (UAV) struggle with complex background scenes and small objects, leading to suboptimal accuracy and a high number of false posi…
Data AugmentationDefect DetectionDiversityInsulator Defect Detection+3Dual-Modality Vehicle Anomaly Detection via Bilateral Trajectory Tracing
Traffic anomaly detection has played a crucial role in Intelligent Transportation System (ITS). The main challenges of this task lie in the highly diversified anomaly scenes and variational lighting conditions. Although …
Anomaly Detectionvehicle detectionA Comparison between Background Modelling Methods for Vehicle Segmentation in Highway Traffic Videos
The objective of this paper is to compare the performance of three background-modeling algorithms in segmenting and detecting vehicles in highway traffic videos. All algorithms are available in OpenCV and were all coded …
AllOn the Role and the Importance of Features for Background Modeling and Foreground Detection
Background modeling has emerged as a popular foreground detection technique for various applications in video surveillance. Background modeling methods have become increasing efficient in robustly modeling the background…