Lecture 7 - Optical Flow and Tracking Flashcards
What is motion estimation in image analysis?
Motion estimation involves determining the general motion across a sequence of images, resulting in a field of displacement vectors due to the motion of objects or the camera.
What are some applications of motion estimation?
Applications include change detection, surveillance, traffic monitoring, autonomous driving, sports analysis, motion capture, image stabilization, motion compensation, and feature tracking for 3D reconstruction.
Define optical flow.
Optical flow is the apparent motion of brightness patterns in an image sequence, assuming the intensity information of a pixel remains constant along the motion.
What is the optical flow constraint equation?
Explain the concept of the “aperture problem” in optical flow.
The aperture problem refers to the difficulty in determining the true motion of a point when observed through a small aperture, as only the component of motion perpendicular to the gradient can be measured.
Describe the Horn & Schunck algorithm for optical flow estimation.
What is tracking in the context of image analysis?
Tracking involves following the movements of objects, points, regions, or templates through their motion in a sequence of images.
List some applications of tracking.
Applications include autonomous driving, image/video editing, safety monitoring, sports broadcasting, augmented reality (AR), virtual reality (VR), and space management.
Explain the Lucas-Kanade method for tracking.
What is template tracking?
Template tracking involves using a fixed image region (template) to search for its new position in subsequent frames, accounting for transformations such as translation, rotation, and scaling.
Describe the concept of “track by detection”.
Track by detection involves detecting objects independently in each frame using an object detector and then associating detections over time to form tracks.
What is the role of the Kalman filter in tracking?
The Kalman filter is a recursive Bayesian filter used to predict the location of an object, update its state based on new observations, and reduce the search space and noise in the tracking process.
Provide the formula for the optical flow constraint equation.
Write the optimization problem for the Horn & Schunck algorithm.
What is the Euler-Lagrange equation used in the calculus of variations?