Recall & Review
beginner
What is optical flow in computer vision?
Optical flow is the pattern of apparent motion of objects, surfaces, and edges in a visual scene caused by the relative motion between an observer and the scene.
Click to reveal answer
beginner
What does optical flow estimate between two video frames?
It estimates the motion vector field that shows how each pixel moves from one frame to the next.
Click to reveal answer
intermediate
Name two common assumptions made when computing optical flow.
1. Brightness constancy: pixel brightness stays the same between frames.<br>2. Small motion: objects move only a little between frames.
Click to reveal answer
beginner
How is optical flow useful in real life?
It helps in video stabilization, object tracking, autonomous driving, and motion detection by understanding how things move in videos.
Click to reveal answer
intermediate
What is the difference between dense and sparse optical flow?
Dense optical flow computes motion for every pixel, while sparse optical flow computes motion only for selected points or features.
Click to reveal answer
What does optical flow primarily measure?
✗ Incorrect
Optical flow measures how pixels move from one frame to the next, showing motion.
Which assumption is essential for computing optical flow?
✗ Incorrect
Brightness constancy means pixel brightness stays the same between frames, which is key for optical flow.
Dense optical flow calculates motion for:
✗ Incorrect
Dense optical flow finds motion vectors for every pixel in the image.
Optical flow can be used for:
✗ Incorrect
Optical flow helps stabilize videos by understanding motion between frames.
Which is NOT a typical use of optical flow?
✗ Incorrect
Image compression is not a typical use of optical flow.
Explain what optical flow is and why it is important in video analysis.
Think about how we see movement in videos and how computers can detect it.
You got /3 concepts.
Describe the main assumptions behind optical flow calculation and how they help estimate motion.
Consider what must stay the same or change little for motion to be detected accurately.
You got /3 concepts.