Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
njzhangyifei committed Jun 2, 2017
1 parent acfe4ae commit 221547d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

<p align="center">
<img src="https://cloud.githubusercontent.com/assets/2238599/26716386/0b09acfe-472e-11e7-89eb-a9c1aaa24756.png" width="40%">
<p align="center">

`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`
Expand Down

0 comments on commit 221547d

Please sign in to comment.