public static class NIVision.CalibrationReferencePoints extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.ImageSize |
imageSize |
NIVision.PointDouble[] |
pixelCoords |
NIVision.PointDouble[] |
realCoords |
NIVision.CalibrationUnit |
units |
Modifier | Constructor and Description |
---|---|
|
CalibrationReferencePoints() |
protected |
CalibrationReferencePoints(java.nio.ByteBuffer backing,
int offset) |
protected |
CalibrationReferencePoints(long nativeObj,
boolean owned) |
|
CalibrationReferencePoints(NIVision.PointDouble[] pixelCoords,
NIVision.PointDouble[] realCoords,
NIVision.CalibrationUnit units,
NIVision.ImageSize imageSize) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.PointDouble[] pixelCoords
public NIVision.PointDouble[] realCoords
public NIVision.CalibrationUnit units
public NIVision.ImageSize imageSize
public CalibrationReferencePoints()
public CalibrationReferencePoints(NIVision.PointDouble[] pixelCoords, NIVision.PointDouble[] realCoords, NIVision.CalibrationUnit units, NIVision.ImageSize imageSize)
protected CalibrationReferencePoints(java.nio.ByteBuffer backing, int offset)
protected CalibrationReferencePoints(long nativeObj, boolean owned)