public class BuildPointCloud extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
BuildPointCloud() |
Modifier and Type | Method and Description |
---|---|
int |
getAsset()
Asset to process.
|
int[] |
getFrames()
List of frames to process.
|
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.
|
double |
getPointsSpacing()
Desired point spacing (m).
|
boolean |
getReplaceAsset()
Replace default asset with generated point cloud.
|
DataSource |
getSourceData()
Source data to extract points from.
|
boolean |
getSubdivideTask()
Enable fine-level task subdivision.
|
boolean |
getUniformSampling()
Enable uniform point sampling.
|
int |
getWorkitemSizeCameras()
Number of cameras in a workitem.
|
void |
setAsset(int value)
Asset to process.
|
void |
setFrames(int[] value)
List of frames to process.
|
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 |
setPointsSpacing(double value)
Desired point spacing (m).
|
void |
setReplaceAsset(boolean value)
Replace default asset with generated point cloud.
|
void |
setSourceData(DataSource value)
Source data to extract points from.
|
void |
setSubdivideTask(boolean value)
Enable fine-level task subdivision.
|
void |
setUniformSampling(boolean value)
Enable uniform point sampling.
|
void |
setWorkitemSizeCameras(int value)
Number of cameras in a workitem.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setAsset(int value)
public int getAsset()
public void setFrames(int[] value)
public int[] getFrames()
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 setPointsSpacing(double value)
public double getPointsSpacing()
public void setReplaceAsset(boolean value)
public boolean getReplaceAsset()
public void setSourceData(DataSource value)
public DataSource getSourceData()
public void setSubdivideTask(boolean value)
public boolean getSubdivideTask()
public void setUniformSampling(boolean value)
public boolean getUniformSampling()
public void setWorkitemSizeCameras(int value)
public int getWorkitemSizeCameras()