Package com.agisoft.metashape.tasks
Class ResetMasks
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.ResetMasks
public class ResetMasks 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 ResetMasks()protectedResetMasks(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()int[]getCameras()List of cameras to process.protected static longgetCPtr(ResetMasks obj)voidsetCameras(int[] value)List of cameras to process.Methods inherited from class com.agisoft.metashape.tasks.Task
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCount
-
Constructor Details
-
ResetMasks
protected ResetMasks(long cPtr, boolean cMemoryOwn) -
ResetMasks
public ResetMasks()
-
-
Method Details