Ask Your Question
1

how we select an object with mouse pointer in processing video

asked 2015-10-14 00:42:46 -0600

raghu eanugula gravatar image

i want to select a object which i was interested and then i want to track that object in a processing video

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
1

answered 2015-10-14 08:47:12 -0600

mubb gravatar image

Your question is somewhat imprecise.

Nonetheless, you should look at 'Online Object Tracking' and tracking components for OpenCV.

A tracker like TLD should work : it will start tracking a random object once you initialize a bounding-box around an object, and progressively learn how it looks like from all angles.

edit flag offensive delete link more

Comments

@berak : are you satisfied with the tracking results you get with the opencv_contrib_modules ? I'm seeing very poor fps on TLD implementation. (that was a few weeks ago, maybe the release changed .. ?)

mubb gravatar imagemubb ( 2015-10-15 09:50:33 -0600 )edit

@mubb, tbh, i have not tried it in a long time, i only remember, that other options like MIL were faster

berak gravatar imageberak ( 2015-10-15 10:01:22 -0600 )edit
1

answered 2015-10-14 00:59:59 -0600

camshiftdemo.cpp is an example doing what you want.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-10-14 00:42:46 -0600

Seen: 426 times

Last updated: Oct 14 '15