public static class NIVision.EllipseMatch extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
double |
majorRadius |
double |
minorRadius |
NIVision.PointFloat |
position |
double |
rotation |
double |
score |
backing| Modifier | Constructor and Description |
|---|---|
|
EllipseMatch() |
protected |
EllipseMatch(java.nio.ByteBuffer backing,
int offset) |
protected |
EllipseMatch(long nativeObj,
boolean owned) |
|
EllipseMatch(NIVision.PointFloat position,
double rotation,
double majorRadius,
double minorRadius,
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 position
public double rotation
public double majorRadius
public double minorRadius
public double score
public EllipseMatch()
public EllipseMatch(NIVision.PointFloat position, double rotation, double majorRadius, double minorRadius, double score)
protected EllipseMatch(java.nio.ByteBuffer backing,
int offset)
protected EllipseMatch(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