public static class NIVision.ContourInfoReport extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double[] |
curvaturePixel |
double[] |
curvatureReal |
int |
hasEquation |
double |
length |
double |
lengthReal |
NIVision.PointDouble[] |
pointsPixel |
NIVision.PointDouble[] |
pointsReal |
Modifier | Constructor and Description |
---|---|
|
ContourInfoReport() |
protected |
ContourInfoReport(java.nio.ByteBuffer backing,
int offset) |
protected |
ContourInfoReport(long nativeObj,
boolean owned) |
|
ContourInfoReport(NIVision.PointDouble[] pointsPixel,
NIVision.PointDouble[] pointsReal,
double[] curvaturePixel,
double[] curvatureReal,
double length,
double lengthReal,
int hasEquation) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.PointDouble[] pointsPixel
public NIVision.PointDouble[] pointsReal
public double[] curvaturePixel
public double[] curvatureReal
public double length
public double lengthReal
public int hasEquation
public ContourInfoReport()
public ContourInfoReport(NIVision.PointDouble[] pointsPixel, NIVision.PointDouble[] pointsReal, double[] curvaturePixel, double[] curvatureReal, double length, double lengthReal, int hasEquation)
protected ContourInfoReport(java.nio.ByteBuffer backing, int offset)
protected ContourInfoReport(long nativeObj, boolean owned)