Class ExportDepth

java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ExportDepth

public class ExportDepth extends Task
Task class containing processing parameters.
  • Constructor Details

    • ExportDepth

      protected ExportDepth(long cPtr, boolean cMemoryOwn)
    • ExportDepth

      public ExportDepth()
  • Method Details

    • getCPtr

      protected static long getCPtr(ExportDepth obj)
    • finalize

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

      public void delete()
      Overrides:
      delete in class Task
    • setCameras

      public void setCameras(int[] value)
      List of cameras to process.
    • getCameras

      public int[] getCameras()
      List of cameras to process.
    • setExportDepth

      public void setExportDepth(boolean value)
      Enable export of depth map. Default: true
    • getExportDepth

      public boolean getExportDepth()
      Enable export of depth map. Default: true
    • setExportDiffuse

      public void setExportDiffuse(boolean value)
      Enable export of diffuse map. Default: true
    • getExportDiffuse

      public boolean getExportDiffuse()
      Enable export of diffuse map. Default: true
    • setExportNormals

      public void setExportNormals(boolean value)
      Enable export of normal map. Default: true
    • getExportNormals

      public boolean getExportNormals()
      Enable export of normal map. Default: true
    • setPathDepth

      public void setPathDepth(String value)
      Path to depth map.
    • getPathDepth

      public String getPathDepth()
      Path to depth map.
    • setPathDiffuse

      public void setPathDiffuse(String value)
      Path to diffuse map.
    • getPathDiffuse

      public String getPathDiffuse()
      Path to diffuse map.
    • setPathNormals

      public void setPathNormals(String value)
      Path to normal map.
    • getPathNormals

      public String getPathNormals()
      Path to normal map.