Package com.agisoft.metashape.tasks
Class BuildSeamlines
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.BuildSeamlines
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()protected static longgetCPtr(BuildSeamlines obj) doubleContour simplificaion threshold.voidsetEpsilon(double value) Contour simplificaion threshold.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
-
BuildSeamlines
protected BuildSeamlines(long cPtr, boolean cMemoryOwn) -
BuildSeamlines
public BuildSeamlines()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setEpsilon
public void setEpsilon(double value) Contour simplificaion threshold. Default: 1.5 -
getEpsilon
public double getEpsilon()Contour simplificaion threshold. Default: 1.5
-