From: Steinar H. Gunderson Date: Sun, 23 Dec 2018 10:55:16 +0000 (+0100) Subject: Refer to the interpolation paper. X-Git-Url: https://git.sesse.net/?p=nageru-docs;a=commitdiff_plain;h=76fc846a1d693eadb6734509d9a67d579b32680e Refer to the interpolation paper. --- diff --git a/futatabi.rst b/futatabi.rst index 1b01e56..c614fcd 100644 --- a/futatabi.rst +++ b/futatabi.rst @@ -19,7 +19,10 @@ also be used for frame rate conversion (e.g. 50 to 59.94 fps). Futatabi currently uses a GPU reimplementation of `Fast Optical Flow using Dense Inverse Search (DIS) `_ -by Kroeger et al, although this may change in the future. +by Kroeger et al, together with about half of the algorithm from +`Occlusion Reasoning for Temporal Interpolation Using Optical Flow `_ +(to do the actual interpolation based on the estimated +optical flow), although this may change in the future. Since Futatabi is part of the Nageru source distribution, its version number mirrors Nageru. Thus, the first version of Futatabi is version 1.8.0,