public class ExportCameras extends Task
Task.TaskTarget
swigCMemOwn
Constructor and Description |
---|
ExportCameras() |
Modifier and Type | Method and Description |
---|---|
boolean |
getBinary()
Enables/disables binary encoding for selected format (Colmap and FBX formats only).
|
java.lang.String |
getBingoPathGeoin()
Path to BINGO GEO INPUT file.
|
java.lang.String |
getBingoPathGps()
Path to BINGO GPS/IMU file.
|
java.lang.String |
getBingoPathImage()
Path to BINGO IMAGE COORDINATE file.
|
java.lang.String |
getBingoPathItera()
Path to BINGO ITERA file.
|
boolean |
getBingoSaveGeoin()
Enables/disables export of BINGO GEO INPUT file.
|
boolean |
getBingoSaveGps()
Enables/disables export of BINGO GPS/IMU data.
|
boolean |
getBingoSaveImage()
Enables/disables export of BINGO IMAGE COORDINATE file.
|
boolean |
getBingoSaveItera()
Enables/disables export of BINGO ITERA file.
|
java.lang.String |
getBundlerPathList()
Path to Bundler image list file.
|
boolean |
getBundlerSaveList()
Enables/disables export of Bundler image list file.
|
int[] |
getCameras()
List of cameras to export.
|
RotationOrder |
getChanRotationOrder()
Rotation order (CHAN format only).
|
CoordinateSystem |
getCRS()
Output coordinate system.
|
CamerasFormat |
getFormat()
Export format.
|
ImageCompression |
getImageCompression()
Image compression parameters.
|
int |
getImageOrientation()
Image coordinate system (0 - X right, 1 - X up, 2 - X left, 3 - X down).
|
java.lang.String |
getPath()
Path to output file.
|
boolean |
getSaveAbsolutePaths()
Save absolute image paths (BlocksExchange and RZML formats only).
|
boolean |
getSaveInvalidMatches()
Enables/disables export of invalid image matches.
|
boolean |
getSaveMarkers()
Enables/disables export of manual matching points.
|
boolean |
getSaveMasks()
Enables/disables image masks export (Colmap format only).
|
boolean |
getSavePoints()
Enables/disables export of automatic tie points.
|
boolean |
getUseInitialCalibration()
Transform image coordinates to initial calibration.
|
boolean |
getUseLabels()
Enables/disables label based item identifiers.
|
void |
setBinary(boolean value)
Enables/disables binary encoding for selected format (Colmap and FBX formats only).
|
void |
setBingoPathGeoin(java.lang.String value)
Path to BINGO GEO INPUT file.
|
void |
setBingoPathGps(java.lang.String value)
Path to BINGO GPS/IMU file.
|
void |
setBingoPathImage(java.lang.String value)
Path to BINGO IMAGE COORDINATE file.
|
void |
setBingoPathItera(java.lang.String value)
Path to BINGO ITERA file.
|
void |
setBingoSaveGeoin(boolean value)
Enables/disables export of BINGO GEO INPUT file.
|
void |
setBingoSaveGps(boolean value)
Enables/disables export of BINGO GPS/IMU data.
|
void |
setBingoSaveImage(boolean value)
Enables/disables export of BINGO IMAGE COORDINATE file.
|
void |
setBingoSaveItera(boolean value)
Enables/disables export of BINGO ITERA file.
|
void |
setBundlerPathList(java.lang.String value)
Path to Bundler image list file.
|
void |
setBundlerSaveList(boolean value)
Enables/disables export of Bundler image list file.
|
void |
setCameras(int[] value)
List of cameras to export.
|
void |
setChanRotationOrder(RotationOrder value)
Rotation order (CHAN format only).
|
void |
setCRS(CoordinateSystem value)
Output coordinate system.
|
void |
setFormat(CamerasFormat value)
Export format.
|
void |
setImageCompression(ImageCompression value)
Image compression parameters.
|
void |
setImageOrientation(int value)
Image coordinate system (0 - X right, 1 - X up, 2 - X left, 3 - X down).
|
void |
setPath(java.lang.String value)
Path to output file.
|
void |
setSaveAbsolutePaths(boolean value)
Save absolute image paths (BlocksExchange and RZML formats only).
|
void |
setSaveInvalidMatches(boolean value)
Enables/disables export of invalid image matches.
|
void |
setSaveMarkers(boolean value)
Enables/disables export of manual matching points.
|
void |
setSaveMasks(boolean value)
Enables/disables image masks export (Colmap format only).
|
void |
setSavePoints(boolean value)
Enables/disables export of automatic tie points.
|
void |
setUseInitialCalibration(boolean value)
Transform image coordinates to initial calibration.
|
void |
setUseLabels(boolean value)
Enables/disables label based item identifiers.
|
apply, apply, close, delete, finalize, getCPtr, getGpuSupport, getName, getParameter, getParameterNames, getTarget, getWorkitemCount, setParameter, setWorkitemCount, toNetworkTask, toNetworkTask, toNetworkTask, toNetworkTask
public void setBinary(boolean value)
public boolean getBinary()
public void setBingoPathGeoin(java.lang.String value)
public java.lang.String getBingoPathGeoin()
public void setBingoPathGps(java.lang.String value)
public java.lang.String getBingoPathGps()
public void setBingoPathImage(java.lang.String value)
public java.lang.String getBingoPathImage()
public void setBingoPathItera(java.lang.String value)
public java.lang.String getBingoPathItera()
public void setBingoSaveGeoin(boolean value)
public boolean getBingoSaveGeoin()
public void setBingoSaveGps(boolean value)
public boolean getBingoSaveGps()
public void setBingoSaveImage(boolean value)
public boolean getBingoSaveImage()
public void setBingoSaveItera(boolean value)
public boolean getBingoSaveItera()
public void setBundlerPathList(java.lang.String value)
public java.lang.String getBundlerPathList()
public void setBundlerSaveList(boolean value)
public boolean getBundlerSaveList()
public void setCameras(int[] value)
public int[] getCameras()
public void setChanRotationOrder(RotationOrder value)
public RotationOrder getChanRotationOrder()
public void setCRS(CoordinateSystem value)
public CoordinateSystem getCRS()
public void setFormat(CamerasFormat value)
public CamerasFormat getFormat()
public void setImageCompression(ImageCompression value)
public ImageCompression getImageCompression()
public void setImageOrientation(int value)
public int getImageOrientation()
public void setPath(java.lang.String value)
public java.lang.String getPath()
public void setSaveAbsolutePaths(boolean value)
public boolean getSaveAbsolutePaths()
public void setSaveInvalidMatches(boolean value)
public boolean getSaveInvalidMatches()
public void setSaveMarkers(boolean value)
public boolean getSaveMarkers()
public void setSaveMasks(boolean value)
public boolean getSaveMasks()
public void setSavePoints(boolean value)
public boolean getSavePoints()
public void setUseInitialCalibration(boolean value)
public boolean getUseInitialCalibration()
public void setUseLabels(boolean value)
public boolean getUseLabels()