public static class NIVision.DetectExtremesOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
double |
threshold |
int |
width |
backing| Modifier | Constructor and Description |
|---|---|
|
DetectExtremesOptions() |
protected |
DetectExtremesOptions(java.nio.ByteBuffer backing,
int offset) |
|
DetectExtremesOptions(double threshold,
int width) |
protected |
DetectExtremesOptions(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 DetectExtremesOptions()
public DetectExtremesOptions(double threshold,
int width)
protected DetectExtremesOptions(java.nio.ByteBuffer backing,
int offset)
protected DetectExtremesOptions(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