Computer Vision based Automated Underground Parking System

DOI : 10.17577/IJERTV10IS030272

Download Full-Text PDF Cite this Publication

Text Only Version

Computer Vision based Automated Underground Parking System

Nidhay Pancholi

Pandit Deendayal Energy University, Gandhinagar, Gujarat.

Abstract:- Finding a parking spot is becoming increasingly difficult with the increase in the amount of cars and it becomes an even more difficult task when you have to look for a parking spot in an almost packed basement or multi-level parking. The proposed method looks to identify the lanes in a parking where there are empty spaces available using computer vision and the prior information about the number of parking spots available in the lane.

Keywords:- Frame differencing, Raspberry Pi, Dilation, Contour.

III. OVERVIEW

The structure of the parking consists of numerous different lanes where the parking spots are located. In these lanes there are certain spots for parking.

  1. Structure of the Parking

    1. INTRODUCTION

      Whenever a parking lot is packed and an empty spot cannot be seen with our naked eye people have to drive around to look for a parking spot, but in recent years certain sensor based parking systems have been implemented but these systems are very costly. The use of image processing has increased very much in the recent years because of the increase in the processing power available, it is used in Autonomous driving, emotion recognition and at many more places. Then why not use the power of image processing and computer vision to create an affordable automated car parking system. A car parking system can save people a lot of time in their everyday lives and solve a problem thats quite simple but experienced frequently by each and every person.The current systems use sensors or computer vision techniques[3] to detect empty parking spots. The sensor based technique has very high accuracy as compared to the other systems but is very costly as compared to the others the reason being that sensors are deployed at each and every parking spot to mark whether the spot is occupied or empty. Certain computer vision techniques try to find empty spots in the parking directly and then notify about these empty spaces[2] .The system being proposed uses computer vision techniques to detect moving cars and the information about the number of available parking spots to identify the number of unoccupied parking spots.

    2. HARDWARE COMPONENTS

      1. Raspberry Pi High Quality Camera

        It is used to get the Video Feed from the parking. A standard 12 Mega Pixel camera is enough for our purpose.

      2. Raspberry Pi

      The Raspberry Pi is used for performing the computer vision operations on the video Feed obtained through the Raspberry Pi HQ camera.

      B. Structure of Individual Lane

      The Raspberry Pi Camera and the Pi will be placed in the position as shown in the second figure i.e. facing towards

      the entrance and exit of the lane so that all cars entering and leaving are visible in the video feed. So whenever a car enters or leaves a lane it will be identified. Hence the cars leaving and entering the lane in real time can be calculated and as the number of parking spots in the lane are already available it can be identified whether the lane has space to accommodate another car. The methodology to identify a car leaving or entering is being discussed below.

      1. METHODOLOGY

        1. Frame differencing

          The first objective is to capture the coordinates of the moving object in the video feed i.e. the car. The frame differencing method is used on consecutive frames of the video feed. Using this method the pixels that have changed in the image can be found.

          Id(K+1,k) =| Ik+1-Ik |

        2. Thresholding

          Then the process of Image thresholding is done on the frame differenced image where all pixels below a particular brightness threshold are made completely dark and those above are made completely bright. A threshold of 30 has been set to obtain the below image.

          Ithresh = 255 Id(K+1,K) > threshold Ithresh = 0 Id(K+1,K) < threshold

        3. Dilation

          The problem faced here is that a lot of fragmented contours close to each other are formed and could be a problem in detecting the car and hence Image dilation is performed to merge these smaller contours.

        4. Finding Contour

        Then we find the contours in the dilated image to find the borders of the moving object in the image. We only find contours that have an area larger than threshold, so that only the movement of a car is detected and not that of a person or anything else. Also, the camera has been intentionally placed at an angle so that once a car has been detected it move from the left half of the picture to the right half so that a car that has already been counted does not get counted once again and also a one second delay is provided after every car that is detected so that the car has enough time to move outside the frame of reference.

        The threshold for the area of the contour has been set to one lakh so that unnecessary small contours and the frames containing small partial images of the car are not counted.

      2. CONCLUSION

The system being implemented above is much cheaper than those based on sensors as the hardware required decreases by a drastic amount. The system works on the concept of computer vision and helps the user identify the lane where a parking spot is empty which is all a user needs as whenever the user enters the lane the empty space is clearly visible.

WORKS CITED

  1. H. R. H. Al-Absi, J. D. (n.d.). Vision Based automated parking system. International conference of Information Science,Signal Processing and their Applications.

  2. Markus Heimberger, J. H. (n.d.). Computer vision in automated parking system Design,implementation and challenges. Sciencedirect.

  3. R.klein, J. a. (2017). Automated parking space detection using convolutional neural networks. Pattern Recognition Association of South Africa.

Leave a Reply