Package com.agisoft.metashape.tasks
Class TriangulatePoints
java.lang.Object
com.agisoft.metashape.tasks.Task
com.agisoft.metashape.tasks.TriangulatePoints
public class TriangulatePoints 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 TriangulatePoints()protectedTriangulatePoints(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()protected static longgetCPtr(TriangulatePoints obj)doublegetMaxError()Reprojection error threshold.intgetMinImage()Minimum number of point projections.voidsetMaxError(double value)Reprojection error threshold.voidsetMinImage(int value)Minimum number of point projections.Methods inherited from class com.agisoft.metashape.tasks.Task
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCount
-
Constructor Details
-
TriangulatePoints
protected TriangulatePoints(long cPtr, boolean cMemoryOwn) -
TriangulatePoints
public TriangulatePoints()
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
setMaxError
public void setMaxError(double value)Reprojection error threshold. Default: 10.0 -
getMaxError
public double getMaxError()Reprojection error threshold. Default: 10.0 -
setMinImage
public void setMinImage(int value)Minimum number of point projections. Default: 2 -
getMinImage
public int getMinImage()Minimum number of point projections. Default: 2
-