DiffResult

data class DiffResult(val diffImage: BufferedImage, val mismatchedPixels: Int, val totalPixels: Int)

Constructors

Link copied to clipboard
constructor(diffImage: BufferedImage, mismatchedPixels: Int, totalPixels: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun matches(tolerancePercent: Double = DEFAULT_TOLERANCE_PERCENT, minMismatchedPixels: Int = DEFAULT_MIN_MISMATCHED_PIXELS): Boolean