Update frame difference detection settings in VideoEditor class
This commit is contained in:
@@ -94,8 +94,8 @@ class VideoEditor:
|
||||
HIGH_FPS_THRESHOLD = 60 # FPS threshold for high FPS detection
|
||||
|
||||
# Frame difference detection settings
|
||||
FRAME_DIFFERENCE_THRESHOLD_DEFAULT = 10.0 # Percentage threshold for frame difference
|
||||
FRAME_DIFFERENCE_GAP_DEFAULT = 10 # Number of frames between comparisons
|
||||
FRAME_DIFFERENCE_THRESHOLD_DEFAULT = 50.0 # Percentage threshold for frame difference
|
||||
FRAME_DIFFERENCE_GAP_DEFAULT = 150 # Number of frames between comparisons
|
||||
FRAME_DIFFERENCE_PIXEL_THRESHOLD = 30 # Pixel threshold for binary thresholding
|
||||
|
||||
# Template matching settings
|
||||
|
||||
Reference in New Issue
Block a user