Dot traking

Post Reply
nick_123
Posts: 5
Joined: Wed Oct 04, 2006 4:04 am

Dot traking

Post by nick_123 »

Good day!
I have a question about single dot traking engine. For example, i need to get coodrinates of all object`s in frame - i must to get rank of object and if it equal 1 - this object tracked, but if need to get next object coordinates? I must to do ResetTrackedObject or i can simply get object data without condition ObjectRank=1? And that`s in principel i must to work with more then 1 object in frame.

Tnx!
Birch
Posts: 1139
Joined: Thu Jan 30, 2003 5:00 am
Location: Corvallis, Oregon

Re: Dot traking

Post by Birch »

It is not necessary to filter by Rank=1 or to use ResetTrackedObject, instead you can just iterate through all of the Tracked Objects in the Frame and read their coordinate data. This will allow you to read the position of every object that is visible to the camera.
Post Reply