public class BuildModel extends Task
Task.TaskTargetswigCMemOwn| Modifier | Constructor and Description |
|---|---|
|
BuildModel() |
protected |
BuildModel(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
int[] |
getCameras()
List of cameras to process.
|
int[] |
getClasses()
List of dense point classes to be used for surface extraction.
|
protected static long |
getCPtr(BuildModel obj) |
FaceCount |
getFaceCount()
Target face count.
|
int |
getFaceCountCustom()
Custom face count.
|
Interpolation |
getInterpolation()
Interpolation mode.
|
boolean |
getKeepDepth()
Enable store depth maps option.
|
int |
getMaxWorkgroupSize()
Maximum workgroup size.
|
DataSource |
getSourceData()
Selects between dense point cloud, sparse point cloud and depth maps.
|
boolean |
getSubdivideTask()
Enable fine-level task subdivision.
|
SurfaceType |
getSurfaceType()
Type of object to be reconstructed.
|
int |
getTrimmingRadius()
Trimming radius (no trimming if zero).
|
boolean |
getVertexColors()
Enable vertex colors calculation.
|
boolean |
getVertexConfidence()
Enable vertex confidence calculation.
|
boolean |
getVolumetricMasks()
Enable strict volumetric masking.
|
int |
getWorkitemSizeCameras()
Number of cameras in a workitem.
|
void |
setCameras(int[] value)
List of cameras to process.
|
void |
setClasses(int[] value)
List of dense point classes to be used for surface extraction.
|
void |
setFaceCount(FaceCount value)
Target face count.
|
void |
setFaceCountCustom(int value)
Custom face count.
|
void |
setInterpolation(Interpolation value)
Interpolation mode.
|
void |
setKeepDepth(boolean value)
Enable store depth maps option.
|
void |
setMaxWorkgroupSize(int value)
Maximum workgroup size.
|
void |
setSourceData(DataSource value)
Selects between dense point cloud, sparse point cloud and depth maps.
|
void |
setSubdivideTask(boolean value)
Enable fine-level task subdivision.
|
void |
setSurfaceType(SurfaceType value)
Type of object to be reconstructed.
|
void |
setTrimmingRadius(int value)
Trimming radius (no trimming if zero).
|
void |
setVertexColors(boolean value)
Enable vertex colors calculation.
|
void |
setVertexConfidence(boolean value)
Enable vertex confidence calculation.
|
void |
setVolumetricMasks(boolean value)
Enable strict volumetric masking.
|
void |
setWorkitemSizeCameras(int value)
Number of cameras in a workitem.
|
apply, apply, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskprotected BuildModel(long cPtr,
boolean cMemoryOwn)
public BuildModel()
protected static long getCPtr(BuildModel obj)
public void setCameras(int[] value)
public int[] getCameras()
public void setClasses(int[] value)
public int[] getClasses()
public void setFaceCount(FaceCount value)
public FaceCount getFaceCount()
public void setFaceCountCustom(int value)
public int getFaceCountCustom()
public void setInterpolation(Interpolation value)
public Interpolation getInterpolation()
public void setKeepDepth(boolean value)
public boolean getKeepDepth()
public void setMaxWorkgroupSize(int value)
public int getMaxWorkgroupSize()
public void setSourceData(DataSource value)
public DataSource getSourceData()
public void setSubdivideTask(boolean value)
public boolean getSubdivideTask()
public void setSurfaceType(SurfaceType value)
public SurfaceType getSurfaceType()
public void setTrimmingRadius(int value)
public int getTrimmingRadius()
public void setVertexColors(boolean value)
public boolean getVertexColors()
public void setVertexConfidence(boolean value)
public boolean getVertexConfidence()
public void setVolumetricMasks(boolean value)
public boolean getVolumetricMasks()
public void setWorkitemSizeCameras(int value)
public int getWorkitemSizeCameras()