how we select an object with mouse pointer in processing video
i want to select a object which i was interested and then i want to track that object in a processing video
i want to select a object which i was interested and then i want to track that object in a processing video
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.
camshiftdemo.cpp is an example doing what you want.
Asked: 2015-10-14 00:42:46 -0600
Seen: 470 times
Last updated: Oct 14 '15