CMT icon indicating copy to clipboard operation
CMT copied to clipboard

CMT for multiple objects

Open shuchitagupta opened this issue 8 years ago • 3 comments

Can CMT be used for multiple objects in a frame? If yes, please suggest the best way that could be possible.

shuchitagupta avatar Jan 17 '18 08:01 shuchitagupta

It can be, but the process might become slow. You'll have to use good hardware to track multiple objects.

On 17-Jan-2018 2:21 PM, "shuchitagupta" [email protected] wrote:

Can CMT be used for multiple objects in a frame? If yes, please suggest the best way that could be possible.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gnebehay/CMT/issues/25, or mute the thread https://github.com/notifications/unsubscribe-auth/AFM5qJB6o6YYhVa8tmXp7p-JIZ1ftaEAks5tLbSSgaJpZM4Rg_hZ .

noodlebreak avatar Jan 18 '18 02:01 noodlebreak

How can I do it?

shuchitagupta avatar Jan 18 '18 04:01 shuchitagupta

The whole process is currently written for tracking one selected object.

At this point I'd advise you to keep the color of the boundaries of the objects different for visual differentiation.

Just modify the code to select multiple objects and initialise CMT with their data, instead of just one.

Then each function in the tracking pipeline will be sent all these multiple objects per frame to analyse for tracking info.

I guess this could take a day or two, so happy code digging.

As I said earlier, you better have a fast machine.

On 18-Jan-2018 10:15 AM, "shuchitagupta" [email protected] wrote:

How can I do it?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gnebehay/CMT/issues/25#issuecomment-358536350, or mute the thread https://github.com/notifications/unsubscribe-auth/AFM5qKWxyRlTbuVkRn4sLRYHIyu-SDRcks5tLsx1gaJpZM4Rg_hZ .

noodlebreak avatar Jan 19 '18 02:01 noodlebreak