Package com.agisoft.metashape.tasks
Class DetectFiducials
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.DetectFiducials
public class DetectFiducials 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 DetectFiducials()protectedDetectFiducials(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()int[]getCameras()List of cameras to process.protected static longgetCPtr(DetectFiducials obj)int[]getFrames()List of frames to process.booleangetGenerateMasks()Generate background masks.voidsetCameras(int[] value)List of cameras to process.voidsetFrames(int[] value)List of frames to process.voidsetGenerateMasks(boolean value)Generate background masks.Methods inherited from class com.agisoft.metashape.tasks.Task
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCount
-
Constructor Details
-
DetectFiducials
protected DetectFiducials(long cPtr, boolean cMemoryOwn) -
DetectFiducials
public DetectFiducials()
-
-
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. -
setFrames
public void setFrames(int[] value)List of frames to process. -
getFrames
public int[] getFrames()List of frames to process. -
setGenerateMasks
public void setGenerateMasks(boolean value)Generate background masks. Default: false -
getGenerateMasks
public boolean getGenerateMasks()Generate background masks. Default: false
-