public class ExactMatchSettings extends Object
| Constructor and Description |
|---|
ExactMatchSettings() |
ExactMatchSettings(ExactMatchSettings other) |
| Modifier and Type | Method and Description |
|---|---|
float |
getMatchThreshold() |
int |
getMinDiffHeight() |
int |
getMinDiffIntensity() |
int |
getMinDiffWidth() |
void |
setMatchThreshold(float matchThreshold) |
void |
setMinDiffHeight(int minDiffHeight) |
void |
setMinDiffIntensity(int minDiffIntensity) |
void |
setMinDiffWidth(int minDiffWidth) |
String |
toString() |
public ExactMatchSettings()
public ExactMatchSettings(ExactMatchSettings other)
public int getMinDiffIntensity()
public void setMinDiffIntensity(int minDiffIntensity)
public int getMinDiffWidth()
public void setMinDiffWidth(int minDiffWidth)
public int getMinDiffHeight()
public void setMinDiffHeight(int minDiffHeight)
public float getMatchThreshold()
public void setMatchThreshold(float matchThreshold)
Copyright © 2023. All rights reserved.