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