public static class NIVision.MatchPatternOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.RotationAngleRange[] |
angleRanges |
private java.nio.ByteBuffer |
angleRanges_buf |
int |
matchFactor |
int |
minContrast |
float |
minMatchScore |
NIVision.MatchingMode |
mode |
int |
numMatchesRequested |
int |
subpixelAccuracy |
backing| 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 |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic NIVision.MatchingMode mode
public int minContrast
public int subpixelAccuracy
public NIVision.RotationAngleRange[] angleRanges
public int numMatchesRequested
public int matchFactor
public float minMatchScore
private java.nio.ByteBuffer angleRanges_buf
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)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct