Package com.agisoft.metashape
Class DepthMaps
java.lang.Object
com.agisoft.metashape.DepthMaps
public class DepthMaps extends Object
A set of generated depth maps.
-
Field Summary
Fields Modifier and Type Field Description protected booleanswigCMemOwn -
Constructor Summary
-
Method Summary
Modifier and Type Method Description static long[]cArrayUnwrap(DepthMaps[] arrayWrapper)static DepthMaps[]cArrayWrap(long[] cArray, boolean cMemoryOwn)voiddelete()protected voidfinalize()ChunkgetChunk()Chunk container.static longgetCPtr(DepthMaps obj)DepthMapgetDepthMap(int camera)Depth map for the camera.intgetKey()Depth maps identifier.StringgetLabel()Depth maps label.MetaDatagetMeta()Depth maps meta data.StringgetPath()Path to depth maps file.voidsetDepthMap(int camera, DepthMap depth_map)Depth map for the camera.voidsetLabel(String label)Depth maps label.voidsetMeta(MetaData meta)Depth 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. -
setLabel
Depth maps label. -
getLabel
Depth maps label. -
setDepthMap
Depth map for the camera. -
getDepthMap
Depth map for the camera. -
getPath
Path to depth maps file. -
setMeta
Depth maps meta data. -
getMeta
Depth maps meta data.
-