Package com.agisoft.metashape
Class DepthMap
java.lang.Object
com.agisoft.metashape.DepthMap
public class DepthMap extends Object
Depth map data.
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voiddelete()protected voidfinalize()CalibrationgetCalibration(int level)Depth map calibration.static longgetCPtr(DepthMap obj)ImagegetImage(int level)Image object with depth map data.voidsetCalibration(int level, Calibration calib)Depth map calibration.voidsetImage(int level, Image image)Image object with depth map data.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
DepthMap
public DepthMap(long cPtr, boolean cMemoryOwn) -
DepthMap
public DepthMap() -
DepthMap
-
-
Method Details