public class PixelMatcherResult
extends java.lang.Object
PixelMatcher.match(Image, Image).| Constructor and Description |
|---|
PixelMatcherResult(javafx.scene.image.Image matchImage,
long matchPixels,
long totalPixels) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMatchFactor()
Gets the percentage of pixels that matched between the two original images.
|
javafx.scene.image.Image |
getMatchImage()
Gets the image whose pixels indicate matches and mismatches between the two original images.
|
long |
getMatchPixels()
Gets the total number of pixels that matched between the two original images.
|
double |
getNonMatchFactor()
Gets the percentage of pixels that did not match between the two original images.
|
long |
getNonMatchPixels()
Gets the total number of pixels that did not match between the two original images.
|
long |
getTotalPixels()
Gets the total number of pixels in the match image.
|
public PixelMatcherResult(javafx.scene.image.Image matchImage,
long matchPixels,
long totalPixels)
public javafx.scene.image.Image getMatchImage()
public long getTotalPixels()
public long getMatchPixels()
public long getNonMatchPixels()
public double getMatchFactor()
public double getNonMatchFactor()