how to associating the detections corresponding to the same object over time

조회 수: 1 (최근 30일)
hi everyone I have a project that I want to calculate speed and counting vehicle in a video. I have done the Background subtraction step, now I want to associating the detections corresponding to the same object over time. I read this tutorial http://www.mathworks.com/help/vision/examples/motion-based-multiple-object-tracking.html and the result of that code is what I want to but in the first step, I want to replace the foreground detection step that code by my background subtraction. may you help me?

채택된 답변

Dima Lisin
Dima Lisin 2014년 9월 8일
Hi Hai,
you can put your own background subtraction code into the detectObjects replacing the code that computes the mask.
  댓글 수: 3
Dima Lisin
Dima Lisin 2014년 9월 9일
편집: Dima Lisin 2014년 9월 11일
Hard to say without seeing your entire code. The reason you do not see any variables, is because this example is a function, not a script. If you want to use VideoReader instead of vision.VideoFileReader, then you have to use the readFrame method to read a frame, and the hasFrame method to check if there are any frames left. Look at the documentation for VideoReader. By the way, is there any reason you don't want to use vision.VideoFileReader? Can you run the example as is?
hai tran
hai tran 2014년 9월 22일
Thanks Dima Lisin. I don't use vision.VideoFileReader just because I used VideoReader from I started with Image processing and I want to keep my background subtraction method. I am a amatuer so It will tale me along time to restart with computer vision toolbox ( It is a little bit complicated with me ).
I tried to replaced detectObjects by my background subtraction, but I can't. I attached my code, can you help me to replace my code by detectObjects of the code in the link.
if you can, may you help me to revise the code in the link become a script that can easier to learn from that.

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

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by