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