public static class NIVision.MatchGeometricPatternOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.RangeFloat[] |
angleRanges |
private java.nio.ByteBuffer |
angleRanges_buf |
float |
minMatchScore |
int |
mode |
int |
numMatchesRequested |
NIVision.RangeFloat |
occlusionRange |
NIVision.RangeFloat |
scaleRange |
int |
subpixelAccuracy |
backing| Modifier | Constructor and Description |
|---|---|
|
MatchGeometricPatternOptions() |
protected |
MatchGeometricPatternOptions(java.nio.ByteBuffer backing,
int offset) |
|
MatchGeometricPatternOptions(int mode,
int subpixelAccuracy,
NIVision.RangeFloat[] angleRanges,
NIVision.RangeFloat scaleRange,
NIVision.RangeFloat occlusionRange,
int numMatchesRequested,
double minMatchScore) |
protected |
MatchGeometricPatternOptions(long nativeObj,
boolean owned) |
| 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 int mode
public int subpixelAccuracy
public NIVision.RangeFloat[] angleRanges
public NIVision.RangeFloat scaleRange
public NIVision.RangeFloat occlusionRange
public int numMatchesRequested
public float minMatchScore
private java.nio.ByteBuffer angleRanges_buf
public MatchGeometricPatternOptions()
public MatchGeometricPatternOptions(int mode,
int subpixelAccuracy,
NIVision.RangeFloat[] angleRanges,
NIVision.RangeFloat scaleRange,
NIVision.RangeFloat occlusionRange,
int numMatchesRequested,
double minMatchScore)
protected MatchGeometricPatternOptions(java.nio.ByteBuffer backing,
int offset)
protected MatchGeometricPatternOptions(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