1. The document discusses three methods for object tracking in OpenCV: LK optical flow matching, SURF feature matching, and Kalman filtering.
2. It explains how to extract and track SURF features between frames and match features using BruteForce matching.
3. Kalman filtering is discussed as a way to predict and correct object positions frame to frame based on measurements and system dynamics.