2023-11-17
🔗I added structural image similarity to SBBP , so that screenshots from the video that are too similar to the previous one are automatically dropped out. This makes the viewing experience much better since you only see a new image when something has really changed since the previous one.
Learning
Calculating Structural Similarity of Images
Turns out scikit-image
in Python makes this really easy.
=
=
=