change project structure

This commit is contained in:
2020-11-02 17:04:58 +03:00
parent 316b49a59f
commit 9500d346e5
6 changed files with 62 additions and 8 deletions

12
doc/README Normal file
View File

@ -0,0 +1,12 @@
Сreates a list of scene ranges based on a set of frames from the video
Usage: range-gen [option]... <input_dir> <output_file> <threshold>
input_dir Directory with png images
output_file Range list file
threshold Image similarity threshold (0-1024)
Options:
-j, --jobs N Allow N jobs at once
-n, --noise Default noise level for each range
-h, --help Show this page
-v, --version Show version