public static class NIVision.LinearAverages extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
float[] |
columnAverages |
private java.nio.ByteBuffer |
columnAverages_buf |
float[] |
fallingDiagAverages |
private java.nio.ByteBuffer |
fallingDiagAverages_buf |
float[] |
risingDiagAverages |
private java.nio.ByteBuffer |
risingDiagAverages_buf |
float[] |
rowAverages |
private java.nio.ByteBuffer |
rowAverages_buf |
backing| Modifier | Constructor and Description |
|---|---|
|
LinearAverages() |
protected |
LinearAverages(java.nio.ByteBuffer backing,
int offset) |
|
LinearAverages(float[] columnAverages,
float[] rowAverages,
float[] risingDiagAverages,
float[] fallingDiagAverages) |
protected |
LinearAverages(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 float[] columnAverages
public float[] rowAverages
public float[] risingDiagAverages
public float[] fallingDiagAverages
private java.nio.ByteBuffer columnAverages_buf
private java.nio.ByteBuffer rowAverages_buf
private java.nio.ByteBuffer risingDiagAverages_buf
private java.nio.ByteBuffer fallingDiagAverages_buf
public LinearAverages()
public LinearAverages(float[] columnAverages,
float[] rowAverages,
float[] risingDiagAverages,
float[] fallingDiagAverages)
protected LinearAverages(java.nio.ByteBuffer backing,
int offset)
protected LinearAverages(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