public class CleanPointCloud extends Task
Task.TaskTargetswigCMemOwn| Constructor and Description |
|---|
CleanPointCloud() |
| Modifier and Type | Method and Description |
|---|---|
PointCloud.Criterion |
getCriterion()
Point cloud filtering criterion.
|
int[] |
getFrames()
List of frames to process.
|
int |
getPointCloud()
Point cloud key to filter.
|
int[] |
getPointClouds()
List of point clouds to filter.
|
double |
getThreshold()
Filtering threshold.
|
void |
setCriterion(PointCloud.Criterion value)
Point cloud filtering criterion.
|
void |
setFrames(int[] value)
List of frames to process.
|
void |
setPointCloud(int value)
Point cloud key to filter.
|
void |
setPointClouds(int[] value)
List of point clouds to filter.
|
void |
setThreshold(double value)
Filtering threshold.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, swigRelease, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskpublic void setCriterion(PointCloud.Criterion value)
public PointCloud.Criterion getCriterion()
public void setFrames(int[] value)
public int[] getFrames()
public void setPointCloud(int value)
public int getPointCloud()
public void setPointClouds(int[] value)
public int[] getPointClouds()
public void setThreshold(double value)
public double getThreshold()