Package com.agisoft.metashape.tasks
Class InvertMasks
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.InvertMasks
public class InvertMasks 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 InvertMasks()protectedInvertMasks(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()int[]getCameras()List of cameras to process.protected static longgetCPtr(InvertMasks 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
-
InvertMasks
protected InvertMasks(long cPtr, boolean cMemoryOwn) -
InvertMasks
public InvertMasks()
-
-
Method Details