public static class NIVision.Disparity extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.PointDouble |
current |
double |
distance |
NIVision.PointDouble |
reference |
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 |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public 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)