public static class NIVision.SimpleEdgeOptions extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
int |
hysteresis |
NIVision.EdgeProcess |
process |
int |
subpixel |
int |
threshold |
NIVision.LevelType |
type |
backing| Modifier | Constructor and Description |
|---|---|
|
SimpleEdgeOptions() |
protected |
SimpleEdgeOptions(java.nio.ByteBuffer backing,
int offset) |
protected |
SimpleEdgeOptions(long nativeObj,
boolean owned) |
|
SimpleEdgeOptions(NIVision.LevelType type,
int threshold,
int hysteresis,
NIVision.EdgeProcess process,
int subpixel) |
| 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.LevelType type
public int threshold
public int hysteresis
public NIVision.EdgeProcess process
public int subpixel
public SimpleEdgeOptions()
public SimpleEdgeOptions(NIVision.LevelType type, int threshold, int hysteresis, NIVision.EdgeProcess process, int subpixel)
protected SimpleEdgeOptions(java.nio.ByteBuffer backing,
int offset)
protected SimpleEdgeOptions(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