| Package | Description |
|---|---|
| org.arquillian.rusheye.comparison | |
| org.arquillian.rusheye.result | |
| org.arquillian.rusheye.suite |
JBoss, Home of Professional Open Source
Copyright ${year}, Red Hat, Inc.
|
| Modifier and Type | Method and Description |
|---|---|
ComparisonResult |
ImageComparator.compare(BufferedImage patternImage,
BufferedImage sampleImage,
Perception perception,
Collection<Mask> masks)
Compares patternImage with sampleImage approximating human perception of color spaces.
|
| Modifier and Type | Method and Description |
|---|---|
ResultConclusion |
ResultEvaluator.evaluate(Perception perception,
ComparisonResult comparisonResult)
Evaluates the comparison result using perception settings to obtain conclusion of comparison process.
|
void |
ResultCollector.onPatternCompleted(Test test,
Pattern pattern,
ComparisonResult comparisonResult)
Fired when comparison process of pattern was completed.
|
void |
ResultCollectorAdapter.onPatternCompleted(Test test,
Pattern pattern,
ComparisonResult comparisonResult) |
| Modifier and Type | Field and Description |
|---|---|
protected ComparisonResult |
Pattern.comparisonResult
The comparison result.
|
| Modifier and Type | Method and Description |
|---|---|
ComparisonResult |
Pattern.getComparisonResult()
Gets the comparison result.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Pattern.setComparisonResult(ComparisonResult comparisonResult)
Sets the comparison result.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.