public static class NIVision.DistortionModelParams extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
NIVision.DistortionModel |
distortionModel |
NIVision.DivisionModel |
divisionModel |
NIVision.PolyModel |
polyModel |
Modifier | Constructor and Description |
---|---|
|
DistortionModelParams() |
protected |
DistortionModelParams(java.nio.ByteBuffer backing,
int offset) |
protected |
DistortionModelParams(long nativeObj,
boolean owned) |
|
DistortionModelParams(NIVision.DistortionModel distortionModel,
NIVision.PolyModel polyModel,
NIVision.DivisionModel divisionModel) |
Modifier and Type | Method and Description |
---|---|
void |
read() |
protected void |
setBuffer(java.nio.ByteBuffer backing,
int offset) |
int |
size() |
void |
write() |
public NIVision.DistortionModel distortionModel
public NIVision.PolyModel polyModel
public NIVision.DivisionModel divisionModel
public DistortionModelParams()
public DistortionModelParams(NIVision.DistortionModel distortionModel, NIVision.PolyModel polyModel, NIVision.DivisionModel divisionModel)
protected DistortionModelParams(java.nio.ByteBuffer backing, int offset)
protected DistortionModelParams(long nativeObj, boolean owned)