Package com.agisoft.metashape.tasks
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.
-
Field Summary
Fields inherited from class com.agisoft.metashape.tasks.Task
swigCMemOwn -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()intgetCamera()Camera to be used for texturing in MappingCamera mode.protected static longgetCPtr(BuildUV obj)MappingModegetMappingMode()Texture mapping mode.intgetPageCount()Number of texture pages to generate.intgetTextureSize()Expected size of texture page at texture generation step.voidsetCamera(int value)Camera to be used for texturing in MappingCamera mode.voidsetMappingMode(MappingMode value)Texture mapping mode.voidsetPageCount(int value)Number of texture pages to generate.voidsetTextureSize(int value)Expected size of texture page at texture generation step.Methods inherited from class com.agisoft.metashape.tasks.Task
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCount
-
Constructor Details
-
BuildUV
protected BuildUV(long cPtr, boolean cMemoryOwn) -
BuildUV
public BuildUV()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
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
Texture mapping mode. Default: MappingMode.GenericMapping -
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
-