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