public class DepthMap
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
DepthMap() |
DepthMap(DepthMap depth_map) |
DepthMap(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
Calibration |
getCalibration(int level)
Depth map calibration, may be null.
|
static long |
getCPtr(DepthMap obj) |
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.
|
public DepthMap(long cPtr,
boolean cMemoryOwn)
public DepthMap()
public DepthMap(DepthMap depth_map)
public static long getCPtr(DepthMap obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public void setCalibration(int level,
Calibration calib)
public Calibration getCalibration(int level)
public void setImage(int level,
Image image)
public Image getImage(int level)