Week 9 Motion Analysis and Video Segmentation Flashcards
What does motion analysis study?
Motion analysis studies the movement of objects within a video or image sequence.
What is optical flow?
Optical flow estimates the apparent motion of pixels between consecutive frames.
What is the difference between dense and sparse optical flow?
Dense optical flow computes motion vectors for every pixel. Sparse flow tracks key points.
What is Lucas-Kanade used for?
Lucas-Kanade is a popular algorithm for sparse optical flow estimation.
What does motion segmentation achieve?
Motion segmentation separates moving objects from the background in a scene.
What is background subtraction?
Background subtraction is a common technique for motion segmentation.
What are applications of motion analysis?
Applications include video surveillance, autonomous driving, and activity recognition.
What is video object segmentation?
Video object segmentation identifies and tracks objects in a video over time.
How do semi-supervised segmentation methods work?
Semi-supervised segmentation uses an initial object mask for tracking.
What are challenges in video segmentation?
Challenges include occlusions, varying object appearances, and motion blur.