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