public static class NIVision.BestCircle extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
double |
area |
NIVision.PointFloat |
center |
double |
error |
double |
perimeter |
double |
radius |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public 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)