4,400 research outputs found

    SHINE: Deep Learning-Based Accessible Parking Management System

    Full text link
    The ongoing expansion of urban areas facilitated by advancements in science and technology has resulted in a considerable increase in the number of privately owned vehicles worldwide, including in South Korea. However, this gradual increment in the number of vehicles has inevitably led to parking-related issues, including the abuse of disabled parking spaces (hereafter referred to as accessible parking spaces) designated for individuals with disabilities. Traditional license plate recognition (LPR) systems have proven inefficient in addressing such a problem in real-time due to the high frame rate of surveillance cameras, the presence of natural and artificial noise, and variations in lighting and weather conditions that impede detection and recognition by these systems. With the growing concept of parking 4.0, many sensors, IoT and deep learning-based approaches have been applied to automatic LPR and parking management systems. Nonetheless, the studies show a need for a robust and efficient model for managing accessible parking spaces in South Korea. To address this, we have proposed a novel system called, Shine, which uses the deep learning-based object detection algorithm for detecting the vehicle, license plate, and disability badges (referred to as cards, badges, or access badges hereafter) and verifies the rights of the driver to use accessible parking spaces by coordinating with the central server. Our model, which achieves a mean average precision of 92.16%, is expected to address the issue of accessible parking space abuse and contributes significantly towards efficient and effective parking management in urban environments

    Multiple License Plate Detection for Complex Background

    Get PDF
    [[abstract]]This paper presents a wavelet transfonn based method for extracting license plates from cluttered images. The proposed system consists of three major stages. First, a wavelet transfonn based method is used for extracting important contrast features as guides to search for desired license plates. Then, finding a reference line in HL subimage plays an important role to locate the desired license plate region roughly. According to the reference line we can decrease the searching region of license plate and speed up the execution time. The last stage of the method is to locate the license plate accurately by license plate adjustment. More importantly, the proposed detection method can locate multiple plates with different orientations in one image. Since the feature extracted is robust to complex backgrounds, the proposed method works well in extracting differently illuminated and oriented license plates. The average accuracy of detection is 92.4%.[[sponsorship]]IEEE Computer Society Technical Committee on Distributed Processing (TCDP); Tamkung University[[conferencetype]]國際[[conferencetkucampus]]淡水校園[[conferencedate]]20050328~20050330[[booktype]]紙本[[iscallforpapers]]Y[[conferencelocation]]臺北縣, 臺

    Automatic License Plate Recognition (ALPR) for Bangladeshi Vehicles

    Get PDF
    This paper presents Automatic License Plate extraction character segmentation and recognition method for license plate of Bangladeshi vehicles with chain code and neural network In Bangladesh license plate models are not followed strictly Characters on plate are in Bangla and English languages and also are in one or two lines Due to dissimilarity in the model of license plates vehicle license plate extraction character segmentation and recognition are key issue Different types of algorithm already applied and the performance is examined for English license plate We describe the license plate extraction character segmentation and recognition work with Bangla characters License plate extraction is performed using Sobel filter connected component analysis and morphological operations Character segmentation is performed in different levels by using scanning the binary image horizontally and vertically and connected component analysis Character recognition is carried out using chain code generation and stored knowledge of the networ

    An Efficient Method for Number Plate Detection and Extraction Using White Pixel Detection (WPD) Method

    Get PDF
    Intelligent transport systems play an important role in supporting smart cities because of their promising applications in various areas, such as electronic toll collection, highway surveillance, urban logistics and traffic management. One of the key components of intelligent transport systems is vehicle license plate recognition, which enables the identification of each vehicle by recognizing the characters on its license plate through various image processing and computer vision techniques. Vehicle license plate recognition typically consists of smoothing image using median filter, White pixel detection (WPD), and number plate extraction. In this work an efficient White pixel detection method has been describing a license plates in various luminance conditions. Mostly we will focus on vehicle number plate detection along with the white pixel detection method we will use median filters and Line density filters to increase the detection accuracy for number plate. Subjective and objective quality assessment parameters will give us robustness of proposed work compared to state of License Plate Detection(LPD) techniques

    Real-time Automatic License Plate Recognition Using Color Features

    Get PDF
    Various researchers presented various solutions for license plate detection but real-time performance is still a challenge in the field. In this paper, we propose a fast license plate detection method to work correctly in a real-time environment. In the first step, we locate or detect the license plate in the image sequences. We used color-based methods to detect the license plate. The method consists of computing image contours, later, we analyzed the contours to localize the license plate in the image sequences. After detecting the license plate, in the second step, we perform segmentation using a character recognition model. Finally, we propose the license plate format checking model to verify the detected license plate is the correct license plate. For the tools, we used OpenCV (open computer vision library) and tesseract for character recognition

    Mean shift for accurate number plate detection

    Full text link
    This paper presents a robust method for number plate detection, where mean shift segmentation is used to segment color vehicle images into candidate regions. Three features are extracted in order to decide whether a candidate region contains a number plate, namely, rectangularity, aspect ratio, and edge density. Then, the Mahalanobis classifier is used with respect to the above three features to detect number plate regions accurately. The experimental results show that our algorithm produces high robustness and accuracy. © 2005 IEEE

    Region-based license plate detection

    Full text link
    Automatic license plate recognition (ALPR) is one of the most important aspects of applying computer techniques towards intelligent transportation systems. In order to recognize a license plate efficiently, however, the location of the license plate, in most cases, must be detected in the first place. Due to this reason, detecting the accurate location of a license plate from a vehicle image is considered to be the most crucial step of an ALPR system, which greatly affects the recognition rate and speed of the whole system. In this paper, a region-based license plate detection method is proposed. In this method, firstly, mean shift is used to filter and segment a color vehicle image in order to get candidate regions. These candidate regions are then analyzed and classified in order to decide whether a candidate region contains a license plate. Unlike other existing license plate detection methods, the proposed method focuses on regions, which demonstrates to be more robust to interference characters and more accurate when compared with other methods. © 2006 Elsevier Ltd. All rights reserved

    Recognition and Detection of Vehicle License Plates Using Convolutional Neural Networks

    Get PDF
    The rise in toll road usage has sparked a lot of interest in the newest, most effective, and most innovative intelligent transportation system (ITS), such as the Vehicle License Plate Recognition (VLPR) approach. This research uses Convolutional Neural Networks to deliver effective deep learning principally based on Automatic License Plate Recognition (ALPR) for detection and recognition of numerous License Plates (LPs) (CNN). Two fully convolutional one-stage object detectors are utilized in ALPRNet to concurrently identify and categorize LPs and characters, followed by an assembly module that outputs the LP strings. Object detectors are typically employed in CNN-based approaches such as You Only Look Once (YOLO), Faster Region-based Convolutional Neural Network (Faster R-CNN), and Mask Region-based Convolutional Neural Network (Mask R-CNN) to locate LPs. The VLPR model is used here to detect license plates using You Only Look Once (YOLO) and to recognize characters in license plates using Optical Character Recognition (OCR). Unlike existing methods, which treat license plate detection and recognition as two independent problems to be solved one at a time, the proposed method accomplishes both goals using a single network. Matlab R2020a was used as a tool

    Recognition and Detection of Vehicle License Plates Using Convolutional Neural Networks

    Get PDF
    The rise in toll road usage has sparked a lot of interest in the newest, most effective, and most innovative intelligent transportation system (ITS), such as the Vehicle License Plate Recognition (VLPR) approach. This research uses Convolutional Neural Networks to deliver effective deep learning principally based on Automatic License Plate Recognition (ALPR) for detection and recognition of numerous License Plates (LPs) (CNN). Two fully convolutional one-stage object detectors are utilized in ALPRNet to concurrently identify and categorize LPs and characters, followed by an assembly module that outputs the LP strings. Object detectors are typically employed in CNN-based approaches such as You Only Look Once (YOLO), Faster Region-based Convolutional Neural Network (Faster R-CNN), and Mask Region-based Convolutional Neural Network (Mask R-CNN) to locate LPs. The VLPR model is used here to detect license plates using You Only Look Once (YOLO) and to recognize characters in license plates using Optical Character Recognition (OCR). Unlike existing methods, which treat license plate detection and recognition as two independent problems to be solved one at a time, the proposed method accomplishes both goals using a single network. Matlab R2020a was used as a tool
    • …
    corecore