i need some help for the method that i should use in the car park vacancy detection using static image..
Show older comments
i already try many method such as background subtraction,edge detection and so on.. but as you should know,i am new in this matlab world.. and i really need help from all of you because this is my final year project.. hope that the community can help me...thank you
3 Comments
Walter Roberson
on 21 May 2012
Please expand on what your task is. It appears at the moment that you have to figure out which parking spots in a parking lot are empty? If so then what are your inputs, and do you have multiple cameras so as to be able to work around all the "blind spots" caused by large vehicles making it not possible to see whether a parking spot behind them is empty or not?
Geoff
on 21 May 2012
What papers have you read regarding this subject? There must be a number of documented algorithms out there.
I would instinctively try for something that works on a combination of chroma (if images are colour), some kind of uniformity measure, background subtraction, and edge strength.
You need to supply more information. Are you working off stills, or a video stream? How frequently do you receive frame updates? Are the cameras static, or panning? Do you know the positions of the carparks? Is lighting reasonably consistent? Are the images colour or monochrome? How many parks fit in a frame, and what is the image resolution?
If you receive help from this forum, don't forget to cite it in your bibliography.
Syazwan
on 22 May 2012
Accepted Answer
More Answers (0)
Categories
Find more on Geometric Transformation and Image Registration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!