Class StereoCalibration

java.lang.Object
edu.tufts.hrilab.vision.capture.calibration.swig.StereoCalibration

public class StereoCalibration extends Object
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • StereoCalibration

      protected StereoCalibration(long cPtr, boolean cMemoryOwn)
    • StereoCalibration

      public StereoCalibration(int numCornersX, int numCornersY, StereoCalibration.CALIB_MODE calibmode)
  • Method Details

    • getCPtr

      protected static long getCPtr(StereoCalibration obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • 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)