Class StereoCalibration
java.lang.Object
edu.tufts.hrilab.vision.capture.calibration.swig.StereoCalibration
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionStereoCalibration
(int numCornersX, int numCornersY, StereoCalibration.CALIB_MODE calibmode) protected
StereoCalibration
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
protected void
finalize()
protected static long
getCPtr
(StereoCalibration obj) void
getDatum
(int index, double[] params2) void
getParameters
(double[] params) int
void
getPoint
(double[] params, double[] datum, double[] point3d) boolean
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
StereoCalibration
protected StereoCalibration(long cPtr, boolean cMemoryOwn) -
StereoCalibration
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
getParametersSize
public int getParametersSize() -
getParameters
public void getParameters(double[] params) -
takeSnapshot
public boolean takeSnapshot() -
getDatum
public void getDatum(int index, double[] params2) -
getPoint
public void getPoint(double[] params, double[] datum, double[] point3d)
-