public static class NIVision.RectangleMatch extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.PointFloat[] |
corner |
double |
height |
double |
rotation |
double |
score |
double |
width |
backing| 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 |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic 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)
private void init()
protected void setBuffer(java.nio.ByteBuffer backing,
int offset)
public void read()
read in class NIVision.DisposedStructpublic void write()
write in class NIVision.DisposedStructpublic int size()
size in class NIVision.DisposedStruct