Class BuildUV

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

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

    • BuildUV

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

      public BuildUV()
  • Method Details

    • getCPtr

      protected static long getCPtr​(BuildUV obj)
    • finalize

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

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

      public void setCamera​(int value)
      Camera to be used for texturing in MappingCamera mode. Default: -1
    • getCamera

      public int getCamera()
      Camera to be used for texturing in MappingCamera mode. Default: -1
    • setMappingMode

      public void setMappingMode​(MappingMode value)
      Texture mapping mode. Default: MappingMode.GenericMapping
    • getMappingMode

      public MappingMode getMappingMode()
      Texture mapping mode. Default: MappingMode.GenericMapping
    • setPageCount

      public void setPageCount​(int value)
      Number of texture pages to generate. Default: 1
    • getPageCount

      public int getPageCount()
      Number of texture pages to generate. Default: 1
    • setTextureSize

      public void setTextureSize​(int value)
      Expected size of texture page at texture generation step. Default: 4096
    • getTextureSize

      public int getTextureSize()
      Expected size of texture page at texture generation step. Default: 4096