public class FeaturesMatchingOptions extends BaseComparisonOptions<FeaturesMatchingOptions>
Constructor and Description |
---|
FeaturesMatchingOptions() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
build()
Builds a map, which is ready to be passed to the subordinated
Appium API.
|
FeaturesMatchingOptions |
withDetectorName(FeatureDetector name)
Sets the detector name for features matching
algorithm.
|
FeaturesMatchingOptions |
withGoodMatchesFactor(int factor)
The maximum count of "good" matches (e. g. with minimal distances).
|
FeaturesMatchingOptions |
withMatchFunc(MatchingFunction name)
The name of the matching function.
|
withEnabledVisualization
public FeaturesMatchingOptions withDetectorName(FeatureDetector name)
public FeaturesMatchingOptions withMatchFunc(MatchingFunction name)
public FeaturesMatchingOptions withGoodMatchesFactor(int factor)
public java.util.Map<java.lang.String,java.lang.Object> build()
BaseComparisonOptions
build
in class BaseComparisonOptions<FeaturesMatchingOptions>