Releases: ljubicicrobert/SSIMS
Releases · ljubicicrobert/SSIMS
SSIMS_v0.3.0.0
Major changes:
- Migrated from .NET 4.0 to .NET 4.5 to enable new version checking using GitHub
- Added automatic and manual checking for new versions on GUI start
- Added link to GitHub readme as help
- Added frame filtering capabilities
- Replaced RMSD analysis for tracked feature quality with SSIM scores
- Added a Measure tool to help with determining optimal GSD in "Orthorectify" form
Minor changes:
- Changed name of the tool
- Updated screenshots to match new version
- Minor changes to Matplotlib windows' key shortcuts
- Added "Inspect frames" and "Open results folder" shortcuts
- Added shortcut for %PATH% variables window
SSIMS_v0.2.1.1
Major changes:
- Added option to interactively inspect frames
- Added button to quickly open results folder
Minor changes:
- Replaced f-strings with .format for compatibility with pre-3.7 Python
- Minor bug fixes