Skip to content

Releases: up42/image-similarity-measures

v0.3.6

04 May 13:54
2b3cd2a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.5...v0.3.6

v0.3.5

08 Feb 12:49
Compare
Choose a tag to compare
  • Add GitHub CI workflow.
  • CLI tool improvements
    • mode is no longer necessary (or allowed), files with a .tif or .tiff extension are read using the TIFF code. This also allows mixing and matching TIFF/non-TIFF images.
    • metric can be repeated, or all can be specified.
    • The --write_to_file option was removed. Instead, the tool always outputs information as machine-readable JSON at the end of the run, and that information can readily be redirected into a file. Since the information contains the file names evaluated, it can even be appended into a JSON Lines style file.
  • The package is now compatible with python 3.9.

v0.3.4

30 Nov 10:01
29f8c47
Compare
Choose a tag to compare
  • Add python3.8 to setup.py to make sure the package can be installed with python 3.8.
  • Add the compatible python versions to the README.

v0.3.3

26 Nov 12:19
29f8c47
Compare
Choose a tag to compare

Minor fixes for:

SAM (Convert NaN to 0)
UIQ (Raise ValueError with wrong window size)

Review of all 8 metrics

30 Sep 13:01
f0ebc7a
Compare
Choose a tag to compare

Reviewed all 8 quality metrics, improved code clarity and documentation.
Fixed formulas for:

  • PSNR (first average, then convert to dB)
  • SRE (first average, then convert to dB)
  • SAM (number of small fixes)
  • UIQ (number of small fixes)

0.2.2

16 Sep 10:41
051e127
Compare
Choose a tag to compare

SAM metric now produces degrees instead of radiance.

0.1.2

26 Aug 13:11
03febbd
Compare
Choose a tag to compare

Fix bugs related to the evaluation script.