public static class NIVision.Curve extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
averageEdgeStrength |
int |
closed |
double |
curveLength |
double |
maxEdgeStrength |
double |
minEdgeStrength |
NIVision.PointFloat[] |
points |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.PointFloat[] points
public int closed
public double curveLength
public double minEdgeStrength
public double maxEdgeStrength
public double averageEdgeStrength
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)