public static class NIVision.ErrorStatistics extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
double |
distortion |
double |
maximum |
double |
mean |
double |
standardDeviation |
backing| Modifier | Constructor and Description |
|---|---|
|
ErrorStatistics() |
protected |
ErrorStatistics(java.nio.ByteBuffer backing,
int offset) |
|
ErrorStatistics(double mean,
double maximum,
double standardDeviation,
double distortion) |
protected |
ErrorStatistics(long nativeObj,
boolean owned) |
| 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 double mean
public double maximum
public double standardDeviation
public double distortion
public ErrorStatistics()
public ErrorStatistics(double mean,
double maximum,
double standardDeviation,
double distortion)
protected ErrorStatistics(java.nio.ByteBuffer backing,
int offset)
protected ErrorStatistics(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