Package com.agisoft.metashape.tasks
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.
-
Field Summary
Fields inherited from class com.agisoft.metashape.tasks.Task
swigCMemOwn -
Constructor Summary
Constructors Modifier Constructor Description ExportDepth()protectedExportDepth(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()int[]getCameras()List of cameras to process.protected static longgetCPtr(ExportDepth obj)booleangetExportDepth()Enable export of depth map.booleangetExportDiffuse()Enable export of diffuse map.booleangetExportNormals()Enable export of normal map.StringgetPathDepth()Path to depth map.StringgetPathDiffuse()Path to diffuse map.StringgetPathNormals()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, getWorkitemCount, setParameter, setWorkitemCount
-
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.
-