public class BuildPanorama extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
BuildPanorama() |
Modifier and Type | Method and Description |
---|---|
BlendingMode |
getBlendingMode()
Panorama blending mode.
|
int[] |
getCameraGroups()
List of camera groups to process.
|
int[] |
getFrames()
List of frames to process.
|
boolean |
getGhostingFilter()
Enable ghosting filter.
|
int |
getHeight()
Height of output panorama.
|
BBox |
getRegion()
Region to be generated.
|
Matrix |
getRotation()
Panorama 3x3 orientation matrix.
|
int |
getWidth()
Width of output panorama.
|
void |
setBlendingMode(BlendingMode value)
Panorama blending mode.
|
void |
setCameraGroups(int[] value)
List of camera groups to process.
|
void |
setFrames(int[] value)
List of frames to process.
|
void |
setGhostingFilter(boolean value)
Enable ghosting filter.
|
void |
setHeight(int value)
Height of output panorama.
|
void |
setRegion(BBox value)
Region to be generated.
|
void |
setRotation(Matrix value)
Panorama 3x3 orientation matrix.
|
void |
setWidth(int value)
Width of output panorama.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setBlendingMode(BlendingMode value)
public BlendingMode getBlendingMode()
public void setCameraGroups(int[] value)
public int[] getCameraGroups()
public void setFrames(int[] value)
public int[] getFrames()
public void setGhostingFilter(boolean value)
public boolean getGhostingFilter()
public void setHeight(int value)
public int getHeight()
public void setRegion(BBox value)
public BBox getRegion()
public void setRotation(Matrix value)
public Matrix getRotation()
public void setWidth(int value)
public int getWidth()