| Package | Description |
|---|---|
| org.jemmy.image |
Image library
Contains classes allowing to compare two images and
to find one image inside another.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AverageDistanceImageComparator
Compares two images calculating average color distance between pixels and
comparing it to the threshold value.
|
class |
NaturalImageComparator
Compares two images naturally
(i.e. ignoring slight difference between pixel colors).
|
class |
RoughImageComparator
Compares two images roughly (i.e. not all of the pixel colors should match).
|
class |
StrictImageComparator
Compares two images strictly (i.e. all the pixel colors should match).
|
Copyright © 2018. All rights reserved.