Package com.agisoft.metashape
Class DepthMap
java.lang.Object
com.agisoft.metashape.DepthMap
Depth map data.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()getCalibration(int level) Depth map calibration, may be null.static longgetImage(int level) Image object with depth map data, may be null.voidsetCalibration(int level, Calibration calib) Depth map calibration.voidImage 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