public static class NIVision.InternalParameters extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.FocalLength |
focalLength |
byte |
isInsufficientData |
NIVision.PointFloat |
opticalCenter |
Modifier | Constructor and Description |
---|---|
|
InternalParameters() |
protected |
InternalParameters(java.nio.ByteBuffer backing,
int offset) |
|
InternalParameters(byte isInsufficientData,
NIVision.FocalLength focalLength,
NIVision.PointFloat opticalCenter) |
protected |
InternalParameters(long nativeObj,
boolean owned) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public byte isInsufficientData
public NIVision.FocalLength focalLength
public NIVision.PointFloat opticalCenter
public InternalParameters()
public InternalParameters(byte isInsufficientData, NIVision.FocalLength focalLength, NIVision.PointFloat opticalCenter)
protected InternalParameters(java.nio.ByteBuffer backing, int offset)
protected InternalParameters(long nativeObj, boolean owned)