public static class NIVision.MatchPatternOptions extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.RotationAngleRange[] |
angleRanges |
int |
matchFactor |
int |
minContrast |
float |
minMatchScore |
NIVision.MatchingMode |
mode |
int |
numMatchesRequested |
int |
subpixelAccuracy |
Modifier | Constructor and Description |
---|---|
|
MatchPatternOptions() |
protected |
MatchPatternOptions(java.nio.ByteBuffer backing,
int offset) |
protected |
MatchPatternOptions(long nativeObj,
boolean owned) |
|
MatchPatternOptions(NIVision.MatchingMode mode,
int minContrast,
int subpixelAccuracy,
NIVision.RotationAngleRange[] angleRanges,
int numMatchesRequested,
int matchFactor,
double minMatchScore) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.MatchingMode mode
public int minContrast
public int subpixelAccuracy
public NIVision.RotationAngleRange[] angleRanges
public int numMatchesRequested
public int matchFactor
public float minMatchScore
public MatchPatternOptions()
public MatchPatternOptions(NIVision.MatchingMode mode, int minContrast, int subpixelAccuracy, NIVision.RotationAngleRange[] angleRanges, int numMatchesRequested, int matchFactor, double minMatchScore)
protected MatchPatternOptions(java.nio.ByteBuffer backing, int offset)
protected MatchPatternOptions(long nativeObj, boolean owned)