Package com.agisoft.metashape.tasks
Class ExportDepth
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ExportDepth
Task class containing processing parameters.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.agisoft.metashape.tasks.Task
Task.TaskTarget -
Field Summary
Fields inherited from class com.agisoft.metashape.tasks.Task
swigCMemOwn -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()int[]List of cameras to process.protected static longgetCPtr(ExportDepth obj) booleanEnable export of depth map.booleanEnable export of diffuse map.booleanEnable export of normal map.Path to depth map.Path to diffuse map.Path to normal map.voidsetCameras(int[] value) List of cameras to process.voidsetExportDepth(boolean value) Enable export of depth map.voidsetExportDiffuse(boolean value) Enable export of diffuse map.voidsetExportNormals(boolean value) Enable export of normal map.voidsetPathDepth(String value) Path to depth map.voidsetPathDiffuse(String value) Path to diffuse map.voidsetPathNormals(String value) Path to normal map.Methods inherited from class com.agisoft.metashape.tasks.Task
apply, apply, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
-
Constructor Details
-
ExportDepth
protected ExportDepth(long cPtr, boolean cMemoryOwn) -
ExportDepth
public ExportDepth()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
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
Path to depth map. -
getPathDepth
Path to depth map. -
setPathDiffuse
Path to diffuse map. -
getPathDiffuse
Path to diffuse map. -
setPathNormals
Path to normal map. -
getPathNormals
Path to normal map.
-