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.