Motion Estimation Flashcards
(7 cards)
1
Q
What is displaced frame difference
A
The DFD measures the reconstruction error
2
Q
What are the two basic assumptions of block matching
A
- Constant translational motion over small blocks.
- Maximum pre-determined range for the horizontal and vertical components of the motion vector at each pixel site.
3
Q
What is motion compensation?
A
Motion compensation is when the frame is reconstructed from the previous frame matching blocks as found by motion estimation.
4
Q
How can the aperture problem be mitigated?
A
- Increasing the block size.
- Greater chance that the block contains unique features.
- More likely that the vector minimises the DFD and is the correct motion vector.
HOWEVER,
Increasing the block size lowers the resolution of the motion field.
5
Q
What is gradient-based motion estimation. Give the advantage and drawback of this approach.
A
- Gradient-based motion estimation allows to efficiently find the optimal displacement, provided that the displacement is small.
- Sub-pixelic accuracy can be obtained with a few iterations = no need to make full (2w+1)^2 of full search BM.
- The taylor series expansion is only valid over very small distances.
6
Q
Based on the drawback of the gradient-based motion estimation, what is a potential solution?
A
- A multi-resolution approach is usually adopted, starting at coarser resolution of the images, where large displacements correspond to fewer pixels.
- Problem is that it discards pixels
7
Q
A