Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 447 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 447 Bytes

Motion estimation algorithms

This repository consists some motion estimation algorithms:

  • Logarithmic search
  • Classical gradient descent
  • Diamond search (variation of gradient descent)
  • Some useful tools

LOG.py - script with logarithmic search algorithm GRAD.py - script with classical gradient descent and diamond search utils.py - script with tools

A Sintel training set was used to test the algorithms.