Skip to content

This is the code to detect the parking space for the car given 2D image from the google maps and 3D point Cloud data of the current enivornment.

Notifications You must be signed in to change notification settings

amanullahtariq/ParkingSpaceDetection

Repository files navigation

Parking Detection

This project is maintain no longer if you want to work or used it please contact me. In order to get insight of this project check out the presentation

Announcement: This project is not maintained anymore

Quick summary

This is the code to detect the parking space for the car given 2D image from the google maps and 3D point Cloud data of the current enivornment.

Purpose

This project was made for the purpose of the AIS LAB.

This repository contains:

  • 2D Lane Detection
  • 3D parking detection

Results

  • Initial data 2D image taking from the google image and plotting the lines using OpenCV

InitialData

  • Applying filters to enhance the lines of the parking spots LaneDetection2D

  • 3D data of the parking area collected by laser sensors and then used using Point Cloud Library 3D-Data

  • Converting 2D image to 3D space so later it can be combine with 3D data 2Dto3D

  • Applying machine learning algorithm, linear regression to detect parking spots in 3D space and combining it with the 2D image data FinalResult

  • Enchancing result by Applying logistic regression Result

Requiremnts

For this project to run you need:

  • Visual Studio 2012
  • OpenCV 3.0
  • Point Cloud Library

About

This is the code to detect the parking space for the car given 2D image from the google maps and 3D point Cloud data of the current enivornment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published