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