Releases: ChrisRega/image-compare
Releases · ChrisRega/image-compare
0.2.0-RC2
0.2.0-RC1
0.1.1 - Patch-Release for MSSIM
Fixed two flaws in MSSIM:
-
smaller border-windows where taken into the mean as full windows given contained border pixels more weight (very small effect < 1e4 in examples / tests).
-
sub-windows of the image where not correctly shifted resulting in bordering pixels being used double (small effect ~0.01 in examples/tests)
-
Added more tests
-
Added a new trait to allow easy conversion of SimilarityImage to grayscale
-
Added tests for this (see cucumber-tests for examples :) )