public class AlignCameras extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
AlignCameras() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAdaptiveFitting()
Enable adaptive fitting of distortion coefficients.
|
int[] |
getCameras()
List of cameras to align.
|
int |
getMinImage()
Minimum number of point projections.
|
int[] |
getPointClouds()
List of point clouds to align.
|
boolean |
getResetAlignment()
Reset current alignment.
|
boolean |
getSubdivideTask()
Enable fine-level task subdivision.
|
void |
setAdaptiveFitting(boolean value)
Enable adaptive fitting of distortion coefficients.
|
void |
setCameras(int[] value)
List of cameras to align.
|
void |
setMinImage(int value)
Minimum number of point projections.
|
void |
setPointClouds(int[] value)
List of point clouds to align.
|
void |
setResetAlignment(boolean value)
Reset current alignment.
|
void |
setSubdivideTask(boolean value)
Enable fine-level task subdivision.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setAdaptiveFitting(boolean value)
public boolean getAdaptiveFitting()
public void setCameras(int[] value)
public int[] getCameras()
public void setMinImage(int value)
public int getMinImage()
public void setPointClouds(int[] value)
public int[] getPointClouds()
public void setResetAlignment(boolean value)
public boolean getResetAlignment()
public void setSubdivideTask(boolean value)
public boolean getSubdivideTask()