public class DepthMap
extends java.lang.Object
implements java.lang.AutoCloseable
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
DepthMap() |
|
DepthMap(DepthMap depth_map) |
protected |
DepthMap(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
delete() |
protected void |
finalize() |
java.util.Optional<Calibration> |
getCalibration(int level)
Depth map calibration, may be null.
|
protected static long |
getCPtr(DepthMap obj) |
java.util.Optional<Image> |
getImage(int level)
Image object with depth map data, may be null.
|
void |
setCalibration(int level,
Calibration calib)
Depth map calibration.
|
void |
setImage(int level,
Image image)
Image object with depth map data.
|
protected static long |
swigRelease(DepthMap obj) |
protected DepthMap(long cPtr, boolean cMemoryOwn)
public DepthMap()
public DepthMap(DepthMap depth_map)
protected static long getCPtr(DepthMap obj)
protected static long swigRelease(DepthMap obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void close()
close
in interface java.lang.AutoCloseable
public void setCalibration(int level, Calibration calib)
public java.util.Optional<Calibration> getCalibration(int level)
public void setImage(int level, Image image)
public java.util.Optional<Image> getImage(int level)