public static class NIVision.FindCircularEdgeReport extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
double |
avgSNR |
double |
avgStrength |
NIVision.PointFloat |
center |
NIVision.PointFloat |
centerCalibrated |
int |
circleFound |
double |
radius |
double |
radiusCalibrated |
double |
roundness |
backing| Modifier | Constructor and Description |
|---|---|
|
FindCircularEdgeReport() |
protected |
FindCircularEdgeReport(java.nio.ByteBuffer backing,
int offset) |
protected |
FindCircularEdgeReport(long nativeObj,
boolean owned) |
|
FindCircularEdgeReport(NIVision.PointFloat centerCalibrated,
double radiusCalibrated,
NIVision.PointFloat center,
double radius,
double roundness,
double avgStrength,
double avgSNR,
int circleFound) |
| 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 centerCalibrated
public double radiusCalibrated
public NIVision.PointFloat center
public double radius
public double roundness
public double avgStrength
public double avgSNR
public int circleFound
public FindCircularEdgeReport()
public FindCircularEdgeReport(NIVision.PointFloat centerCalibrated, double radiusCalibrated, NIVision.PointFloat center, double radius, double roundness, double avgStrength, double avgSNR, int circleFound)
protected FindCircularEdgeReport(java.nio.ByteBuffer backing,
int offset)
protected FindCircularEdgeReport(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