public static class NIVision.ContourPoint extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
curvature |
double |
x |
double |
xDisplacement |
double |
y |
double |
yDisplacement |
Modifier | Constructor and Description |
---|---|
|
ContourPoint() |
protected |
ContourPoint(java.nio.ByteBuffer backing,
int offset) |
|
ContourPoint(double x,
double y,
double curvature,
double xDisplacement,
double yDisplacement) |
protected |
ContourPoint(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 x
public double y
public double curvature
public double xDisplacement
public double yDisplacement
public ContourPoint()
public ContourPoint(double x, double y, double curvature, double xDisplacement, double yDisplacement)
protected ContourPoint(java.nio.ByteBuffer backing, int offset)
protected ContourPoint(long nativeObj, boolean owned)