Ijraset Journal For Research in Applied Science and Engineering Technology
Authors: Jashwanth Dasari, Shivani Vodnala, Swapna Enugala
DOI Link: https://doi.org/10.22214/ijraset.2023.55497
Certificate: View Certificate
An image-processing-based smart parking system created for multistory parking garages, open parking lots, and more is presented in this study. The proposed system architecture determines if a parking spot in the received video is occupied or not by combining edge detection and coordinate bound pixel sections. Using the OpenCV library, it is implemented in Python. It also demonstrates how picture-to-text conversion was put into practice. Tesseract is used to extract text from the image after processing. In order to get the best results for the text, different photographs are processed to different degrees using a variable level of image processing. The suggested system is built on the Prewitt Edge Detection method, which can recognise parking spaces with filled and unfilled spaces, potentially eliminating human labor requirements. The freshly established approach requires exact results to be obtained in real-time to recognise an intelligent parking spot or slot. The tool may also determine whether the car was completely, partially, or inappropriately parked.
I. INTRODUCTION
To locate a specific location for occupation detection, which confirms whether it has been detected, use the automatic parking slot. Either routine management occurs, or manual management occurs. Finding available parking spots is never easy. This problem typically occurs in urban areas where parking spaces are in greater demand than automobiles. Several IoT and machine learning systems have been developed to provide information on available parking spaces [3], but they all rely on hardware sensors or nearby views and monitoring. Thanks to recent economic progress and the availability of affordable vehicles on the market, any average middle-class person can now buy a car, which is a good thing.
It would be extremely beneficial for both the environment and the drivers if we could figure out a way to have parking itself offer the precise vacant position of a parking place. Finding a parking spot might be challenging when you live in a big city, which is a major problem. The primary cause of this is a scarcity of parking spaces.
Finding alternatives to standard parking methods is essential because they waste space and aren't practical for parking situations nowadays. The early systems were expensive because each parking space requires numerous cameras, and a fish camera is used to identify certain free spaces. The parking lot has several issues that cannot be fixed with the best practices. There is no automated system in use today that can accurately and automatically manage parking. There are times when delays occur because drivers must physically search the spaces and park.
Smart city ecosystems enable smart mobility [8], and cutting-edge smart parking technologies are essential for creating cities that are more sustainable. Finding parking places gets more challenging as cities' populations grow. The once-useful solutions are no longer adequate. The time spent in traffic trying to find a parking spot causes issues with energy use, pollution, and stress.
Nowadays, parking is much more expensive [12] and time-consuming in almost all major cities across the world. The issue is that the user couldn't park now, and it was found that cars may look for very little parking space, which badly clogs traffic. Therefore, it is necessary to use smart parking systems to find nearby parking when it is needed.
This study proposes to provide free parking spots to those who need parking lots by employing a smart parking system [2]. To provide the user with a list of all accessible parking spaces, this system will be able to immediately process images of the parking lot and open spots. The user can select the ideal parking space based on their need.
Due to the increasing number of cars on the road and the exponential increase in traffic worldwide, traffic management has become vital in most industrialised countries. One of the primary tasks carried out by the intelligent traffic management system to address this issue, particularly in parking lots, will be automatic automobile counting [3].
The main benefit of automatic vehicle counting is that it makes it possible to track and examine traffic patterns in the transportation networks of urban areas. As computer vision becomes more commonplace, traffic counts using inexpensive control cameras might be a workable method for automated traffic flow control.
Automatic vehicle counting has the main advantage of allowing for the regulation and evaluation of traffic patterns within the transport system in urban regions. using the increasing use of computer vision, automating traffic flow control through traffic counts using low-cost control cameras may become a possibility.
An innovative strategy and a mobile application based on image processing are provided to handle the problem of finding parking spaces in urban areas. The mobile application's user can dynamically access the model that was built using various methods. As cities continue to develop in population, it becomes more difficult to find parking spaces. The formerly effective solutions are insufficient today.
There are problems with energy use, pollution, and stress associated with the time spent looking for a parking spot in traffic. The proposed technology can fix issues with the parking management system and is sophisticated enough to tell whether a car is partially parked or not. The proposed system may also monitor speed in real time, alerting the controller to approaching or departing cars.
II. LITERATURE REVIEW
Park Hop is a sensorless mobile crowd-sensing device that collects and makes information about on-street, retail centers, parking spaces, and roadside parking spaces available to urban cars in a reliable manner [10].
Edge computing has been suggested as a means of enabling a smart parking system that is both secure and energy efficient. Using deep extreme machine learning [2], it says that locating a parking place may be challenging because of the increase in the number of vehicles on the road, especially during the busiest times of the year.
In order to find a parking place, the driver must complete several laps under the present system. Smart Parking can lessen or perhaps eliminate the issues with the current system by directing the driver directly to the parking place. Technology has advanced significantly in recent years, which has led to improvements in parking systems and, ultimately, the payment system.
Smart parking is being suggested, with a quick, secure, and automatic charging system. Here, the consumers can apply a billing system that would reduce time wastage. A system is proposed to develop a parking lot billing system that is efficient with the least amount of human intervention. By maintaining an efficient and automated billing system, each user's waiting time is reduced, giving them a seamless and trouble-free experience. A deep learning-based reinforcement technique has been used to suggest an architecture for a smart parking system. This is accomplished by selecting an appropriate course of action that will maximise the benefit in the given circumstance. It implies that looking for a parking spot in a congested area consumes a lot of time, fuel, and carbon dioxide emissions.
Recent developments in the Industrial Internet of Things have shown that this concept of smart cities with smart parking has enormous potential [2]. A deep reinforcement learning-based framework for a smart parking system supported by the Industrial Internet of Things is used to handle parking difficulties.
III. OBJECTIVES
The primary objective of the smart parking system is:
IV. MACHINE LEARNING ALGORITHMS
A component of artificial intelligence (AI), machine learning (ML), enables software systems to increase their propensity to generate predictions even when they are not expressly trained to do so. Machine learning approaches use previous data as input to anticipate new values.
Although machine learning methods [6] are evolving quickly and have made significant strides in autonomous vehicles and cyber security, there is still much to be done in this field of artificial intelligence. This is because several problems that machine learning has attempted to solve have proven to be intractable. Computer vision is essential because it helps companies spot trends in customer and operational behavior. In supervised learning, the relationship between the measured properties of the data and a label associated with the data is in some way modeled; once the relationship is established, it may be used to apply labels to newly labeled data.
Tasks for classification and tasks for regression are further divided into these; labels for classification are discrete categories, whereas labels for regression are continuous values. Following that, we'll look at examples of both types of supervised learning. Algorithms used in machine learning are constantly improving in terms of accuracy and efficiency. As a result, they can choose more carefully. Consider developing a model to predict the weather. As your data collection grows, your algorithms become more efficient at creating predictions that are more accurate.
A. Convolution Neural Network
Convolutional neural networks have a few layers. Layer one is the convolutional layer, which is on top. The core of the system handles the bulk of the computation, Utilising filters, the data is convolved. The component product of the image's filters is first multiplied by the values for each sliding operation. A neuron or kernel employing machine vision is another name for this filter. [1]
The following layer is the activation layer. In this layer, the rectified unit is employed to reduce the linearity of the ConvNET. The feature-down sampling is then the focus of the pooling layer. Hyperparameters are frequently seen in the pooling layer. It minimises the dimension of the feature of the representations by replacing the CNN output at specific locations with an aggregate statistic of the neighboring outputs, which reduces the amount of processing and weights required.
Researchers have used convolutional neural networks to improve segmentation models by including rich input. They are used in both facial recognition systems and object recognition systems in self-driving cars.
B. Advantages
C. Disadvantages
V. LIBRARIES USED
A. Numpy
They include broadcasting procedures, powerful N-dimensional array objects, and code integration tools. practical experience with linear algebra, random numbers, and the Fourier transform. In addition to its apparent applications in research, Numpy is a strong multi-dimensional data container. Due to its ability to establish any datatype, it can quickly and easily connect with a range of databases.
B. CVZone (Computer Vision Zone)
The image is taken with the use of computer vision. The slot numbering is tested using CVzone, and the edges are then highlighted. Red and green are the two colors used to denote these edges. The free software library for computer vision and machine learning is called OpenCV.
The integration of intelligent machines into products has significantly advanced thanks to the usage of OpenCV to create a standardised infrastructure for computer vision applications.
C. Pickle
Pickle is used to load the location and size of the parking space as well as to find any open spaces within a parking slot. Pickle, a Python library, is used to serialise Python objects into byte forms, which are subsequently decoded and returned as Python objects.
The pickle module implements a straightforward yet efficient method for serialising and deserializing a Python object structure. Dumping is frequently used to serialise and dump an item structure. Pickle.load() is used to load the vehicle's position and height. Recursive objects and object sharing with user-defined classes for their instances are features of it.
VI. IMPLEMENTATION
A. Data Collection
The algorithms for the smart parking system are run on a video, which is considered. Occupied spots are signaled using red slots, and open slots are indicated using green slots. We can consider a variety of sources while evaluating the information.
B. Algorithm
An algorithm is a set of guidelines and instructions that must be followed sequentially to carry out a specific task. It represents a strategy for quickly solving the issue.
The steps in the algorithm below are intended to help drivers locate both occupied and open spaces where their cars can be parked securely.
C. Flowchart
Using different shapes and lines, a flowchart separates the steps in a specific order. Image acquisition technology is used to capture images. The coordinates are then computed. if the calculated value differs from the assumed value. The choice of frames is then made. However, if the values match, the spot is taken.
Prewitt edge detection comes after frame selection. The first edges are computed in this manner using the Prewitt operator. If so, the width and height of the parking space are identified. There is a fantastic or innovative architecture for a smart parking system [9]
Ultrasonic and infrared sensors, which are required in every automobile for the system to work, are what most systems up to this point have relied on, driving up the cost of the system. The high cost of the systems is the outcome of this. The proposed system effectively separates occupied and vacant parking spaces utilising Prewitt edge detection, significantly improving the system\'s accuracy and competence. For real-time implementation, accuracy is frequently crucial, and a solid technique can successfully test it. Traffic jams can be avoided by using this clever strategy [4]. The user can easily view the outcomes both now and in the future. Users may find the greatest parking spot nearby, saving time, energy, and resources. The parking lot fills up quickly. quickly, enabling companies to effectively utilise the space at hand. Traffic flow increases as fewer vehicles are required to search for vacant parking spaces. Every day, finding parking burns close to a million barrels of oil.
[1] A Systematic Review of Machine-vision-based Smart Parking System. Scientific Journal of Informatics Vol. 7, No. 2, November 2020, p-ISSN 2407-7658, Muhammad Zainal Abidin, Reza Pulungan2. [2] Smart occupancy detection for road traffic parking using deep extreme learning machine. Volume 34, issue Shahan Yamin Siddiqui, Muhammad Adnan Khan. [3] Machine Learning and IoT based Real Time Parking System: Challenges and Implementation .3rd International Conference on Innovative Computing and Communication (Icicc-2020) Corresponding Author. Ravi Kumar Gupta, Geeta Rani. [4] Atta, a., Abbas, S., Khan, M.A., Ahmed, G., Farooq,u., 2018. An Adaptive approach: smart traffic congestion control system. [5] Al-Dweik, A., Muresan, R., Mayhew, M., Liebrman, M.,2017. IoT- based multifunctional scalable real-time enhanced roadside unit for intelligent transportation system. In CCECE,pp. 1-6. [6] Ata, A., Khan, M.A., Abbas, S., Ahmad, G., Fatima, A., 2019. Modelling smart road traffic congestion control system using machine learning techniques. [7] Evolutionary Programming, Genetic Algorithms. Oxford university press. Baroffio, L., Bondi, L., Cesana, M., Redondi, A.E., Tagliasacchi, M., 2015. A visual sensor network for parking lot occupancy detection in smart cities. In: 2015 IEEE 2nd World Forum on Internet of Things (WF-IoT). IEEE, pp. 745–750. [8] Benevolo, C., Dameri, R.P., D’Auria, B., 2016. Smart mobility in smart city. In: Empowering Organizations. Springer, Cham, pp. 13–28. [9] Giuffrè, T., Siniscalchi, S.M., Tesoriere, G., 2012. A novel architecture of parking management for smart cities. Proc.-Soc. Behav. Sci. 53, 16–28. [10] Zheng, Y., Rajasegarar, S., Leckie, C., 2015. Parking availability prediction for sensor- enabled car parks in smart cities. In: 2015 IEEE Tenth International Conference on Intelligent Sensors, Sensor Networks and Information Processing (ISSNIP). IEEE, pp. 1–6. [11] Kashif, I., Muhammad, A.K., Sagheer, A., Zahid, H., Areej, F., 2018. Intelligent Transportation System (ITS) for Smart cities using Mamdani Fuzzy Inference System, International Journal of Advanced Computer Science and Applications (IJACSA). ISSN: 2158-107X, Vol. 9, No. 2,(pp. 94-105), Digital Object Identifier (DOI): 10.14569/IJACSA.2018.090215. [12] Vlahogianni, E.I., Kepaptsoglou, K., Tsetsos, V., Karlaftis, M.G., 2014. Exploiting new sensor technologies for real-time parking prediction in urban areas. Transportation Research Board 93rd Annual Meeting Compendium of Papers, pp. 14-1673.
Copyright © 2023 Jashwanth Dasari, Shivani Vodnala, Swapna Enugala. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.
Paper Id : IJRASET55497
Publish Date : 2023-08-25
ISSN : 2321-9653
Publisher Name : IJRASET
DOI Link : Click Here