Skip to content

A program to detect if a parking spot is taken in an image.

Notifications You must be signed in to change notification settings

aklundt/parkingSpotFinder

Repository files navigation

Parking Spot Checker

A program to detect if a parking spot is taken in an image.

The program will:

  1. Load and resize the image, presenting it to the user.
  2. Take user input to find the coordinates of a parking spot.
  3. Process the image (grayscale, create mask, Canny edge detection) to count the edges and determine if there's an object in each space.
  4. Display the image with green or red parking polygons, indicating whether a space is taken.

User-selected parking spaces

User-selected parking spaces

Program-detected parking spaces

Program-detected parking spaces

About

A program to detect if a parking spot is taken in an image.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages