필터 지우기
필터 지우기

how do i approach object tracking using image processing from a moving camera?

조회 수: 1 (최근 30일)
manoj rao
manoj rao 2015년 4월 6일
댓글: manoj rao 2015년 4월 7일
I m a beginner and i am trying to track a moving car from another car using a camera. The car is controlled by arduino and the arduino is controlled by matlab. But i don't know how to approach object tracking from a moving camera. All the methods i have been going through are for static camera. Can anyone help me with a descriptive answer?

답변 (3개)

Image Analyst
Image Analyst 2015년 4월 6일
Check out the Computer Vision System Toolbox. It has tracking capabilities. http://www.mathworks.com/products/computer-vision/features.html#object-tracking-and-motion-estimation
  댓글 수: 2
manoj rao
manoj rao 2015년 4월 6일
Computer vision toolbox doesn't have much about the moving camera case for beginners
Image Analyst
Image Analyst 2015년 4월 6일
Or else keep studying until you are no longer a beginner.

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


Stalin Samuel
Stalin Samuel 2015년 4월 6일

Dima Lisin
Dima Lisin 2015년 4월 6일
Do you want to track a specific car or any cars? For a specific car you can detect it using local feature matching, as in this example. You can then track it using vision.PointTracker, as in this example.
  댓글 수: 1
manoj rao
manoj rao 2015년 4월 7일
specific car. I have been trying to employ this approach for a while. thanks for the confirmation. I know i have to detect the features of the car and then find those features in next frame. But there are many difficulties with that. Initiation of the feature detection is one of them

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

카테고리

Help CenterFile Exchange에서 MATLAB Support Package for IP Cameras에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by