public static class NIVision.MatchGeometricPatternOptions extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.RangeFloat[] |
angleRanges |
float |
minMatchScore |
int |
mode |
int |
numMatchesRequested |
NIVision.RangeFloat |
occlusionRange |
NIVision.RangeFloat |
scaleRange |
int |
subpixelAccuracy |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public int mode
public int subpixelAccuracy
public NIVision.RangeFloat[] angleRanges
public NIVision.RangeFloat scaleRange
public NIVision.RangeFloat occlusionRange
public int numMatchesRequested
public float minMatchScore
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)