public static class NIVision.Curve extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
double |
averageEdgeStrength |
int |
closed |
double |
curveLength |
double |
maxEdgeStrength |
double |
minEdgeStrength |
NIVision.PointFloat[] |
points |
private java.nio.ByteBuffer |
points_buf |
backing| Modifier | Constructor and Description |
|---|---|
|
Curve() |
protected |
Curve(java.nio.ByteBuffer backing,
int offset) |
protected |
Curve(long nativeObj,
boolean owned) |
|
Curve(NIVision.PointFloat[] points,
int closed,
double curveLength,
double minEdgeStrength,
double maxEdgeStrength,
double averageEdgeStrength) |
| 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.PointFloat[] points
public int closed
public double curveLength
public double minEdgeStrength
public double maxEdgeStrength
public double averageEdgeStrength
private java.nio.ByteBuffer points_buf
public Curve()
public Curve(NIVision.PointFloat[] points, int closed, double curveLength, double minEdgeStrength, double maxEdgeStrength, double averageEdgeStrength)
protected Curve(java.nio.ByteBuffer backing,
int offset)
protected Curve(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