Class DepthSensorCalibrationModuleJNI
java.lang.Object
edu.tufts.hrilab.vision.capture.calibration.swig.DepthSensorCalibrationModuleJNI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final void
delete_DepthSensorCalibration
(long jarg1) static final void
DepthSensorCalibration_getDatum
(long jarg1, DepthSensorCalibration jarg1_, int jarg2, double[] jarg3, double[] jarg4, double[] jarg5) static final boolean
DepthSensorCalibration_takeSnapshot
(long jarg1, DepthSensorCalibration jarg1_) static final long
new_DepthSensorCalibration
(int jarg1, int jarg2, int jarg3)
-
Constructor Details
-
DepthSensorCalibrationModuleJNI
public DepthSensorCalibrationModuleJNI()
-
-
Method Details
-
new_DepthSensorCalibration
public static final long new_DepthSensorCalibration(int jarg1, int jarg2, int jarg3) -
delete_DepthSensorCalibration
public static final void delete_DepthSensorCalibration(long jarg1) -
DepthSensorCalibration_takeSnapshot
public static final boolean DepthSensorCalibration_takeSnapshot(long jarg1, DepthSensorCalibration jarg1_) -
DepthSensorCalibration_getDatum
public static final void DepthSensorCalibration_getDatum(long jarg1, DepthSensorCalibration jarg1_, int jarg2, double[] jarg3, double[] jarg4, double[] jarg5)
-