Detecting cars and vehicles in an image
Show older comments
Hi everyone.right now i need a program which can identify cars in an image.can anyone help me or give me some ideas.if anyone has the codes would be great if not,the guyding or walkthrough is also appreciated.
Answers (2)
Image Analyst
on 13 Jan 2014
0 votes
See this page from the Computer Vision System Toolbox, which can track cars. http://www.mathworks.com/products/computer-vision/description5.html
2 Comments
Prolaser
on 13 Jan 2014
Image Analyst
on 13 Jan 2014
As you can imagine there is an infinite number of ways the car could look in the image. And detecting one could range from trivial to impossible. Since I haven't seen your images, I have no idea how hard it would be. Good luck.
Anand
on 13 Jan 2014
0 votes
If you have a set of labelled training images, you can use the trainCascadeObjectDetector function in the Computer Vision System Toolbox to train a detector to recognize cars. If you decide to go down this route, this is a useful page:
Also, I would recommend using this File Exchange Submission to help with training:
Hope this helps.
Categories
Find more on Image Processing and Computer Vision in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!