public abstract class PixelMatcherBase extends java.lang.Object implements PixelMatcher
| Constructor and Description |
|---|
PixelMatcherBase() |
| Modifier and Type | Method and Description |
|---|---|
PixelMatcherResult |
match(javafx.scene.image.Image image0,
javafx.scene.image.Image image1)
Returns a
PixelMatcherResult that indicates how similar/dissimilar the two images were. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateEmptyMatchImage, createMatchColor, createNonMatchColormatchColorspublic PixelMatcherResult match(javafx.scene.image.Image image0, javafx.scene.image.Image image1)
PixelMatcherPixelMatcherResult that indicates how similar/dissimilar the two images were.match in interface PixelMatcher