-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |