From 221547dc839fcf36d79b16d5b16dd3a2e06cd4f1 Mon Sep 17 00:00:00 2001 From: Yifei Zhang Date: Fri, 2 Jun 2017 01:09:36 -0700 Subject: [PATCH] fixed readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 720861f..03e1cfa 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Keyframe -`keyframe`: a simple tool for selecting keyframes from SfM (structure from motion) videos, -using **naive sharpness, correlation and optical flow** criteria. -Fast but may be inaccurate as **no** geometrical estimation of the scene is done in the process. -

+`keyframe`: a simple tool for selecting keyframes from SfM (structure from motion) videos, +using **naive sharpness, correlation and optical flow** criteria. +Fast but may be inaccurate as **no** geometrical estimation of the scene is done in the process. + ## Dependencies - `python3` - `numpy`