Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

calcOpticalFlowPyrLK will track a point or set of points from frame to frame. This is particularly good for small motions per frame, where the appearance doesn't change much between frames.

You can of course augment this by using a descriptor such as ORB, SURF, SIFT or similar to create descriptors for each point and match those as well to make sure the correct point is found.