public class FeaturesMatchingResult extends ComparisonResult
Constructor and Description |
---|
FeaturesMatchingResult(java.util.Map<java.lang.String,java.lang.Object> input) |
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Returns a count of matched edges on both images.
|
java.util.List<org.openqa.selenium.Point> |
getPoints1()
Returns a list of matching points on the first image.
|
java.util.List<org.openqa.selenium.Point> |
getPoints2()
Returns a list of matching points on the second image.
|
org.openqa.selenium.Rectangle |
getRect1()
Returns a rect for the `points1` list.
|
org.openqa.selenium.Rectangle |
getRect2()
Returns a rect for the `points2` list.
|
int |
getTotalCount()
Returns a count of matched edges on both images.
|
getCommandResult, getVisualization, mapToPoint, mapToRect, storeVisualization, verifyPropertyPresence
public FeaturesMatchingResult(java.util.Map<java.lang.String,java.lang.Object> input)
public int getCount()
public int getTotalCount()
public java.util.List<org.openqa.selenium.Point> getPoints1()
public org.openqa.selenium.Rectangle getRect1()
public java.util.List<org.openqa.selenium.Point> getPoints2()
public org.openqa.selenium.Rectangle getRect2()