Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# Eye Motion Repair.
Code that removes residual distortions due to eye motion from images and videos processed by Demotion.
Code that removes residual distortions due to eye motion from images and videos processed by DeMotion. More specifically, it works by calculating the median (*x*,*y*) shift
observed at each row of the registered image from the registration shift in each frame contributing to that image; it then “de-warps” the registered image using
these median shifts, assuming random eyemovement.

References
https://doi.org/10.1167/tvst.11.5.19