0
0
Computer Visionml~5 mins

Optical flow concept in Computer Vision - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
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?
AColor changes in images
BShape of objects
CBrightness of a single frame
DMotion of pixels between frames
Which assumption is essential for computing optical flow?
ABrightness constancy
BColor constancy
CShape constancy
DTexture constancy
Dense optical flow calculates motion for:
AEvery pixel
BNo pixels
CRandom pixels
DOnly corners
Optical flow can be used for:
AAdding noise
BChanging image colors
CVideo stabilization
DCropping images
Which is NOT a typical use of optical flow?
AMotion detection
BImage compression
CObject tracking
DAutonomous driving
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.