Class ImageComparator


  • public class ImageComparator
    extends Object
    Utility to compare two images and verify if the are equal to the human eye, or not. See the ImageComparator.Mode enumeration for comparison modes. The image comparison logic has been ported to Java from Resemble.js, https://github.com/Huddle/Resemble.js
    Author:
    Andrea Aime - GeoSolutions
    • Method Detail

      • getMismatchPercent

        public double getMismatchPercent()
      • getMismatchCount

        public long getMismatchCount()