From 2b0e5820bfed26999a43a007bb8fbced7f5af272 Mon Sep 17 00:00:00 2001 From: ilakast Date: Tue, 7 Jun 2022 16:03:39 +0100 Subject: [PATCH] Update README.md Thought it would be useful for potential future users (feel free to reject/modify) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3076c1..0f0ad02 100644 --- a/README.md +++ b/README.md @@ -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