public static class NIVision.BestCircle extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
double |
area |
NIVision.PointFloat |
center |
double |
error |
double |
perimeter |
double |
radius |
backing| Modifier | Constructor and Description |
|---|---|
|
BestCircle() |
protected |
BestCircle(java.nio.ByteBuffer backing,
int offset) |
protected |
BestCircle(long nativeObj,
boolean owned) |
|
BestCircle(NIVision.PointFloat center,
double radius,
double area,
double perimeter,
double error) |
| 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 center
public double radius
public double area
public double perimeter
public double error
public BestCircle()
public BestCircle(NIVision.PointFloat center, double radius, double area, double perimeter, double error)
protected BestCircle(java.nio.ByteBuffer backing,
int offset)
protected BestCircle(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