Class ExportMasks

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

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

    • ExportMasks

      protected ExportMasks​(long cPtr, boolean cMemoryOwn)
    • ExportMasks

      public ExportMasks()
  • Method Details

    • getCPtr

      protected static long getCPtr​(ExportMasks 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.
    • setPath

      public void setPath​(String value)
      Path to output file.
    • getPath

      public String getPath()
      Path to output file.