public class ConvertImages extends Task
Task.TaskTargetswigCMemOwn| Constructor and Description |
|---|
ConvertImages() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getCameras()
List of cameras to process.
|
boolean |
getColorCorrection()
Apply color correction.
|
boolean |
getColorEnhancement()
Enable automatic color enhancement.
|
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 |
setColorEnhancement(boolean value)
Enable automatic color enhancement.
|
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, swigRelease, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskpublic void setCameras(int[] value)
public int[] getCameras()
public void setColorCorrection(boolean value)
public boolean getColorCorrection()
public void setColorEnhancement(boolean value)
public boolean getColorEnhancement()
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()