Hi,
I am having problems on tracking multiple objects on a video file.
I have a set of logic image ( frames ), where I can separate the various objects( blobs ) and they move theirselves.
My goal is to track each one of these objects separatelly.
But I have no Idea on how to do that.
Best Regards.
|
|
0
|
|
|
|
Reply
|
Wagner
|
11/9/2010 6:43:07 PM |
|
On 10-11-09 12:43 PM, Wagner Johnes wrote:
> I am having problems on tracking multiple objects on a video file.
> I have a set of logic image ( frames ), where I can separate the various
> objects( blobs ) and they move theirselves.
> My goal is to track each one of these objects separatelly.
> But I have no Idea on how to do that.
Imagine two objects of the same shape and color, starting at opposite
diagonals of a screen. The two objects move towards each other along the
diagonal, overlaying each other completely as they meet, and continuing on to
the other corner.
Now imagine almost the same scenario, except that at the moment when the two
objects completely overlay each other, the two reverse course and move back to
their original corners.
Now, how do you tell the difference between the above two cases?
"Oh!", you say, "they are different colors". Okay then, let the above cases
play out except with variable coloring of the light, or varying shadows (both
of which are common real world situations)
So do you add the constraint that the objects will be distinctly different
shapes, even taking in to account altering over time when perspective or
clipping due to obstruction is taken in to account? Is there some handy
radio-beacon information that can be integrated in to track which object is which?
|
|
0
|
|
|
|
Reply
|
Walter
|
11/9/2010 8:43:28 PM
|
|
Wagner Johnes:
There are some ambiguities and challenges like Walter says. However
many times, for many situations, all is not lost - there are things
you can do. Lots of people have looked at motion analysis and all
their papers are listed here. I invite you to read them:
http://iris.usc.edu/Vision-Notes/bibliography/contentsmotion-i.html#Motion%20Analysis%20--Low-Level,%20Image%20Level%20Analysis,%20Mosaic%20Generation,%20Super%20Resolution,%20Shape%20from%20Motion
|
|
0
|
|
|
|
Reply
|
ImageAnalyst
|
11/10/2010 12:54:02 AM
|
|
Well, all the objects on my video are different, and there is no overlaying between them. It's simpler then the situation you described.
I just dont really know how to track multiple objects.
|
|
0
|
|
|
|
Reply
|
Wagner
|
11/10/2010 2:35:04 PM
|
|
On Nov 10, 9:35=A0am, "Wagner Johnes" <conta...@yahoo.com.br> wrote:
> Well, all the objects on my video are different, and there is no overlayi=
ng between them. It's simpler then the situation you described.
> I just dont really know how to track multiple objects.
---------------------------------------------------------------------------=
----------------------------------------
How about just thresholding, labeling (call bwlabel), calling
regionprops, and finding the centroids? Then find the centroid in the
(n+1)st frame that is closest to the centroid in the nth frame to
identify which objects moved where. This is about the simplest
situation which will work in only the simplest situations (contrasty
particles moving slowly in front of a uniform background). You can
fancy it up from there for more complicated situations.
|
|
1
|
|
|
|
Reply
|
ImageAnalyst
|
11/10/2010 3:00:14 PM
|
|
That sounds pretty good.
I'll definitely try that. Thanks
|
|
0
|
|
|
|
Reply
|
Wagner
|
11/12/2010 1:58:04 AM
|
|
I had got a dream to begin my own organization, but I did not earn enough of cash to do it. Thank heaven my dude advised to use the <a href="http://bestfinance-blog.com/topics/business-loans">business loans</a>. Thence I took the short term loan and made real my dream.
|
|
0
|
|
|
|
Reply
|
BERTHAMorales
|
12/21/2010 11:50:59 PM
|
|
|
7 Replies
1139 Views
(page loaded in 1.651 seconds)
Similiar Articles: Multiple Object Tracking - comp.soft-sys.matlabHi, I am having problems on tracking multiple objects on a video file. I have a set of logic image ( frames ), where I can separate the various obje... MHT - Multi Hypothesis Tracking - comp.soft-sys.matlabHi I am doing my thesis on Multiple objects tracking.Multiple hypothesis testing code in Matlab will also help me. I will be very thanful if you can share this code ... real-time object tracking using optical flow / XY coordinates ...Multiple Object Tracking - comp.soft-sys.matlab... in to account altering over time when ... File Exchange - MATLAB ... i need matlab code for tracking of multi object ... Kalman filter (single point tracking) matlab - comp.soft-sys ...Object tracking using a Kalman filter (MATLAB) « #deadbeef Object tracking using a Kalman filter (MATLAB) ... To develop a multi-tracking system using kalman filter, Do I ... plotting rectangle aroung moving objects - comp.soft-sys.matlab ...Multiple Object Tracking - comp.soft-sys.matlab help in points n line detection - comp.soft-sys.matlab plotting rectangle aroung moving objects - comp.soft-sys.matlab ... real time centroid detection - comp.soft-sys.matlabMultiple Object Tracking - comp.soft-sys.matlab... or varying shadows (both of which are common real ... bwlabel), calling regionprops, and finding the centroids? ... Multiple line detection in 2D plane - comp.soft-sys.matlab ...Multiple Object Tracking - comp.soft-sys.matlab I want to track multiple objects on a 2d plane. Now I am having quite some problems ... tracking and i used the method of ... How to track a ball moving using Kalman filter? - comp.soft-sys ...Multiple Object Tracking - comp.soft-sys.matlab My goal is to track each one of these objects ... The two objects move towards each other along the ... matlab - comp.soft ... finding centroid of an 3d object - comp.soft-sys.matlabMultiple Object Tracking - comp.soft-sys.matlab finding centroid of an 3d object - comp.soft-sys.matlab Multiple Object Tracking - comp.soft-sys.matlab Then find the ... Car detection with optical flow in MATLAB - comp.soft-sys.matlab ...Multiple Object Tracking - comp.soft-sys.matlab... real-time object tracking using optical flow / XY coordinates ... If you need to take ... MATLAB Central File ... Multiple object tracking - ScholarpediaZenon Pylyshyn, Center for Cognitive Science, Rutgers University, NJ; Multiple Object Tracking, or MOT, is an experimental technique used to study how our visual ... Multiple Object TrackingDetection, Tracking and Discrimination of Multiple Objects ... Highlights. tracking 6-10 targets at very high speeds (>200 frames/sec) identifying individual targets ... 7/23/2012 7:22:07 PM
|