Motion Estimation
Copyright (C) 2005 IENT-RWTH Aachen
Motion Estimation
Include
image/motion.h
All motion estimation algorithms search every MxN blocks of the first image in an area of the second image. Currently, the library only accepts 8x8 block size.
Video coding techniques usually search blocks in the previous image. To do so invert the order of the two image arguments.
![]() |
Motion Estimation |
![]() |
Error (sum of absolute difference) with an estimated image. |
![]() |
Draws the motion estimation on an image |
![]() |
Motion Estimation with neigbourhood predictions |
![]() |
Motion Estimation with quad tree predictions |
See Also