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