Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oscnord authored Oct 11, 2018
1 parent 095c0ce commit 31d42d5
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# video-to-image
Convert video to image sequence with blur detection using OpenCV.
### Convert video to image sequence with blur detection using OpenCV.

Currently used as a proof of concept for drone shot video to photogrammetry.

##### Settings at the moment:
* Frame step steps between each captured frame of video
* Threshold set acoordingly to how much motion blur is accepted in each frame (default is 100)
* Path the path to video file

### Install instructions

Python 2.7/3.xx and OpenCV is requered.
Install [Python](https://www.python.org/downloads/) and run `pip install opencv-python`
Run the script in terminal/powershell

0 comments on commit 31d42d5

Please sign in to comment.