Package com.agisoft.metashape.tasks
Class AnalyzePhotos
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.AnalyzePhotos
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 be analyzed.protected static longgetCPtr(AnalyzePhotos obj) booleanConstrain analyzed image region by mask.voidsetCameras(int[] value) List of cameras to be analyzed.voidsetFilterMask(boolean value) Constrain analyzed image region by mask.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
-
AnalyzePhotos
protected AnalyzePhotos(long cPtr, boolean cMemoryOwn) -
AnalyzePhotos
public AnalyzePhotos()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setCameras
public void setCameras(int[] value) List of cameras to be analyzed. -
getCameras
public int[] getCameras()List of cameras to be analyzed. -
setFilterMask
public void setFilterMask(boolean value) Constrain analyzed image region by mask. Default: false -
getFilterMask
public boolean getFilterMask()Constrain analyzed image region by mask. Default: false
-