Detecting cars and vehicles in an image

조회 수: 5 (최근 30일)
Prolaser
Prolaser 2014년 1월 13일
댓글: Anand 2014년 1월 13일
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.

답변 (2개)

Image Analyst
Image Analyst 2014년 1월 13일
See this page from the Computer Vision System Toolbox, which can track cars. http://www.mathworks.com/products/computer-vision/description5.html
  댓글 수: 2
Prolaser
Prolaser 2014년 1월 13일
yes but the problem is that what i need is a method to detect cars in an image not the video. thank you
Image Analyst
Image Analyst 2014년 1월 13일
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
Anand 2014년 1월 13일
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.
  댓글 수: 2
Prolaser
Prolaser 2014년 1월 13일
hmmm i have read these already.anything that already exist in this website i have reviewed.non of them will help
Anand
Anand 2014년 1월 13일
Is there a reason they won't work? Give us more information about the problem you're trying to solve if you want specific help.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Processing and Computer Vision에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by