public class BuildDenseCloud extends Task
swigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
BuildDenseCloud() |
protected |
BuildDenseCloud(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(BuildDenseCloud obj) |
boolean |
getKeepDepth()
Enable store depth maps option.
|
int |
getMaxNeighbors()
Maximum number of neighbor images to use for depth map filtering.
|
int |
getMaxWorkgroupSize()
Maximum workgroup size.
|
boolean |
getPointColors()
Enable point colors calculation.
|
boolean |
getPointConfidence()
Enable point confidence calculation.
|
boolean |
getSubdivideTask()
Enable fine-level task subdivision.
|
int |
getWorkitemSizeCameras()
Number of cameras in a workitem.
|
void |
setKeepDepth(boolean value)
Enable store depth maps option.
|
void |
setMaxNeighbors(int value)
Maximum number of neighbor images to use for depth map filtering.
|
void |
setMaxWorkgroupSize(int value)
Maximum workgroup size.
|
void |
setPointColors(boolean value)
Enable point colors calculation.
|
void |
setPointConfidence(boolean value)
Enable point confidence calculation.
|
void |
setSubdivideTask(boolean value)
Enable fine-level task subdivision.
|
void |
setWorkitemSizeCameras(int value)
Number of cameras in a workitem.
|
apply, apply, getCPtr, getName, getParameter, getWorkitemCount, setParameter, setWorkitemCountprotected BuildDenseCloud(long cPtr,
boolean cMemoryOwn)
public BuildDenseCloud()
protected static long getCPtr(BuildDenseCloud obj)
public void setKeepDepth(boolean value)
public boolean getKeepDepth()
public void setMaxNeighbors(int value)
public int getMaxNeighbors()
public void setMaxWorkgroupSize(int value)
public int getMaxWorkgroupSize()
public void setPointColors(boolean value)
public boolean getPointColors()
public void setPointConfidence(boolean value)
public boolean getPointConfidence()
public void setSubdivideTask(boolean value)
public boolean getSubdivideTask()
public void setWorkitemSizeCameras(int value)
public int getWorkitemSizeCameras()