public static class NIVision.RectangleFeature extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.PointFloat[] |
corner |
double |
height |
NIVision.PointFloat |
position |
double |
rotation |
double |
width |
Modifier | Constructor and Description |
---|---|
|
RectangleFeature() |
protected |
RectangleFeature(java.nio.ByteBuffer backing,
int offset) |
protected |
RectangleFeature(long nativeObj,
boolean owned) |
|
RectangleFeature(NIVision.PointFloat position,
NIVision.PointFloat[] corner,
double rotation,
double width,
double height) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.PointFloat position
public NIVision.PointFloat[] corner
public double rotation
public double width
public double height
public RectangleFeature()
public RectangleFeature(NIVision.PointFloat position, NIVision.PointFloat[] corner, double rotation, double width, double height)
protected RectangleFeature(java.nio.ByteBuffer backing, int offset)
protected RectangleFeature(long nativeObj, boolean owned)