Kieran
Kieran

Reputation: 73

OpenCV: Best method to track a rectangle

I've used opencv to detect humanoid blobs from mounted cameras. My code basically finds large contours, puts boxes around them and merges the intersecting boxes. I'd now like to be able to track those boxes across the screen and hopefully get an estimation of the box speed.

Could anyone tell me how to link the box from the first frame with the one in the second? If I could do that, I'm sure I could figure the rest out.

Upvotes: 2

Views: 1048

Answers (1)

Related Questions