Skip to content

Implementation of motion estimation algorithm with Diamond Search as it's core

Notifications You must be signed in to change notification settings

dazzle-me/Motion-Estimation

Repository files navigation

Motion-Estimation

Motion estimation is the algorithm of lossy video sequence comperession which works relying on the fact that two adjacent frames are quite similar, and it is pretty easy to reconstruct consecutive frame from the previous one.

Here is the result of algorithm execution,

on the top - original video sequence,

on the bottom - every i-th frame was derived as some reconstruction from the (i - 1)-th frame from the original video.

Build

python setup.py build_ext -i

Algorithm

Follow motions_estimation.ipynb

About

Implementation of motion estimation algorithm with Diamond Search as it's core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published