public interface ImageComparator
| Modifier and Type | Method and Description |
|---|---|
Image |
compare(Image image1,
Image image2)
Checks if images are the same according to whatever comparison logic is used.
|
String |
getID()
A string qualifying an image comparison algorithm.
|
Image compare(Image image1, Image image2)
image1 - an image to compare.image2 - an image to compare.String getID()
Copyright © 2018. All rights reserved.