From f50b042605fb6f6ac83a2cbfdfb336b57e725c1a Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sat, 11 Jun 2016 03:51:02 +0200 Subject: [PATCH] Add link to interpolation samples repository --- Interpolation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Interpolation.md b/Interpolation.md index 928a481..0b3b392 100644 --- a/Interpolation.md +++ b/Interpolation.md @@ -1,7 +1,7 @@ Interpolation techniques ======================== -This article will cover a few of the standard techniques for temporal video frame interpolation, outlining in particular the difference between techniques like SVP/MVtools (also known as motion-based interpolation) and algorithms like smoothmotion. +This article will cover a few of the standard techniques for temporal video frame interpolation, outlining in particular the difference between techniques like SVP/MVtools (also known as motion-based interpolation) and algorithms like smoothmotion. You can also find a set of test clips specifically designed to replicate the results of these algorithms, alongside some more explanation, in ![this repository](https://github.com/haasn/interpolation-samples).