public static class NIVision.ClassifiedCurve extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.PointDouble[] |
curvePoints |
int |
label |
double |
length |
double |
lengthReal |
double |
maxCurvature |
double |
maxCurvatureReal |
Modifier | Constructor and Description |
---|---|
|
ClassifiedCurve() |
protected |
ClassifiedCurve(java.nio.ByteBuffer backing,
int offset) |
|
ClassifiedCurve(double length,
double lengthReal,
double maxCurvature,
double maxCurvatureReal,
int label,
NIVision.PointDouble[] curvePoints) |
protected |
ClassifiedCurve(long nativeObj,
boolean owned) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public double length
public double lengthReal
public double maxCurvature
public double maxCurvatureReal
public int label
public NIVision.PointDouble[] curvePoints
public ClassifiedCurve()
public ClassifiedCurve(double length, double lengthReal, double maxCurvature, double maxCurvatureReal, int label, NIVision.PointDouble[] curvePoints)
protected ClassifiedCurve(java.nio.ByteBuffer backing, int offset)
protected ClassifiedCurve(long nativeObj, boolean owned)