public static class NIVision.CalibrationReferencePoints extends NIVision.DisposedStruct
| Modifier and Type | Field and Description |
|---|---|
NIVision.ImageSize |
imageSize |
NIVision.PointDouble[] |
pixelCoords |
private java.nio.ByteBuffer |
pixelCoords_buf |
NIVision.PointDouble[] |
realCoords |
private java.nio.ByteBuffer |
realCoords_buf |
NIVision.CalibrationUnit |
units |
backing| 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 |
|---|---|
private void |
init() |
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
finalize, free, getAddress, setBufferpublic NIVision.PointDouble[] pixelCoords
public NIVision.PointDouble[] realCoords
public NIVision.CalibrationUnit units
public NIVision.ImageSize imageSize
private java.nio.ByteBuffer pixelCoords_buf
private java.nio.ByteBuffer realCoords_buf
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)
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