Package com.agisoft.metashape.tasks
Class DetectFiducials
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.DetectFiducials
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(DetectFiducials obj) int[]List of frames to process.booleanGenerate 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, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
-
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
-