image-compare 0.1.0

Image comparison library based upon the image crate. Currently it provides SSIM and RMS for comparing grayscale images with a friendly license.
Documentation
image-compare-0.1.0 has been yanked.

image-compare

Simple image comparison in rust based on the image crate

Note that this crate is heavily work in progress. Algorithms are neither cross-checked not particularly fast yet. Everything is implemented in plain CPU with no SIMD or GPU usage.

Supported now:

  • Comparing grayscale images
    • By RMS - score is calculated by:
    • By MSSIM
      • SSIM is implemented as described on wikipedia.
      • MSSIM is calculated by using 8x8 pixel windows for SSIM and averaging over the results