public class ConvertImages extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
ConvertImages() |
Modifier and Type | Method and Description |
---|---|
int[] |
getCameras()
List of cameras to process.
|
boolean |
getColorCorrection()
Apply color correction.
|
ImageCompression |
getImageCompression()
Image compression parameters.
|
boolean |
getMergePlanes()
Merge multispectral images.
|
java.lang.String |
getPath()
Path to output file.
|
boolean |
getUpdateGpsTags()
Update GPS tags.
|
boolean |
getUseInitialCalibration()
Transform to initial calibration.
|
void |
setCameras(int[] value)
List of cameras to process.
|
void |
setColorCorrection(boolean value)
Apply color correction.
|
void |
setImageCompression(ImageCompression value)
Image compression parameters.
|
void |
setMergePlanes(boolean value)
Merge multispectral images.
|
void |
setPath(java.lang.String value)
Path to output file.
|
void |
setUpdateGpsTags(boolean value)
Update GPS tags.
|
void |
setUseInitialCalibration(boolean value)
Transform to initial calibration.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setCameras(int[] value)
public int[] getCameras()
public void setColorCorrection(boolean value)
public boolean getColorCorrection()
public void setImageCompression(ImageCompression value)
public ImageCompression getImageCompression()
public void setMergePlanes(boolean value)
public boolean getMergePlanes()
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setUpdateGpsTags(boolean value)
public boolean getUpdateGpsTags()
public void setUseInitialCalibration(boolean value)
public boolean getUseInitialCalibration()