public static class NIVision.ShapeReport extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.Point |
centroid |
NIVision.Rect |
coordinates |
double |
score |
int |
size |
backing| Modifier | Constructor and Description |
|---|---|
|
ShapeReport() |
protected |
ShapeReport(java.nio.ByteBuffer backing,
int offset) |
protected |
ShapeReport(long nativeObj,
boolean owned) |
|
ShapeReport(NIVision.Rect coordinates,
NIVision.Point centroid,
int size,
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.Rect coordinates
public NIVision.Point centroid
public int size
public double score
public ShapeReport()
public ShapeReport(NIVision.Rect coordinates, NIVision.Point centroid, int size, double score)
protected ShapeReport(java.nio.ByteBuffer backing,
int offset)
protected ShapeReport(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