Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

follow slowly moving objects in videos

Hi, I'm a student learning openCV, and I have an object detector that returns the Rects of regions that contain human heads in a photo (a frame from a video). They move slowly in an unpredictable pattern, and I'd like the Rect boxes to follow them. How would you implement this? One option I can think of is patch-based color hisgoram, but the heads might turn/rotate and that can change the color histogram.

follow slowly moving objects in videos

Hi, I'm Given an area that contains a student learning openCV, and I have an object detector that returns the Rects of regions that contain multi-view human heads head, I'd like to track it in a photo (a frame from a video). They move slowly in an unpredictable pattern, and I'd like the Rect boxes to follow them. How would you implement this? One option video. The head will most likely rotate or tilt at least once. Where should I can think of is patch-based color hisgoram, but the heads might turn/rotate and that can change the color histogram.start?