public static class NIVision.Disparity extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.PointDouble |
current |
double |
distance |
NIVision.PointDouble |
reference |
backing| Modifier | Constructor and Description |
|---|---|
|
Disparity() |
protected |
Disparity(java.nio.ByteBuffer backing,
int offset) |
protected |
Disparity(long nativeObj,
boolean owned) |
|
Disparity(NIVision.PointDouble current,
NIVision.PointDouble reference,
double distance) |
| 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.PointDouble current
public NIVision.PointDouble reference
public double distance
public Disparity()
public Disparity(NIVision.PointDouble current, NIVision.PointDouble reference, double distance)
protected Disparity(java.nio.ByteBuffer backing,
int offset)
protected Disparity(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