Class DepthMap

java.lang.Object
com.agisoft.metashape.DepthMap

public class DepthMap extends Object
Depth map data.
  • Field Details

    • swigCMemOwn

      protected transient boolean swigCMemOwn
  • Constructor Details

    • DepthMap

      public DepthMap(long cPtr, boolean cMemoryOwn)
    • DepthMap

      public DepthMap()
    • DepthMap

      public DepthMap(DepthMap depth_map)
  • Method Details

    • getCPtr

      public static long getCPtr(DepthMap obj)
    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • delete

      public void delete()
    • setCalibration

      public void setCalibration(int level, Calibration calib)
      Depth map calibration.
    • getCalibration

      public Calibration getCalibration(int level)
      Depth map calibration, may be null.
    • setImage

      public void setImage(int level, Image image)
      Image object with depth map data.
    • getImage

      public Image getImage(int level)
      Image object with depth map data, may be null.