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 |
getFixPixelAspect()
Fix pixel aspect.
|
boolean |
getFixPrincipalPoint()
Fix principal point.
|
ImageCompression |
getImageCompression()
Image compression parameters.
|
boolean |
getMergePlanes()
Merge multispectral images.
|
java.lang.String |
getPath()
Path to output file.
|
boolean |
getRemoveDistortions()
Remove distortions.
|
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 |
setFixPixelAspect(boolean value)
Fix pixel aspect.
|
void |
setFixPrincipalPoint(boolean value)
Fix principal point.
|
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 |
setRemoveDistortions(boolean value)
Remove distortions.
|
void |
setUpdateGpsTags(boolean value)
Update GPS tags.
|
void |
setUseInitialCalibration(boolean value)
Transform to initial calibration.
|
apply, apply, close, delete, finalize, getCPtr, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, isGPUSupported, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTaskpublic void setCameras(int[] value)
public int[] getCameras()
public void setColorCorrection(boolean value)
public boolean getColorCorrection()
public void setFixPixelAspect(boolean value)
public boolean getFixPixelAspect()
public void setFixPrincipalPoint(boolean value)
public boolean getFixPrincipalPoint()
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 setRemoveDistortions(boolean value)
public boolean getRemoveDistortions()
public void setUpdateGpsTags(boolean value)
public boolean getUpdateGpsTags()
public void setUseInitialCalibration(boolean value)
public boolean getUseInitialCalibration()