Ask Your Question

Maki's profile - activity

2017-06-18 11:04:43 -0600 commented question Parking space coordinates

I've already seen that code on github, and I might be wrong, but as far as I've understood, he's using coordinates that he saved in the folder datasets/parkinglot_1.txt. I'm trying to find out how can i extract those coordinates from an image. Also, thank You for this tip with tags.

2017-06-18 08:40:31 -0600 asked a question Parking space coordinates

Hello,

I'm trying to find parking spaces on an image and create rectangles that will represent them. And when I'm going to do that, all of the parking spaces on the image will be empty. Also, as far as I've noticed, I cannot use the exact same solution for different images (or at least it looks to me that way).

These are some of the images on which I tried to detect the parking spaces: http://www.mattwkane.com/wp-content/u... http://stockarch.com/files/imagecache...

My question is, how can I extract the coordinates of a parking space from an image?