Package com.agisoft.metashape
Class DepthMaps
java.lang.Object
com.agisoft.metashape.DepthMaps
A set of generated depth maps.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long[]cArrayUnwrap(DepthMaps[] arrayWrapper) static DepthMaps[]cArrayWrap(long[] cArray, boolean cMemoryOwn) voiddelete()protected voidfinalize()getChunk()Chunk container, may be null.static longgetDepthMap(int camera) Depth map for the camera, may be null.intgetKey()Depth maps identifier.getLabel()Depth maps label.getMeta()Depth maps meta data.getPath()Path to depth maps file.voidsetDepthMap(int camera, DepthMap depth_map) Depth map for the camera, may be null.voidDepth maps label.voidDepth maps meta data.
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
DepthMaps
public DepthMaps(long cPtr, boolean cMemoryOwn) -
DepthMaps
public DepthMaps() -
DepthMaps
-
-
Method Details
-
getCPtr
-
finalize
protected void finalize() -
delete
public void delete() -
cArrayUnwrap
-
cArrayWrap
-
getKey
public int getKey()Depth maps identifier. -
getChunk
Chunk container, may be null. -
setLabel
Depth maps label. -
getLabel
Depth maps label. -
setDepthMap
Depth map for the camera, may be null. -
getDepthMap
Depth map for the camera, may be null. -
getPath
Path to depth maps file. -
setMeta
Depth maps meta data. -
getMeta
Depth maps meta data.
-