Added comment lines and frame similarity setting
This commit is contained in:
parent
d6e67151cd
commit
ac4894f318
@ -1,14 +1,21 @@
|
|||||||
; Video2Crops Settings
|
; Video2Crops Settings
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
|
; (INT) Skip every n frame
|
||||||
frame_step = 100
|
frame_step = 100
|
||||||
|
; (FLOAT) Contrast/blur discard threshold
|
||||||
contrast_threshold = 11.0
|
contrast_threshold = 11.0
|
||||||
|
; (INT) Image similarity discard threshold
|
||||||
duplicate_threshold = 1000
|
duplicate_threshold = 1000
|
||||||
|
; (BOOL) Save processing output
|
||||||
save_output = True
|
save_output = True
|
||||||
|
; (BOOL) Display processing output and playback
|
||||||
show_playback = True
|
show_playback = True
|
||||||
|
; (INT) Region of Interest area square size (pixels)
|
||||||
roi_size = 400
|
roi_size = 400
|
||||||
|
; (STR) Initial application window dimensions
|
||||||
window_size = 300x450
|
window_size = 300x450
|
||||||
|
|
||||||
[debug]
|
[debug]
|
||||||
; Set to 'True' to output debug messages to console
|
; (BOOL) Set to 'True' to output debug messages to console
|
||||||
debug_output = False
|
debug_output = False
|
Loading…
Reference in New Issue
Block a user