-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SSIM blur slider to avoid detail clutter bogging down ssmi
prompt_travel.py - Add a new SSIM blur slider to the script's prompt menu. - The slider helps with images featuring many small changing details. - The value of the slider ranges from 0 to 100 with a step of 1. - Update the script's configuration list and arguments with the new slider. - Apply the GaussianBlur filter to the images based on the slider value. - Use the blurred images for calculating distance in the script's main loop. - Enhance the script's functionality by considering the SSIM blur when checking distances between images.
- Loading branch information
Daniel Dengler
committed
Nov 14, 2023
1 parent
2493c43
commit 66f7c4c
Showing
1 changed file
with
15 additions
and
4 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